aboutsummaryrefslogtreecommitdiffstats
path: root/make/versions.xml
diff options
context:
space:
mode:
authorKenneth Russel <[email protected]>2009-06-17 21:58:28 +0000
committerKenneth Russel <[email protected]>2009-06-17 21:58:28 +0000
commit023ac9d25b0593e5a327f35685fcae8a62afa10d (patch)
treeabfc6ef37e2f1f6abc8ea8ad08ed5812eed1cf7a /make/versions.xml
parentb78113cd21ea9b31867e2b415b8586751e056e54 (diff)
Added generation of version.txt files to normal build paths of jogl,
nativewindow, and newt. Fixed detection of whether or not RI build is in progress and thereby format of version number. git-svn-id: file:///usr/local/projects/SUN/JOGL/git-svn/svn-server-sync/jogl/trunk@1981 232f8b59-042b-4e1e-8c03-345bb8c30851
Diffstat (limited to 'make/versions.xml')
-rw-r--r--make/versions.xml14
1 files changed, 10 insertions, 4 deletions
diff --git a/make/versions.xml b/make/versions.xml
index 5769a5d49..c43aaa0db 100644
--- a/make/versions.xml
+++ b/make/versions.xml
@@ -15,8 +15,10 @@
<!-- Uncomment this property in order to produce a JOGL release
build without running the "RI" (Reference Implementation)
- target in build-jogl.xml. -->
- <property name="jogl.ri" value="true" />
+ target in build-jogl.xml. This should be uncommented for
+ official release builds and intermediate release builds, but
+ commented out for nightly builds. -->
+ <property name="jogl.ri" value="true" />
<!-- Base version of the NativeWindow interface, following the same
rules as above -->
@@ -24,7 +26,9 @@
<!-- Uncomment this property in order to produce a NativeWindow
build without running the "RI" (Reference Implementation)
- target in build-nativewindow.xml. -->
+ target in build-nativewindow.xml. This should be uncommented for
+ official release builds and intermediate release builds, but
+ commented out for nightly builds. -->
<property name="nativewindow.ri" value="true" />
<!-- Base version of the Newt library, following the same
@@ -34,7 +38,9 @@
<!-- Newt isn't covered by a JSR at the moment, so there is little
value in having a different reference implementation
vs. intermediate build numbering scheme, but for the moment
- let's keep things symmetric -->
+ let's keep things symmetric. This should be uncommented for
+ official release builds and intermediate release builds, but
+ commented out for nightly builds. -->
<property name="newt.ri" value="true" />
</project>