Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStephan Herrmann2018-03-03 13:38:28 +0000
committerStephan Herrmann2018-03-04 19:35:35 +0000
commitd62536b0c7908e0c1efcaeb58f2290acd5151db1 (patch)
tree91f2bd277e2ef4549320226490780e76c8189ca7 /ecj/.classpath
parentb8d7a12775594ef356756c44e2a3778362907791 (diff)
downloadeclipse.jdt.core-d62536b0c7908e0c1efcaeb58f2290acd5151db1.tar.gz
eclipse.jdt.core-d62536b0c7908e0c1efcaeb58f2290acd5151db1.tar.xz
eclipse.jdt.core-d62536b0c7908e0c1efcaeb58f2290acd5151db1.zip
Bug 531860 - JDT Core Batch Compiler Ant build fails
- code fix - new project 'ecj' to signal illegal references inside o.e.jdt.core Change-Id: Iea86f8b3fa442c66f3d047309c18a442ce25984f
Diffstat (limited to 'ecj/.classpath')
-rw-r--r--ecj/.classpath7
1 files changed, 7 insertions, 0 deletions
diff --git a/ecj/.classpath b/ecj/.classpath
new file mode 100644
index 0000000000..4a4c9161f3
--- /dev/null
+++ b/ecj/.classpath
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<classpath>
+ <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/jdk1.8.0_121"/>
+ <classpathentry kind="src" path="compiler"/>
+ <classpathentry kind="src" path="batch"/>
+ <classpathentry kind="output" path="bin"/>
+</classpath>

Back to the top