Skip to content

Commit 55fb0d1

Browse files
committed
rolling over to new Eclipse packages to support Java 8
1 parent 8ed5e62 commit 55fb0d1

30 files changed

+56
-5
lines changed

build/build.xml

Lines changed: 16 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,15 @@
3434
<property name="examples.dir"
3535
value="../../processing-docs/content/examples" />
3636

37+
<!--
3738
<property name="jdk.version" value="7" />
3839
<property name="jdk.update" value="72" />
3940
<property name="jdk.build" value="14" />
41+
-->
42+
<!-- Switching to 8 because updates end April 2015 -->
43+
<property name="jdk.version" value="8" />
44+
<property name="jdk.update" value="25" />
45+
<property name="jdk.build" value="17" />
4046
<property name="jdk.stuff" value="${jdk.version}u${jdk.update}" />
4147
<property name="jdk.esoteric" value="1.${jdk.version}.0_${jdk.update}" />
4248

@@ -55,14 +61,16 @@
5561
</condition>
5662

5763
<fileset dir="windows/work/java" id="jre-optional-windows">
64+
<include name="lib/ext/dnsns.jar" />
65+
5866
<include name="bin/dtplugin" />
5967
<include name="bin/plugin2" />
6068

6169
<include name="bin/kinit.exe" />
6270
<include name="bin/klist.exe" />
6371
<include name="bin/ktab.exe" />
6472

65-
<!--<include name="bin/keytool" />-->
73+
<!--<include name="bin/keytool" />--> <!-- needed for Android -->
6674
<include name="bin/orbd" />
6775
<include name="bin/policytool" />
6876
<include name="bin/rmid" />
@@ -73,12 +81,14 @@
7381
<include name="bin/javaws.exe" />
7482
<include name="lib/javaws.jar" />
7583

76-
<include name="lib/ext/dnsns.jar" />
7784
<include name="lib/cmm/PYCC.pf" />
7885
</fileset>
7986

8087
<fileset dir="linux/work/java" id="jre-optional-linux">
81-
<!--<include name="bin/keytool" />-->
88+
<!--<include name="bin/keytool" />--> <!-- needed for Android -->
89+
90+
<include name="lib/ext/dnsns.jar" />
91+
8292
<include name="bin/orbd" />
8393
<include name="bin/policytool" />
8494
<include name="bin/rmid" />
@@ -89,7 +99,6 @@
8999
<include name="bin/javaws" />
90100
<include name="lib/javaws.jar" />
91101

92-
<include name="lib/ext/dnsns.jar" />
93102
<include name="lib/cmm/PYCC.pf" />
94103
</fileset>
95104

@@ -101,6 +110,9 @@
101110
but that info isn't part of the Java 7 instructions.
102111
http://www.oracle.com/technetwork/java/javase/jrereadme-182762.html -->
103112

113+
<!-- New list for Java 8, not updated yet here, nor in appbundler on OS X
114+
http://www.oracle.com/technetwork/java/javase/jre-8-readme-2095710.html -->
115+
104116
<fileset dir="${platform}/work/java" id="javafx-basics">
105117
<include name="THIRDPARTYLICENSEREADME-JAVAFX.txt" />
106118
<include name="lib/javafx.properties" />

java/mode/ecj.jar

2.54 KB
Binary file not shown.

java/mode/readme.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
ecj.jar 4.4.1, downloaded from:
2+
http://download.eclipse.org/eclipse/downloads/drops4/R-4.4.1-201409250400/
-6.39 MB
Binary file not shown.
10.2 MB
Binary file not shown.

pdex/mode/jdi-src.zip

-78.5 KB
Binary file not shown.

pdex/mode/jdi.jar

100644100755
-136 Bytes
Binary file not shown.

pdex/mode/jdimodel-src.zip

-659 KB
Binary file not shown.

pdex/mode/jdimodel.jar

100644100755
18.9 KB
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)