diff options
author | Kenneth Russel <[email protected]> | 2007-03-16 00:50:19 +0000 |
---|---|---|
committer | Kenneth Russel <[email protected]> | 2007-03-16 00:50:19 +0000 |
commit | f0a6aa594b2f76b0b4ae771a7e741fd68fff69c8 (patch) | |
tree | 27a567a4d9503aa451e582a96ad2077bf48d9ac7 /make/build.xml | |
parent | 6a743e1ebe2187f08f0792b6c1c3e0a849601708 (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.xml | 2 |
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> <!-- ================================================================== --> |