summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2013-10-04 18:47:27 +0200
committerSven Gothel <[email protected]>2013-10-04 18:47:27 +0200
commitc4e2ba7da7a9f741b622b9dfbaafcfe84535d3f6 (patch)
tree269c92900d8476445510ecbd4c92dcd668e42c18
parent9e4ce30748c23bb658892efdee19cfdb47f32dda (diff)
artifact.properties: Add joal.build.version:=jogamp.versionv2.1.0
-rwxr-xr-xmake/build.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/make/build.xml b/make/build.xml
index 3bdf034..043f2dc 100755
--- a/make/build.xml
+++ b/make/build.xml
@@ -826,6 +826,7 @@
<target name="tag.build" depends="init">
<copy file="${gluegen.build}/artifact.properties" todir="${build}" overwrite="true" failonerror="false"/>
+ <echo message='joal.build.version=${jogamp.version}${line.separator}' file="${build}/artifact.properties" append="true"/>
<echo message='joal.build.number=${joal.build.number}${line.separator}' file="${build}/artifact.properties" append="true"/>
<echo message='joal.build.id=${joal.build.id}${line.separator}' file="${build}/artifact.properties" append="true"/>
<echo message='joal.build.branch=${joal.build.branch}${line.separator}' file="${build}/artifact.properties" append="true"/>