summaryrefslogtreecommitdiffstats
path: root/make/scripts
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2012-01-22 18:41:21 +0100
committerSven Gothel <[email protected]>2012-01-22 18:41:21 +0100
commit8eda2ed64fffea8242f5d58a9e5f867579cf3214 (patch)
treedc4c4fee36c45617d4273a3c4fab8d901529261b /make/scripts
parent2221eac3d1a462c75847bd095641ca12d7c250f9 (diff)
Fix Bug 516 (Determine Java Version) / See gluegen: 64639b805a32338385421f168e12c1ef7f749d00
Diffstat (limited to 'make/scripts')
-rwxr-xr-xmake/scripts/make.joal-demos.all.linux-x86_64.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/make/scripts/make.joal-demos.all.linux-x86_64.sh b/make/scripts/make.joal-demos.all.linux-x86_64.sh
index 746cf2d..c157266 100755
--- a/make/scripts/make.joal-demos.all.linux-x86_64.sh
+++ b/make/scripts/make.joal-demos.all.linux-x86_64.sh
@@ -19,5 +19,8 @@ fi
# -Drootrel.build=build-x86_64 \
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-demos.all.linux-x86_64.log