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.win64.bat | |
parent | eb842815498f5926828b49c48fffce22fc9586a2 (diff) |
Scripts: Use a local hostname for JOGAMP_JAR_CODEBASE for security testing
Diffstat (limited to 'make/scripts/make.gluegen.all.win64.bat')
-rwxr-xr-x | make/scripts/make.gluegen.all.win64.bat | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/make/scripts/make.gluegen.all.win64.bat b/make/scripts/make.gluegen.all.win64.bat index 0fc5735..d46e740 100755 --- a/make/scripts/make.gluegen.all.win64.bat +++ b/make/scripts/make.gluegen.all.win64.bat @@ -17,7 +17,8 @@ set SOURCE_LEVEL=1.6 set TARGET_LEVEL=1.6
set TARGET_RT_JAR=C:\jre1.6.0_30\lib\rt.jar
-set JOGAMP_JAR_CODEBASE=Codebase: *.jogamp.org
+REM set JOGAMP_JAR_CODEBASE=Codebase: *.jogamp.org
+set JOGAMP_JAR_CODEBASE=Codebase: *.goethel.localnet
ant -Drootrel.build=build-win64 %1 %2 %3 %4 %5 %6 %7 %8 %9 > make.gluegen.all.win64.log 2>&1
|