Skip to content

Commit

Permalink
Merge pull request #39 from eXist-db/Hotfix-38
Browse files Browse the repository at this point in the history
[HOTFIX] restor ACE editor
  • Loading branch information
duncdrum authored Oct 5, 2018
2 parents a74a3b2 + 25693a5 commit 4d678ab
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 5 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ Next, call ant on the build.xml file in shared-resources:
ant

You should now find a .xar file in the build directory:

build/shared-resources-0.3.0.xar

The .xar file is an installable package containing shared-resources. You can install this into any eXist-db
build/shared-resources-0.8.2.xar

The .xar file is an installable package containing shared-resources. You can install this into any eXist-db
instance using the application repository manager in the dashboard.
2 changes: 1 addition & 1 deletion build.properties
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ project.app=shared-resources
project.name=http://exist-db.org/apps/shared

# These properties can be changed.
project.version=0.8.1
project.version=0.8.2
7 changes: 6 additions & 1 deletion repo.xml
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,11 @@
<li>Fixed: Restore legacy difference between package abbrev and app name - <a href="https://github.com/eXist-db/shared-resources/issues/36">#36</a></li>
</ul>
</change>
<change version="0.8.2">
<ul xmlns="http://www.w3.org/1999/xhtml">
<li>Hotfixe: Restore ACE editor components <a href="https://github.com/eXist-db/shared-resources/issues/38">#38</a></li>
</ul>
</change>
</changelog>
<deployed>2013-11-24T18:45:15.366+01:00</deployed>
</meta>
</meta>

0 comments on commit 4d678ab

Please sign in to comment.