summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Bien <[email protected]>2010-07-28 07:48:02 +0200
committerMichael Bien <[email protected]>2010-07-28 07:48:02 +0200
commit38641e01d3540e279ee91c9c6cfbc28414a6ed8d (patch)
treee1cd5e886cc6931553405b2f198c73901bdd448b
parent1d7d9d3fc80354da7bcd2af3fa1387ffa883dc2b (diff)
fixed artifact.properties.
-rw-r--r--build.xml4
1 files changed, 3 insertions, 1 deletions
diff --git a/build.xml b/build.xml
index 30b7216..829d4c2 100644
--- a/build.xml
+++ b/build.xml
@@ -39,8 +39,10 @@
</target>
<target name="tag.build">
+ <property file="${dist.jar.dir}/artifact.properties"/>
+ <property name="jocl-demos.build.number" value="manual-build"/>
<copy file="${jocl.root}/dist/artifact.properties" todir="${dist.jar.dir}" overwrite="true"/>
- <echo file="${dist.jar.dir}/artifact.properties" message='jocl.demos.build.number="${build.number}"${line.separator}' append="true" />
+ <echo file="${dist.jar.dir}/artifact.properties" message="jocl-demos.build.number=${build.number}${line.separator}" append="true" />
</target>
<target name="create-jnlp">