diff options
Diffstat (limited to 'make/scripts/make.joal.all.linux-x86.sh')
-rwxr-xr-x | make/scripts/make.joal.all.linux-x86.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/make/scripts/make.joal.all.linux-x86.sh b/make/scripts/make.joal.all.linux-x86.sh index 19ec2d9..1adf02c 100755 --- a/make/scripts/make.joal.all.linux-x86.sh +++ b/make/scripts/make.joal.all.linux-x86.sh @@ -22,7 +22,8 @@ export SOURCE_LEVEL=1.6 export TARGET_LEVEL=1.6 export TARGET_RT_JAR=/opt-share/jre1.6.0_30/lib/rt.jar -export JOGAMP_JAR_CODEBASE="Codebase: *.jogamp.org" +#export JOGAMP_JAR_CODEBASE="Codebase: *.jogamp.org" +export JOGAMP_JAR_CODEBASE="Codebase: *.goethel.localnet" ant \ -Drootrel.build=build-x86 \ |