diff options
author | Sven Gothel <[email protected]> | 2012-01-22 18:38:27 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2012-01-22 18:38:27 +0100 |
commit | 826c63dda445393c19be57dbd4cb7e3b1676b512 (patch) | |
tree | 552791da0bbefa3d5da5493eeaea2791c77ae084 /make/scripts/make.joal.all.linux-x86_64.sh | |
parent | c18c52b8c20aa03a08940bef81b620d48c4117e2 (diff) |
Fix Bug 516 (Determine Java Version) / See gluegen: 64639b805a32338385421f168e12c1ef7f749d00
Diffstat (limited to 'make/scripts/make.joal.all.linux-x86_64.sh')
-rwxr-xr-x | make/scripts/make.joal.all.linux-x86_64.sh | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/make/scripts/make.joal.all.linux-x86_64.sh b/make/scripts/make.joal.all.linux-x86_64.sh index 6c3f27a..553f757 100755 --- a/make/scripts/make.joal.all.linux-x86_64.sh +++ b/make/scripts/make.joal.all.linux-x86_64.sh @@ -19,7 +19,13 @@ if [ -z "$ANT_PATH" ] ; then fi # -Drootrel.build=build-x86_64 \ +# -Dtarget.sourcelevel=1.6 \ +# -Dtarget.targetlevel=1.6 \ +# -Dtarget.rt.jar=/opt-share/jre1.6.0_30/lib/rt.jar \ ant \ + -Dtarget.sourcelevel=1.6 \ + -Dtarget.targetlevel=1.6 \ + -Dtarget.rt.jar=/opt-share/jre1.6.0_30/lib/rt.jar \ -Drootrel.build=build-x86_64 \ $* 2>&1 | tee make.joal.all.linux-x86_64.log |