aboutsummaryrefslogtreecommitdiffstats
path: root/make/scripts/make.jogl.all.macosx-java7.sh
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2013-02-17 18:55:18 +0100
committerSven Gothel <[email protected]>2013-02-17 18:55:18 +0100
commitfdc20a0205bb01747055910eb2bb33202edee277 (patch)
tree578b57a56c76f01bd6b1b9e2df8a78270ae0b176 /make/scripts/make.jogl.all.macosx-java7.sh
parentf937a727354fc24321d40df95008d569972ed169 (diff)
OSX/Java7 Cleanup: Remove JavaNativeFoundation dependency; NativeWindow-JAWT: Remove c.fixup.jawt.version.macosx (redundant, libjawt.dylib is rpath'ed always)
Diffstat (limited to 'make/scripts/make.jogl.all.macosx-java7.sh')
-rwxr-xr-xmake/scripts/make.jogl.all.macosx-java7.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/make/scripts/make.jogl.all.macosx-java7.sh b/make/scripts/make.jogl.all.macosx-java7.sh
index afb72bf8c..fc7ace9d0 100755
--- a/make/scripts/make.jogl.all.macosx-java7.sh
+++ b/make/scripts/make.jogl.all.macosx-java7.sh
@@ -22,4 +22,4 @@ ant \
-Dtarget.targetlevel=1.6 \
-Dtarget.rt.jar=/opt-share/jre1.6.0_30/lib/rt.jar \
-Drootrel.build=build-macosx-java7 \
- $* 2>&1 | tee make.jogl.all.macosx.log
+ $* 2>&1 | tee make.jogl.all.macosx-java7.log