Skip to content

Commit

Permalink
Merge pull request #23 from dizzzz/migrate_to_exist_23
Browse files Browse the repository at this point in the history
Declare compatibility with new exist 2.3/3.0
  • Loading branch information
ljo committed Jun 9, 2015
2 parents fcabc4a + 7b5981e commit 0f5ed0f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ exist.dir=../exist/

# Extension details
module.name=jfreechart
module.version=0.3
module.version=0.4
module.title=JFreeChart

# Build instructions
javac.target=7
javac.source=7
javac.target=8
javac.source=8

# Proxy settings
proxy.nonproxyhosts =
Expand All @@ -17,4 +17,4 @@ proxy.port = 0
proxy.password =
proxy.user =
proxy.socks.host =
proxy.socks.port = 0
proxy.socks.port = 0
1 change: 1 addition & 0 deletions config/application/expath-pkg.xml.tmpl
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<package xmlns="http://expath.org/ns/pkg" name="http://exist-db.org/jfreechart-showcase" abbrev="jfreechart-showcase" version="@VERSION@" spec="1.0">
<title>@TITLE@ Showcase</title>
<dependency processor="http://exist-db.org" semver-min="2.3.0"/>
<dependency package="http://exist-db.org/apps/shared"/>
<dependency package="http://exist-db.org/xquery/jfreechart" semver-min="@VERSION@"/>
</package>
1 change: 1 addition & 0 deletions config/library/expath-pkg.xml.tmpl
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<package xmlns="http://expath.org/ns/pkg" name="http://exist-db.org/xquery/jfreechart" abbrev="jfreechart" version="@VERSION@" spec="1.0">
<title>@TITLE@</title>
<dependency processor="http://exist-db.org" semver-min="2.3.0"/>
</package>

0 comments on commit 0f5ed0f

Please sign in to comment.