Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOlivier Thomann2006-10-02 14:53:24 +0000
committerOlivier Thomann2006-10-02 14:53:24 +0000
commit12abd6b5331dcbfed368c88c77aab2c02673158a (patch)
treee9cf7a4043dea2e04bbd53cddd89917460796036 /org.eclipse.jdt.compiler.tool/.classpath
parent2800b00fd8a32c02dd22b73112db63e4fdf348f6 (diff)
downloadeclipse.jdt.core-12abd6b5331dcbfed368c88c77aab2c02673158a.tar.gz
eclipse.jdt.core-12abd6b5331dcbfed368c88c77aab2c02673158a.tar.xz
eclipse.jdt.core-12abd6b5331dcbfed368c88c77aab2c02673158a.zip
HEAD - Version 1.0.0 of the jsr199 implementation based on the Eclipse compiler
Diffstat (limited to 'org.eclipse.jdt.compiler.tool/.classpath')
-rw-r--r--org.eclipse.jdt.compiler.tool/.classpath8
1 files changed, 8 insertions, 0 deletions
diff --git a/org.eclipse.jdt.compiler.tool/.classpath b/org.eclipse.jdt.compiler.tool/.classpath
new file mode 100644
index 0000000000..b38919ac33
--- /dev/null
+++ b/org.eclipse.jdt.compiler.tool/.classpath
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<classpath>
+ <classpathentry kind="src" path="src"/>
+ <classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
+ <classpathentry kind="lib" path="lib/jsr199.jar"/>
+ <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/>
+ <classpathentry kind="output" path="bin"/>
+</classpath>

Back to the top