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 --- .../scripts/make.gluegen.all.linux-x86_64.java7.sh | 25 ---------------------- 1 file changed, 25 deletions(-) delete mode 100755 make/scripts/make.gluegen.all.linux-x86_64.java7.sh (limited to 'make/scripts/make.gluegen.all.linux-x86_64.java7.sh') diff --git a/make/scripts/make.gluegen.all.linux-x86_64.java7.sh b/make/scripts/make.gluegen.all.linux-x86_64.java7.sh deleted file mode 100755 index 967a21e..0000000 --- a/make/scripts/make.gluegen.all.linux-x86_64.java7.sh +++ /dev/null @@ -1,25 +0,0 @@ -#! /bin/sh - -SDIR=`dirname $0` - -if [ -e $SDIR/setenv-build-jogl-x86_64.java7.sh ] ; then - . $SDIR/setenv-build-jogl-x86_64.java7.sh -fi - -# -Dc.compiler.debug=true -# -Dgluegen.cpptasks.detected.os=true \ -# -DisUnix=true \ -# -DisLinux=true \ -# -DisLinuxAMD64=true \ -# -DisX11=true \ -# -# -Dtarget.sourcelevel=1.6 \ -# -Dtarget.targetlevel=1.6 \ -# -Dtarget.rt.jar=/opt-share/jre1.6.0_30/lib/rt.jar \ - -# BUILD_ARCHIVE=true \ -ant \ - -Dc.compiler.debug=true \ - -Djavacdebuglevel="source,lines,vars" \ - -Drootrel.build=build-x86_64.java7 \ - $* 2>&1 | tee make.gluegen.all.linux-x86_64.java7.log -- cgit v1.2.3