diff options
author | Sven Gothel <[email protected]> | 2010-07-27 22:50:15 -0700 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2010-07-27 22:50:15 -0700 |
commit | e3f4dc88031c88e8974d7c7cd57a3d4033dcf616 (patch) | |
tree | ccfdff8185360a381aac9f1d135d8a9f752a7cd4 /make/build.xml | |
parent | 6e07254d41c1cabeb99e478a4d8be636f299b2db (diff) |
Simplify default value of product.build.number
Diffstat (limited to 'make/build.xml')
-rw-r--r-- | make/build.xml | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/make/build.xml b/make/build.xml index cdddb55..6bc3ebf 100644 --- a/make/build.xml +++ b/make/build.xml @@ -22,11 +22,7 @@ </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> + <property name="jogl-demos.build.number" value="manual-build"/> <!-- - Make sure that jogl-demos.jar is not on the CLASSPATH; this can |