summaryrefslogtreecommitdiffstats
path: root/make/build.xml
diff options
context:
space:
mode:
authorKenneth Russel <[email protected]>2007-03-16 00:50:19 +0000
committerKenneth Russel <[email protected]>2007-03-16 00:50:19 +0000
commitf0a6aa594b2f76b0b4ae771a7e741fd68fff69c8 (patch)
tree27a567a4d9503aa451e582a96ad2077bf48d9ac7 /make/build.xml
parent6a743e1ebe2187f08f0792b6c1c3e0a849601708 (diff)
Added generation of version.txt to dist build
git-svn-id: file:///usr/local/projects/SUN/JOGL/git-svn/svn-server-sync/jogl/trunk@1169 232f8b59-042b-4e1e-8c03-345bb8c30851
Diffstat (limited to 'make/build.xml')
-rw-r--r--make/build.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/make/build.xml b/make/build.xml
index 9a12421a3..92cbe83bb 100644
--- a/make/build.xml
+++ b/make/build.xml
@@ -1535,6 +1535,8 @@
<zip destfile="${jogl.dist.dir}/jogl-${tmp.version}-webstart.zip"
basedir="${jogl.dist.dir}"
includes="*.jar" />
+ <!-- Create a version.txt file indicating which version we just built -->
+ <echo message="${tmp.version}" file="${jogl.dist.dir}/version.txt" />
</target>
<!-- ================================================================== -->