diff options
author | Kenneth Russel <[email protected]> | 2006-12-23 00:30:32 +0000 |
---|---|---|
committer | Kenneth Russel <[email protected]> | 2006-12-23 00:30:32 +0000 |
commit | 1082f8dbb9e2f17817c10dd41a5468581fea6330 (patch) | |
tree | adbcf9f45e9b42cb723a774e2c5953e9b9d3e853 /make | |
parent | 09a6596facd0370d3c914a1a355884644649124a (diff) |
Reverted JOGL and JOAL build.xml files to do nightly builds and
updated version numbers
git-svn-id: file:///usr/local/projects/SUN/JOGL/git-svn/svn-server-sync/jogl/trunk@1049 232f8b59-042b-4e1e-8c03-345bb8c30851
Diffstat (limited to 'make')
-rw-r--r-- | make/build.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/make/build.xml b/make/build.xml index 990a2ee13..e1756dd76 100644 --- a/make/build.xml +++ b/make/build.xml @@ -51,11 +51,11 @@ <project name="JOGL" basedir="." default="all"> <!-- This is the version of JOGL you are building --> - <property name="base_version" value="1.1.0-rc1"/> + <property name="base_version" value="1.1.0"/> <!-- Uncomment this property definition to cause a full release build to be done --> <!-- without needing to specify the RI target on the command line --> - <property name="RImanifestfile" value="joglRIversion" /> + <!-- property name="RImanifestfile" value="joglRIversion" / --> <!-- Pull in GlueGen cpptasks build file --> <property name="gluegen.root" value="../../gluegen" /> |