diff options
Diffstat (limited to 'make/build-common.xml')
-rw-r--r-- | make/build-common.xml | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/make/build-common.xml b/make/build-common.xml index 54408ab14..bbb42ee67 100644 --- a/make/build-common.xml +++ b/make/build-common.xml @@ -83,11 +83,7 @@ <property name="stub.includes.common" value="${stub.includes}/common" /> <property file="${build}/artifact.properties"/> - <condition property="jogl.build.number" value="manual-build"> - <not> - <isset property="jogl.build.number"/> - </not> - </condition> + <property name="jogl.build.number" value="manual-build"/> <condition property="setup.nodesktop"> <and> |