File tree Expand file tree Collapse file tree 3 files changed +4
-6
lines changed Expand file tree Collapse file tree 3 files changed +4
-6
lines changed Original file line number Diff line number Diff line change 44#
55
66project.name =fundocs
7- project.version =0.9
7+ project.version =1.0.0
Original file line number Diff line number Diff line change 22<project default =" all" name =" XQuery Function Documentation" >
33 <property file =" local.build.properties" />
44 <property file =" build.properties" />
5- <property name =" project.app" value =" fundocs" />
6- <property name =" project.version" value =" 0.8.1" />
75 <property name =" build" value =" build" />
86 <property name =" data" value =" data" />
97 <property name =" server.url" value =" http://demo.exist-db.org/exist/apps/public-repo/public/" />
2321 <filter token =" project.version" value =" ${ project.version } " />
2422 </filterset >
2523 </copy >
26- <zip basedir =" ." destfile =" ${ build } /${ project.app } -${ project.version } ${ git.commit } .xar" >
24+ <zip basedir =" ." destfile =" ${ build } /${ project.name } -${ project.version } ${ git.commit } .xar" >
2725 <exclude name =" ${ build } /*" />
2826 <exclude name =" ${ data } /*.xml" />
2927 <exclude name =" .git*" />
3533 <input message =" Enter password:" addproperty =" server.pass" defaultvalue =" " >
3634 <handler type =" secure" />
3735 </input >
38- <property name =" xar" value =" ${ project.app } -${ project.version } ${ git.commit } .xar" />
36+ <property name =" xar" value =" ${ project.name } -${ project.version } ${ git.commit } .xar" />
3937 <exec executable =" curl" >
4038 <arg line =" -T ${ build } /${ xar } -u admin:${ server.pass } ${ server.url } /${ xar } " />
4139 </exec >
Original file line number Diff line number Diff line change 1212 <prepare >pre-install.xql</prepare >
1313 <finish />
1414 <changelog >
15- <change version =" 0.8.1 " >
15+ <change version =" 1.0.0 " >
1616 <ul xmlns =" http://www.w3.org/1999/xhtml" >
1717 <li >Adopt correct syntax for empty-sequence node test, supported from eXist-db 4.0.0</li >
1818 </ul >
You can’t perform that action at this time.
0 commit comments