From b82f1b112a57fe2f36ba505fd837e3c6fba5fefa Mon Sep 17 00:00:00 2001 From: Sven Gothel Date: Fri, 21 Jun 2013 03:45:49 +0200 Subject: Scripts: Use a local hostname for JOGAMP_JAR_CODEBASE for security testing --- make/scripts/make.gluegen.all.macosx.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'make/scripts/make.gluegen.all.macosx.sh') diff --git a/make/scripts/make.gluegen.all.macosx.sh b/make/scripts/make.gluegen.all.macosx.sh index 56e2eba..e01f792 100755 --- a/make/scripts/make.gluegen.all.macosx.sh +++ b/make/scripts/make.gluegen.all.macosx.sh @@ -18,7 +18,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-macosx-java7_target16 \ -- cgit v1.2.3