diff --git a/app/build.xml b/app/build.xml index dbec5d80b..142b91ee7 100644 --- a/app/build.xml +++ b/app/build.xml @@ -1,53 +1,16 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + - + @@ -71,13 +34,16 @@ excludes="**/tools/format/**" encoding="UTF-8" includeAntRuntime="false" - classpath="../core/library/core.jar; lib/ant.jar; lib/ant-launcher.jar; lib/antlr.jar; lib/apple.jar; lib/jdt-core.jar; lib/jna.jar; lib/org-netbeans-swing-outline.jar;lib/com.ibm.icu_4.4.2.v20110823.jar;lib/jdi.jar;lib/jdimodel.jar;lib/org.eclipse.osgi_3.8.1.v20120830-144521.jar" + classpath="../core/library/core.jar; + lib/ant.jar; lib/ant-launcher.jar; + lib/apple.jar; + lib/jna.jar" debug="on" nowarn="true" compiler="org.eclipse.jdt.core.JDTCompilerAdapter"> - - + diff --git a/core/build.xml b/core/build.xml index b6787dbe7..68cbd5e5f 100644 --- a/core/build.xml +++ b/core/build.xml @@ -12,15 +12,15 @@ classpath="methods/methods.jar" /> - - + - + @@ -34,7 +34,7 @@ classpath="library/jogl-all.jar; library/gluegen-rt.jar" nowarn="true"> - + diff --git a/java/mode/readme.txt b/java/mode/readme.txt index 6ceb1a488..c1f79c3b9 100644 --- a/java/mode/readme.txt +++ b/java/mode/readme.txt @@ -4,8 +4,9 @@ http://download.eclipse.org/eclipse/downloads/ File listing at: http://download.eclipse.org/eclipse/updates/4.4/R-4.4.1-201409250400/plugins/?d -The jdi.jar and jdimodel.jar files are unpacked -from the org.eclipse.jdt.debug JAR file. +The jdtCompilerAdapter.jar is extracted from org.eclipse.jdt.core.jar to provide +the JDTCompilerAdapter class, which is the Ant task for the JDT compiler. +The jdi.jar and jdimodel.jar files are unpacked from org.eclipse.jdt.debug.jar. This Mode does not use ecj.jar from the original Java mode, because its files are contained in the JARs below.