aboutsummaryrefslogtreecommitdiffstats
path: root/make/build.xml
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2013-10-04 19:01:29 +0200
committerSven Gothel <[email protected]>2013-10-04 19:01:29 +0200
commit7deea4c2494f7db4ac6ac9fafafaee00db402975 (patch)
tree570ccacdde4bfd01c8475627bd6ec85596602281 /make/build.xml
parent3a8c4d65f0e6e378738dc0c543173f79d10e5821 (diff)
artifact.properties: Add jogl.build.version:=jogamp.version
Diffstat (limited to 'make/build.xml')
-rw-r--r--make/build.xml1
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"/>