Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarin Wright2001-05-22 20:21:14 +0000
committerDarin Wright2001-05-22 20:21:14 +0000
commitc74aba60ecd079fff6576edf38b73763b0322681 (patch)
tree29f2ab542b72f8d2192c01bf7c1cde72cdd89d6a /org.eclipse.debug.ui/.classpath
parentb192e342de681daeda8905e72272cad3aee3e2f4 (diff)
downloadeclipse.platform.debug-c74aba60ecd079fff6576edf38b73763b0322681.tar.gz
eclipse.platform.debug-c74aba60ecd079fff6576edf38b73763b0322681.tar.xz
eclipse.platform.debug-c74aba60ecd079fff6576edf38b73763b0322681.zip
1GDQJE7
Diffstat (limited to 'org.eclipse.debug.ui/.classpath')
-rw-r--r--org.eclipse.debug.ui/.classpath8
1 files changed, 4 insertions, 4 deletions
diff --git a/org.eclipse.debug.ui/.classpath b/org.eclipse.debug.ui/.classpath
index 22210c742..c01e5405b 100644
--- a/org.eclipse.debug.ui/.classpath
+++ b/org.eclipse.debug.ui/.classpath
@@ -5,10 +5,10 @@
<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"
- rootpath="" sourcepath="C:/eclipse/plugins/org.eclipse.swt/swtsrc.zip"/>
+ path="C:/eclipse/plugins/org.eclipse.ui/workbench.jar"
+ rootpath="" sourcepath="C:/eclipse/plugins/org.eclipse.ui/workbenchsrc.zip"/>
+ <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