diff options
author | Sven Gothel <[email protected]> | 2019-08-16 23:20:58 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2019-08-16 23:20:58 +0200 |
commit | c7205e3906e426ec0c74b12b50faece189d3f8c2 (patch) | |
tree | 8e706ea8a27988f4ab70db3d3b25e4b04b809d44 /make/scripts/make.gluegen.all.macosx-java6.sh | |
parent | 7f350097c4ac502982f7e6961181d01304bc5de9 (diff) |
Bug 1363: Java 11: Mod scripts for OpenJDK11 usage
Diffstat (limited to 'make/scripts/make.gluegen.all.macosx-java6.sh')
-rwxr-xr-x | make/scripts/make.gluegen.all.macosx-java6.sh | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/make/scripts/make.gluegen.all.macosx-java6.sh b/make/scripts/make.gluegen.all.macosx-java6.sh deleted file mode 100755 index 55dd48a..0000000 --- a/make/scripts/make.gluegen.all.macosx-java6.sh +++ /dev/null @@ -1,29 +0,0 @@ -#! /bin/sh - -if [ -e /opt-share/etc/profile.ant ] ; then - . /opt-share/etc/profile.ant -fi - -# -Dc.compiler.debug=true -# -# -Dtarget.sourcelevel=1.6 \ -# -Dtarget.targetlevel=1.6 \ -# -Dtarget.rt.jar=/opt-share/jre1.6.0_30/lib/rt.jar \ - -# Force OSX SDK 10.6, if desired -# export SDKROOT=macosx10.6 - -JAVA_HOME=`/usr/libexec/java_home -version 1.6` -PATH=$JAVA_HOME/bin:$PATH -export JAVA_HOME PATH - -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: *.goethel.localnet" - -ant \ - -Drootrel.build=build-macosx-java6 \ - $* 2>&1 | tee make.gluegen.all.macosx-java6.log |