Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEike Stepper2006-11-11 09:50:34 +0000
committerEike Stepper2006-11-11 09:50:34 +0000
commit1e38486f5ebfe111397f24befecef9a10d108d3c (patch)
tree3b7a4c4ecdf3270c5693138ebbca95944bb93eab /plugins/org.eclipse.net4j.debug/.classpath
parenta329bd9fbd46e20d72b49da1fa8e1825eae0124c (diff)
downloadcdo-1e38486f5ebfe111397f24befecef9a10d108d3c.tar.gz
cdo-1e38486f5ebfe111397f24befecef9a10d108d3c.tar.xz
cdo-1e38486f5ebfe111397f24befecef9a10d108d3c.zip
Initial provisioning for v0.8.0
Diffstat (limited to 'plugins/org.eclipse.net4j.debug/.classpath')
-rw-r--r--plugins/org.eclipse.net4j.debug/.classpath7
1 files changed, 7 insertions, 0 deletions
diff --git a/plugins/org.eclipse.net4j.debug/.classpath b/plugins/org.eclipse.net4j.debug/.classpath
new file mode 100644
index 0000000000..751c8f2e50
--- /dev/null
+++ b/plugins/org.eclipse.net4j.debug/.classpath
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<classpath>
+ <classpathentry kind="src" path="src"/>
+ <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
+ <classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
+ <classpathentry kind="output" path="bin"/>
+</classpath>

Back to the top