diff options
author | Sven Gothel <[email protected]> | 2013-06-21 03:45:49 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2013-06-21 03:45:49 +0200 |
commit | b82f1b112a57fe2f36ba505fd837e3c6fba5fefa (patch) | |
tree | dbf25a2fefaddae93eeeee9937ba25cff70bdab5 /make/scripts/make.gluegen.all.linux-armv6hf.sh | |
parent | eb842815498f5926828b49c48fffce22fc9586a2 (diff) |
Scripts: Use a local hostname for JOGAMP_JAR_CODEBASE for security testing
Diffstat (limited to 'make/scripts/make.gluegen.all.linux-armv6hf.sh')
-rwxr-xr-x | make/scripts/make.gluegen.all.linux-armv6hf.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/make/scripts/make.gluegen.all.linux-armv6hf.sh b/make/scripts/make.gluegen.all.linux-armv6hf.sh index 60f6708..abf8ce1 100755 --- a/make/scripts/make.gluegen.all.linux-armv6hf.sh +++ b/make/scripts/make.gluegen.all.linux-armv6hf.sh @@ -13,7 +13,8 @@ export TARGET_JAVA_LIBS=/usr/lib/jvm/java-6-openjdk-armhf/jre/lib/arm export GLUEGEN_CPPTASKS_FILE="lib/gluegen-cpptasks-linux-armv6hf.xml" -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 \ |