diff options
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 |