summaryrefslogtreecommitdiffstats
path: root/build.xml
diff options
context:
space:
mode:
authorMichael Bien <[email protected]>2010-07-28 07:32:16 +0200
committerMichael Bien <[email protected]>2010-07-28 07:32:16 +0200
commit2f1035db067feef9111ac3cd28c6d1256efa9a18 (patch)
treefbcd8ccc8dc3416535f00cb7a441b7be3d388698 /build.xml
parent6de7b16146c17d614d6a679896b4130b3d4a4712 (diff)
fixed artifact.properties (quotes etc)
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml4
1 files changed, 3 insertions, 1 deletions
diff --git a/build.xml b/build.xml
index 763b22d0..8dd4458c 100644
--- a/build.xml
+++ b/build.xml
@@ -102,8 +102,10 @@
</target>
<target name="tag.build">
+ <property file="${dist.jar.dir}/artifact.properties"/>
+ <property name="jocl.build.number" value="manual-build"/>
<copy file="${jogl.root}/${rootrel.build}/artifact.properties" todir="${dist.jar.dir}" overwrite="true"/>
- <echo file="${dist.jar.dir}/artifact.properties" message='jocl.build.number="${build.number}"${line.separator}' append="true" />
+ <echo file="${dist.jar.dir}/artifact.properties" message="jocl.build.number=${jocl.build.number}${line.separator}" append="true" />
</target>
<target name="jar.natives" unless="c.dont.compile">