diff options
author | Sven Gothel <[email protected]> | 2010-12-15 06:19:41 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2010-12-15 06:19:41 +0100 |
commit | 06a03989dc067420124b3633905e84572244bf3b (patch) | |
tree | 9c96fc09032d2f1fd21f53ad32359cde67a6df96 | |
parent | 13e3deec6287e5314894bb9d3d15ab5d31e82635 (diff) |
don't read artifact.properties
-rw-r--r-- | make/build.xml | 1 | ||||
-rw-r--r-- | make/scripts/make.jogl.all.x86_64.sh | 3 |
2 files changed, 1 insertions, 3 deletions
diff --git a/make/build.xml b/make/build.xml index f9cf521..6855233 100644 --- a/make/build.xml +++ b/make/build.xml @@ -37,7 +37,6 @@ <property name="joal.root" value="${project.root}/../joal" /> <property name="joal.build" value="${joal.root}/${rootrel.build}" /> - <property file="${build}/artifact.properties"/> <property name="jogl-demos.build.number" value="manual-build"/> <property name="jogl-demos.build.id" value="${version.timestamp}"/> <property name="jogl-demos.build.branch" value="master"/> diff --git a/make/scripts/make.jogl.all.x86_64.sh b/make/scripts/make.jogl.all.x86_64.sh index 2298142..53cec56 100644 --- a/make/scripts/make.jogl.all.x86_64.sh +++ b/make/scripts/make.jogl.all.x86_64.sh @@ -5,10 +5,9 @@ # -Dc.compiler.debug=true # -Djogl.cg=1 \ # -Djogl.redbook=true \ -# -DskipSourceZIP=true +# -Dbuild.noarchives=true ant \ - -DskipSourceZIP=true \ -Djogl.cg=1 \ -Duser.swt.jar=$HOME/.java/swt.jar \ -Drootrel.build=build-x86_64 \ |