diff options
author | Sven Gothel <[email protected]> | 2013-10-04 19:01:29 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2013-10-04 19:01:29 +0200 |
commit | 7deea4c2494f7db4ac6ac9fafafaee00db402975 (patch) | |
tree | 570ccacdde4bfd01c8475627bd6ec85596602281 | |
parent | 3a8c4d65f0e6e378738dc0c543173f79d10e5821 (diff) |
artifact.properties: Add jogl.build.version:=jogamp.version
-rw-r--r-- | make/build.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/make/build.xml b/make/build.xml index 4b09f2535..a7ba217fb 100644 --- a/make/build.xml +++ b/make/build.xml @@ -292,6 +292,7 @@ <target name="tag.build" depends="init"> <copy file="${build.gluegen}/artifact.properties" todir="${build}" overwrite="true"/> + <echo message='jogl.build.version=${jogamp.version}${line.separator}' file="${build}/artifact.properties" append="true"/> <echo message='jogl.build.number=${jogl.build.number}${line.separator}' file="${build}/artifact.properties" append="true"/> <echo message='jogl.build.id=${jogl.build.id}${line.separator}' file="${build}/artifact.properties" append="true"/> <echo message='jogl.build.branch=${jogl.build.branch}${line.separator}' file="${build}/artifact.properties" append="true"/> |