diff options
Diffstat (limited to 'make/scripts/make.gluegen.all.macosx-java7.sh')
-rwxr-xr-x | make/scripts/make.gluegen.all.macosx-java7.sh | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/make/scripts/make.gluegen.all.macosx-java7.sh b/make/scripts/make.gluegen.all.macosx-java7.sh index 1a69f9e..f88341b 100755 --- a/make/scripts/make.gluegen.all.macosx-java7.sh +++ b/make/scripts/make.gluegen.all.macosx-java7.sh @@ -15,8 +15,5 @@ PATH=$JAVA_HOME/bin:$PATH export JAVA_HOME PATH 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.gluegen.all.macosx-java7.log |