diff options
author | Michael Bien <[email protected]> | 2010-08-22 21:09:25 +0200 |
---|---|---|
committer | Michael Bien <[email protected]> | 2010-08-22 21:09:25 +0200 |
commit | d24cac77e8d7658b32b8bcb654e10a899de59433 (patch) | |
tree | 1ecee6a3bc12a2b71c3454ba4de0efc5e1385684 /make/build-common.xml | |
parent | ddb53592e6633ed2b27519790ca15e07221942ff (diff) | |
parent | 8d55c437547a697b7d0bd4dd81b6669209cf912f (diff) |
Merge branch 'master' of github.com:sgothel/jogl
Diffstat (limited to 'make/build-common.xml')
-rw-r--r-- | make/build-common.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/make/build-common.xml b/make/build-common.xml index fc53e951b..bbb42ee67 100644 --- a/make/build-common.xml +++ b/make/build-common.xml @@ -82,6 +82,9 @@ <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"/> + <property name="jogl.build.number" value="manual-build"/> + <condition property="setup.nodesktop"> <and> <isfalse value="${isWindows}" /> |