diff options
author | Sven Gothel <[email protected]> | 2014-10-03 03:13:42 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2014-10-03 03:13:42 +0200 |
commit | 9b4656a2b676bcad43e67e5ee47f4ed00399a83a (patch) | |
tree | e876c184765f76788f44174f762b5831feda5318 /make/scripts/make.gluegen.all.macosx-java7.sh | |
parent | a7a3d5ab98ee0ad33fdef50bf081afeb8295ebe4 (diff) |
Make Scripts OSX: Remove -java7 script, add -java6 script (default uses java8)
Diffstat (limited to 'make/scripts/make.gluegen.all.macosx-java7.sh')
-rwxr-xr-x | make/scripts/make.gluegen.all.macosx-java7.sh | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/make/scripts/make.gluegen.all.macosx-java7.sh b/make/scripts/make.gluegen.all.macosx-java7.sh deleted file mode 100755 index 3ea0cc3..0000000 --- a/make/scripts/make.gluegen.all.macosx-java7.sh +++ /dev/null @@ -1,22 +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 \ - -JAVA_HOME=`/usr/libexec/java_home -version 1.7` -PATH=$JAVA_HOME/bin:$PATH -export JAVA_HOME PATH - -#export JOGAMP_JAR_CODEBASE="Codebase: *.jogamp.org" -export JOGAMP_JAR_CODEBASE="Codebase: *.goethel.localnet" - -ant \ - -Drootrel.build=build-macosx-java7 \ - $* 2>&1 | tee make.gluegen.all.macosx-java7.log |