Skip to content

Commit

Permalink
Merge pull request #35 from joewiz/prepare-0.8.0
Browse files Browse the repository at this point in the history
Prepare v0.8.0
  • Loading branch information
wolfgangmm authored Oct 4, 2018
2 parents 96c838f + 74273d3 commit 6d366e0
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
#

project.name=shared-resources
project.version=0.7.0
project.version=0.8.0
2 changes: 1 addition & 1 deletion content/templates.xql
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ declare %private function templates:call($classOrAttr as item(), $node as elemen
"No template function found for call " || $func ||
" (Max arity of " || $templates:MAX_ARITY ||
" has been exceeded in searching for this template function." ||
"If needed, adjust $templates:MAX_ARITY in the templates.xql module.)")
" If needed, adjust $templates:MAX_ARITY in the templates.xql module.)")
else
(: Templating function not found: just copy the element :)
element { node-name($node) } {
Expand Down
2 changes: 1 addition & 1 deletion expath-pkg.xml.tmpl
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<package xmlns="http://expath.org/ns/pkg" name="http://exist-db.org/apps/shared" abbrev="shared" version="@project.version@" spec="1.0">

This comment has been minimized.

Copy link
@mathias-goebel

mathias-goebel Oct 5, 2018

you set a different abbrev for this package. this will cause some troubles, i guess.

This comment has been minimized.

Copy link
@mathias-goebel

mathias-goebel Oct 5, 2018

this moves the package from "shared" to "shared-resources". configuration of eXist`s build will try to get "shared".

<package xmlns="http://expath.org/ns/pkg" name="http://exist-db.org/apps/shared" abbrev="@project.name@" version="@project.version@" spec="1.0">
<title>Shared Resources: jquery, dojo, ace ...</title>
<dependency processor="http://exist-db.org" semver-min="3.0.4"/>
<xquery>
Expand Down
15 changes: 15 additions & 0 deletions repo.xml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,21 @@
<li>Fixed: Build problems - <a href="https://github.com/eXist-db/shared-resources/pull/28">#28</a></li>
</ul>
</change>
<change version="0.6.0">
<ul xmlns="http://www.w3.org/1999/xhtml">
<li>Fixed: Split some functions into calls to smaller functions. Backwards compatible</li>
</ul>
</change>
<change version="0.7.0">
<ul xmlns="http://www.w3.org/1999/xhtml">
<li>Improved internal documentation</li>
</ul>
</change>
<change version="0.8.0">
<ul xmlns="http://www.w3.org/1999/xhtml">
<li>Fixed - Infinite look in function lookup <a href="https://github.com/eXist-db/shared-resources/issues/33">#33</a></li>
</ul>
</change>
</changelog>
<deployed>2013-11-24T18:45:15.366+01:00</deployed>
</meta>

0 comments on commit 6d366e0

Please sign in to comment.