Skip to content

Commit 6107cbf

Browse files
committed
Prepare v1.0.0
And remove duplicate properties in build.xml
1 parent dde9fea commit 6107cbf

File tree

3 files changed

+4
-6
lines changed

3 files changed

+4
-6
lines changed

build.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
#
55

66
project.name=fundocs
7-
project.version=0.9
7+
project.version=1.0.0

build.xml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
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/"/>
@@ -23,7 +21,7 @@
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*"/>
@@ -35,7 +33,7 @@
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>

repo.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
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>

0 commit comments

Comments
 (0)