diff options
author | Sven Gothel <[email protected]> | 2010-07-27 22:48:11 -0700 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2010-07-27 22:48:11 -0700 |
commit | 8d55c437547a697b7d0bd4dd81b6669209cf912f (patch) | |
tree | db91b18686e79afc9c34cd9ec533554317c0e498 /make/build-common.xml | |
parent | e68918bdb3121c68a803dd40b135067873b862f8 (diff) |
Add hudson-archive-jars-latest.sh script; Simplify default value of product.build.number
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> |