diff options
author | Sven Gothel <[email protected]> | 2010-07-26 16:12:08 -0700 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2010-07-26 16:12:08 -0700 |
commit | 4b1decf1fb351cf314e7031914389edab41e4d29 (patch) | |
tree | 04cedd04cefe8514905b888eac121aa4746486a4 /make/build-common.xml | |
parent | 87b2c3a6752cebf2f65cb02e258d6ce7a7bc0451 (diff) |
Fix build.number -> jogl.build.number; Read artifact.properties
Diffstat (limited to 'make/build-common.xml')
-rw-r--r-- | make/build-common.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/make/build-common.xml b/make/build-common.xml index fc53e951b..4234a335b 100644 --- a/make/build-common.xml +++ b/make/build-common.xml @@ -82,6 +82,8 @@ <property name="stub.includes" value="stub_includes" /> <!-- NOTE: this MUST be relative for FileSet --> <property name="stub.includes.common" value="${stub.includes}/common" /> + <property file="${build}/artifact.properties"/> + <condition property="setup.nodesktop"> <and> <isfalse value="${isWindows}" /> |