diff options
author | Sven Gothel <[email protected]> | 2013-06-21 03:46:43 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2013-06-21 03:46:43 +0200 |
commit | 4331401e6a7d47b401882870c7f1453bf3c1de38 (patch) | |
tree | 95b97abf6feb29f3f5c2186d0e332acc2e87faa1 /make/scripts/make.joal.all.solaris-x86_64.sh | |
parent | c4cc76d21cee4f640c2c803af3993f5a22de427b (diff) |
Scripts: Use a local hostname for JOGAMP_JAR_CODEBASE for security testingv2.0.2-rc12v2.0-rc12
Diffstat (limited to 'make/scripts/make.joal.all.solaris-x86_64.sh')
-rwxr-xr-x | make/scripts/make.joal.all.solaris-x86_64.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/make/scripts/make.joal.all.solaris-x86_64.sh b/make/scripts/make.joal.all.solaris-x86_64.sh index 6a7774d..1548031 100755 --- a/make/scripts/make.joal.all.solaris-x86_64.sh +++ b/make/scripts/make.joal.all.solaris-x86_64.sh @@ -24,7 +24,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-solaris-x86_64 \ |