From 8217f429577b0936d80fc9de397d91537534cc04 Mon Sep 17 00:00:00 2001 From: Joe Wicentowski Date: Fri, 5 Oct 2018 04:58:17 -0400 Subject: [PATCH] =?UTF-8?q?Restore=20=E2=80=9Cabbrev=E2=80=9D,=20not=20sam?= =?UTF-8?q?e=20as=20=E2=80=9Capp=20name=E2=80=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/eXist-db/shared-resources/issues/36. --- build.properties | 9 +++++++-- build.xml | 6 +++--- expath-pkg.xml.tmpl | 4 ++-- repo.xml | 13 +++++++++---- 4 files changed, 21 insertions(+), 11 deletions(-) diff --git a/build.properties b/build.properties index 5ac74e7..c323271 100644 --- a/build.properties +++ b/build.properties @@ -3,5 +3,10 @@ # edit that. # -project.name=shared-resources -project.version=0.8.0 +# Do not modify these properties, or risk breaking package managers. +project.abbrev=shared +project.app=shared-resources +project.name=http://exist-db.org/apps/shared + +# These properties can be changed. +project.version=0.8.1 diff --git a/build.xml b/build.xml index 32f06ae..ecb1682 100644 --- a/build.xml +++ b/build.xml @@ -2,7 +2,6 @@ - @@ -40,10 +39,11 @@ + - + @@ -58,7 +58,7 @@ - + diff --git a/expath-pkg.xml.tmpl b/expath-pkg.xml.tmpl index 326d964..c3567fc 100644 --- a/expath-pkg.xml.tmpl +++ b/expath-pkg.xml.tmpl @@ -1,6 +1,6 @@ - - Shared Resources: jquery, dojo, ace ... + + Shared Resources: jquery, dojo, ace, templating, utilities http://exist-db.org/xquery/apps diff --git a/repo.xml b/repo.xml index 01dfe0d..3242a2c 100644 --- a/repo.xml +++ b/repo.xml @@ -58,7 +58,7 @@
    -
  • Minor release to restore package/@abbrev value to prevent problems on older systems querying public-repo.
  • +
  • Fixed: Restore package/@abbrev value to prevent problems on older systems querying public-repo - #22
@@ -70,17 +70,22 @@
    -
  • Fixed: Split some functions into calls to smaller functions. Backwards compatible
  • +
  • Fixed: Split some functions into calls to smaller functions. Backwards compatible.
    -
  • Improved internal documentation
  • +
  • Improved: Internal function documentation
    -
  • Fixed - Infinite look in function lookup #33
  • +
  • Fixed: Infinite loop in function lookup - #33
  • +
+
+ +
    +
  • Fixed: Restore legacy difference between package abbrev and app name - #36