diff options
author | Sven Gothel <[email protected]> | 2010-07-26 18:24:24 -0700 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2010-07-26 18:24:24 -0700 |
commit | 6e07254d41c1cabeb99e478a4d8be636f299b2db (patch) | |
tree | 2f63563b03f2b2e579771a4ba26346e2d96d8b62 /make | |
parent | 7e08f592b0868df1222c11627f4117bd488e5d6c (diff) |
Fix: jogl-demos.build.number default/file value order
Diffstat (limited to 'make')
-rw-r--r-- | make/build.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/make/build.xml b/make/build.xml index 3511f58..cdddb55 100644 --- a/make/build.xml +++ b/make/build.xml @@ -22,6 +22,11 @@ </condition> <property file="../${rootrel.build}/artifact.properties"/> + <condition property="jogl-demos.build.number" value="manual-build"> + <not> + <isset property="jogl-demos.build.number"/> + </not> + </condition> <!-- - Make sure that jogl-demos.jar is not on the CLASSPATH; this can |