Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarin Wright2001-05-18 10:25:56 +0000
committerDarin Wright2001-05-18 10:25:56 +0000
commit3e4fc4400f54e51207e1b92bdc1232e6e68d5e88 (patch)
tree3a47ad5727e750d31a2d475c6abb70e016394dfb /org.eclipse.debug.ui/.classpath
downloadeclipse.platform.debug-3e4fc4400f54e51207e1b92bdc1232e6e68d5e88.tar.gz
eclipse.platform.debug-3e4fc4400f54e51207e1b92bdc1232e6e68d5e88.tar.xz
eclipse.platform.debug-3e4fc4400f54e51207e1b92bdc1232e6e68d5e88.zip
*** empty log message ***
Diffstat (limited to 'org.eclipse.debug.ui/.classpath')
-rw-r--r--org.eclipse.debug.ui/.classpath12
1 files changed, 12 insertions, 0 deletions
diff --git a/org.eclipse.debug.ui/.classpath b/org.eclipse.debug.ui/.classpath
new file mode 100644
index 000000000..1a8943c3f
--- /dev/null
+++ b/org.eclipse.debug.ui/.classpath
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<classpath>
+ <classpathentry kind="lib" path="C:/eclipse/jre/lib/rt.jar"/>
+ <classpathentry kind="src" path="Eclipse Debug UI"/>
+ <classpathentry kind="lib" path="C:/eclipse/plugins/org.apache.xerces/xerces.jar"/>
+ <classpathentry kind="lib" path="C:/eclipse/plugins/org.eclipse.core.resources/resources.jar"/>
+ <classpathentry kind="lib" path="C:/eclipse/plugins/org.eclipse.core.runtime/runtime.jar"/>
+ <classpathentry kind="lib" path="C:/eclipse/plugins/org.eclipse.ui/workbench.jar"/>
+ <classpathentry kind="src" path="/org.eclipse.debug.core"/>
+ <classpathentry kind="lib" path="C:/eclipse/plugins/org.eclipse.swt/swt0108.jar"/>
+ <classpathentry kind="output" path="bin"/>
+</classpath>

Back to the top