File tree Expand file tree Collapse file tree 2 files changed +11
-6
lines changed
Expand file tree Collapse file tree 2 files changed +11
-6
lines changed Original file line number Diff line number Diff line change 88 <property name =" build.dir" value =" build" />
99 <target name =" xar" >
1010 <mkdir dir =" ${ build.dir } " />
11- <!-- Development Version -->
12- <!-- <zip basedir="." destfile="${build.dir}/${project.app}-${project.version}-dev.xar" excludes="${build.dir}/*, src/xml/*.md"/>-->
13- <!-- GitHub Release -->
14- <zip basedir =" ." destfile =" ${ build.dir } /${ project.app } -${ project.version } .xar" excludes =" ${ build.dir } /*, src/xml/*.xml" />
11+ <!-- --------------------------
12+ Development Version
13+ -------------------------- -->
14+ <zip basedir =" ." destfile =" ${ build.dir } /${ project.app } -${ project.version } -dev.xar" excludes =" ${ build.dir } /*, src/xml/*.md" />
15+
16+ <!-- --------------------------
17+ GitHub Release
18+ -------------------------- -->
19+ <!-- <zip basedir="." destfile="${build.dir}/${project.app}-${project.version}.xar" excludes="${build.dir}/*, src/xml/*.xml"/>
1520 <zip basedir="." destfile="${build.dir}/${cbdbVersion}-src.zip" includes="src/xml/*.xml"/>
16- <zip basedir =" ." destfile =" ${ build.dir } /${ teiTitle } -${ project.version } .zip" includes =" target/**" />
21+ <zip basedir="." destfile="${build.dir}/${teiTitle}-${project.version}.zip" includes="target/**"/>-->
1722 </target >
1823</project >
1924
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" UTF-8" ?>
2- <package xmlns =" http://expath.org/ns/pkg" name =" http://exist-db.org/apps/cbdb-data" abbrev =" cbdb-data" version =" 0.6.1 " spec =" 1.0" >
2+ <package xmlns =" http://expath.org/ns/pkg" name =" http://exist-db.org/apps/cbdb-data" abbrev =" cbdb-data" version =" 0.6.2 " spec =" 1.0" >
33 <title >cbdb-data</title >
44 <dependency package =" http://exist-db.org/apps/shared" />
55</package >
You can’t perform that action at this time.
0 commit comments