diff options
author | Sven Gothel <[email protected]> | 2019-08-19 11:14:09 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2019-08-19 11:14:09 +0200 |
commit | 4eaa83358b6518c667e9517685eeaafaef692656 (patch) | |
tree | 087ee626374d45c12bd0aa9eb0d978056aec34fb /make/scripts/tests-macosx64-junit-java7.sh | |
parent | 2dd5b6040858cbec29710be8e68374f46121a39a (diff) |
Bug 1363: Java 11: Adapt scripts for java11 (cont)
Diffstat (limited to 'make/scripts/tests-macosx64-junit-java7.sh')
-rw-r--r-- | make/scripts/tests-macosx64-junit-java7.sh | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/make/scripts/tests-macosx64-junit-java7.sh b/make/scripts/tests-macosx64-junit-java7.sh deleted file mode 100644 index 12be91bdf..000000000 --- a/make/scripts/tests-macosx64-junit-java7.sh +++ /dev/null @@ -1,8 +0,0 @@ -#! /bin/bash - -export JAVA7_EXE=`/usr/libexec/java_home -version 1.7.0_12`/bin/java - -SDIR=`dirname $0` - -. $SDIR/make.jogl.all.macosx.sh -f build-test.xml junit.run.settings junit.run.local.java7 - |