Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOlivier Thomann2006-11-16 16:58:13 +0000
committerOlivier Thomann2006-11-16 16:58:13 +0000
commitb160a0325617f341bae77c64f3c7b457fff2a7da (patch)
treebe27d2af491eeaff94683c93094b2080ae31368a /org.eclipse.jdt.compiler.tool.tests/.classpath
parent6fa01fa6160c67c8d952344dd76f40e1f9283642 (diff)
downloadeclipse.jdt.core-b160a0325617f341bae77c64f3c7b457fff2a7da.tar.gz
eclipse.jdt.core-b160a0325617f341bae77c64f3c7b457fff2a7da.tar.xz
eclipse.jdt.core-b160a0325617f341bae77c64f3c7b457fff2a7da.zip
HEAD - First tests
Diffstat (limited to 'org.eclipse.jdt.compiler.tool.tests/.classpath')
-rw-r--r--org.eclipse.jdt.compiler.tool.tests/.classpath7
1 files changed, 7 insertions, 0 deletions
diff --git a/org.eclipse.jdt.compiler.tool.tests/.classpath b/org.eclipse.jdt.compiler.tool.tests/.classpath
new file mode 100644
index 0000000000..deb673668e
--- /dev/null
+++ b/org.eclipse.jdt.compiler.tool.tests/.classpath
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<classpath>
+ <classpathentry kind="src" path="src"/>
+ <classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
+ <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