diff options
author | Sven Gothel <[email protected]> | 2010-07-24 15:56:34 -0700 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2010-07-24 15:56:34 -0700 |
commit | 87b2c3a6752cebf2f65cb02e258d6ce7a7bc0451 (patch) | |
tree | 2ed32656782ead166a41f8ede2ec636269433757 | |
parent | da440b55eb6a7025fc157e3c710f8f9f4279bc9e (diff) |
Fix artifact.properties rootrel
-rw-r--r-- | make/build.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/make/build.xml b/make/build.xml index 23d12d5de..892ae0a4d 100644 --- a/make/build.xml +++ b/make/build.xml @@ -151,7 +151,7 @@ </target> <target name="tag.build"> - <copy file="${gluegen.root}/build/artifact.properties" todir="${build}" overwrite="true"/> + <copy file="${build.gluegen}/artifact.properties" todir="${build}" overwrite="true"/> <echo file="${build}/artifact.properties" message='jogl.build.number="${build.number}"${line.separator}' append="true"/> </target> |