Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarin Wright2009-09-16 14:50:42 +0000
committerDarin Wright2009-09-16 14:50:42 +0000
commitb6d837240372ebd89c04fb22c7f585e558a77565 (patch)
tree14b64502b164d2f08ea6ff4d5a70df7a330887f0 /org.eclipse.core.externaltools/.classpath
parentbf5b1b8ef14e3e9a68d38e2b0c57a830abb9c1a4 (diff)
downloadeclipse.platform.debug-b6d837240372ebd89c04fb22c7f585e558a77565.tar.gz
eclipse.platform.debug-b6d837240372ebd89c04fb22c7f585e558a77565.tar.xz
eclipse.platform.debug-b6d837240372ebd89c04fb22c7f585e558a77565.zip
Initial content for headless external tools plug-in
Diffstat (limited to 'org.eclipse.core.externaltools/.classpath')
-rw-r--r--org.eclipse.core.externaltools/.classpath7
1 files changed, 7 insertions, 0 deletions
diff --git a/org.eclipse.core.externaltools/.classpath b/org.eclipse.core.externaltools/.classpath
new file mode 100644
index 000000000..2fbb7a23e
--- /dev/null
+++ b/org.eclipse.core.externaltools/.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/J2SE-1.4"/>
+ <classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
+ <classpathentry kind="src" path="src"/>
+ <classpathentry kind="output" path="bin"/>
+</classpath>

Back to the top