mirror of
https://github.com/processing/processing4.git
synced 2026-06-16 04:26:26 +02:00
another day, another Java update
This commit is contained in:
+1
-2
@@ -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/**" />-->
|
||||
|
||||
Reference in New Issue
Block a user