Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarin Wright2001-05-24 10:33:12 +0000
committerDarin Wright2001-05-24 10:33:12 +0000
commitcff36287aeef6ad6f30bdd40f690ed94ba33e33e (patch)
treeae54aaaf3bc642dc2fbc5b3c614990f6b1d3071f /org.eclipse.debug.ui/.classpath
parentdbf01de9f3222031deec21fa75ea3e3b447be7be (diff)
downloadeclipse.platform.debug-cff36287aeef6ad6f30bdd40f690ed94ba33e33e.tar.gz
eclipse.platform.debug-cff36287aeef6ad6f30bdd40f690ed94ba33e33e.tar.xz
eclipse.platform.debug-cff36287aeef6ad6f30bdd40f690ed94ba33e33e.zip
*** empty log message ***v0_112_01
Diffstat (limited to 'org.eclipse.debug.ui/.classpath')
-rw-r--r--org.eclipse.debug.ui/.classpath13
1 files changed, 8 insertions, 5 deletions
diff --git a/org.eclipse.debug.ui/.classpath b/org.eclipse.debug.ui/.classpath
index 729e01eaf..a2051e7eb 100644
--- a/org.eclipse.debug.ui/.classpath
+++ b/org.eclipse.debug.ui/.classpath
@@ -1,13 +1,16 @@
<?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/swt.jar" rootpath="" sourcepath="C:/eclipse/plugins/org.eclipse.swt/swtsrc.zip"/>
+ path="C:/eclipse/plugins/org.eclipse.swt/swt.jar" sourcepath="C:/eclipse/plugins/org.eclipse.swt/swtsrc.zip"/>
+ <classpathentry kind="var" path="JRE_LIB"/>
+ <classpathentry kind="lib"
+ path="C:/eclipse/plugins/org.eclipse.core.resources/resources.jar" sourcepath="C:/eclipse/plugins/org.eclipse.core.resources/resourcessrc.zip"/>
+ <classpathentry kind="lib"
+ path="C:/eclipse/plugins/org.eclipse.core.runtime/runtime.jar" sourcepath="C:/eclipse/plugins/org.eclipse.core.runtime/runtimesrc.zip"/>
+ <classpathentry kind="lib"
+ path="C:/eclipse/plugins/org.eclipse.ui/workbench.jar" sourcepath="C:/eclipse/plugins/org.eclipse.ui/workbenchsrc.zip"/>
<classpathentry kind="output" path="bin"/>
</classpath>

Back to the top