diff options
Diffstat (limited to 'make/build.xml')
-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 |