aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Bien <[email protected]>2010-07-25 00:48:07 +0200
committerMichael Bien <[email protected]>2010-07-25 00:48:07 +0200
commit6de7b16146c17d614d6a679896b4130b3d4a4712 (patch)
treed7fce44956e7740deb623c13054c233d8d8f9c3e
parent4ac8978a53f0578e3a631ca1290373c9ffef8fb5 (diff)
fixed rootrel.build to make Sven happy :)
-rw-r--r--build.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.xml b/build.xml
index 558eccf9..763b22d0 100644
--- a/build.xml
+++ b/build.xml
@@ -102,7 +102,7 @@
</target>
<target name="tag.build">
- <copy file="${jogl.root}/build/artifact.properties" todir="${dist.jar.dir}" overwrite="true"/>
+ <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" />
</target>