diff options
author | Sven Gothel <[email protected]> | 2013-06-24 09:48:11 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2013-06-24 09:48:11 +0200 |
commit | f857d3f86be221fb5f8488a8419c4cac8d65fc89 (patch) | |
tree | d9b09a1f098a3a456f8e851680ae1e05548914a1 /make/scripts/make.jogl.all.macosx-java7.sh | |
parent | 00f82fde560306891823a1273baf50264dca3d05 (diff) |
scripts: osx make/test java7/6 fixes
Diffstat (limited to 'make/scripts/make.jogl.all.macosx-java7.sh')
-rwxr-xr-x | make/scripts/make.jogl.all.macosx-java7.sh | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/make/scripts/make.jogl.all.macosx-java7.sh b/make/scripts/make.jogl.all.macosx-java7.sh index ad1e7afe1..ee82bbc91 100755 --- a/make/scripts/make.jogl.all.macosx-java7.sh +++ b/make/scripts/make.jogl.all.macosx-java7.sh @@ -9,9 +9,6 @@ fi # -Djavacdebug="true" \ # -Djavacdebuglevel="source,lines,vars" \ # -# -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 @@ -21,8 +18,5 @@ export JAVA_HOME PATH export JOGAMP_JAR_CODEBASE="Codebase: *.goethel.localnet" ant \ - -Dtarget.sourcelevel=1.6 \ - -Dtarget.targetlevel=1.6 \ - -Dtarget.rt.jar=/opt-share/jre1.6.0_30/lib/rt.jar \ -Drootrel.build=build-macosx-java7 \ $* 2>&1 | tee make.jogl.all.macosx-java7.log |