From 6704fab767307b89fa21250c20f1dab56323ffac Mon Sep 17 00:00:00 2001 From: Sven Gothel Date: Thu, 20 Jun 2013 04:29:21 +0200 Subject: Bug 758: Fix scripts and ant build files to work w/ Java7 (default now) producing Java6 bytecode ; Apply JAR Manifest tags: Sealed, Permissions and Codebase --- make/scripts/make.gluegen.all.linux-x86.sh | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'make/scripts/make.gluegen.all.linux-x86.sh') diff --git a/make/scripts/make.gluegen.all.linux-x86.sh b/make/scripts/make.gluegen.all.linux-x86.sh index 58685d7..f0eec7c 100755 --- a/make/scripts/make.gluegen.all.linux-x86.sh +++ b/make/scripts/make.gluegen.all.linux-x86.sh @@ -15,6 +15,12 @@ fi # -Dgluegen-cpptasks.file=`pwd`/lib/gluegen-cpptasks-linux-32bit.xml \ # +export SOURCE_LEVEL=1.6 +export TARGET_LEVEL=1.6 +export TARGET_RT_JAR=/opt-share/jre1.6.0_30/lib/rt.jar + +export JOGAMP_JAR_CODEBASE="Codebase: *.jogamp.org" + ant \ -Drootrel.build=build-x86 \ $* 2>&1 | tee make.gluegen.all.linux-x86.log -- cgit v1.2.3