From 4331401e6a7d47b401882870c7f1453bf3c1de38 Mon Sep 17 00:00:00 2001 From: Sven Gothel Date: Fri, 21 Jun 2013 03:46:43 +0200 Subject: Scripts: Use a local hostname for JOGAMP_JAR_CODEBASE for security testing --- make/scripts/make.joal.all.linux-armv6hf-cross.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'make/scripts/make.joal.all.linux-armv6hf-cross.sh') diff --git a/make/scripts/make.joal.all.linux-armv6hf-cross.sh b/make/scripts/make.joal.all.linux-armv6hf-cross.sh index bed24f0..fd0eb52 100755 --- a/make/scripts/make.joal.all.linux-armv6hf-cross.sh +++ b/make/scripts/make.joal.all.linux-armv6hf-cross.sh @@ -40,7 +40,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-linux-armv6hf \ -- cgit v1.2.3