another day, another Java update

This commit is contained in:
Ben Fry
2014-08-05 17:32:20 -04:00
parent e491a31bd6
commit 3eb0d4b657
+1 -2
View File
@@ -154,7 +154,7 @@
</condition>
<!-- Set the version of Java that must be present to build. -->
<property name="jdk.update.macosx" value="65" />
<property name="jdk.update.macosx" value="67" />
<property name="jdk.path.macosx" value="/Library/Java/JavaVirtualMachines/jdk1.7.0_${jdk.update.macosx}.jdk" />
<available file="${jdk.path.macosx}" property="macosx_jdk_found" />
@@ -477,7 +477,6 @@
<copy file="${jdk.path.macosx}/Contents/Home/bin/keytool"
todir="macosx/work/Processing.app/Contents/PlugIns/jdk1.7.0_${jdk.update.macosx}.jdk/Contents/Home/jre/bin" />
<copy todir="macosx/work/Processing.app/Contents/Java">
<fileset dir=".." includes="core/library/**" /> <!-- why this? -->
<!--<fileset dir="shared" includes="launch4j/**" />-->