Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarin Wright2001-06-01 15:38:09 +0000
committerDarin Wright2001-06-01 15:38:09 +0000
commit3726a33bbb28d37b2f294f7af47030a462ac65d3 (patch)
tree6d68d378ac3cfa335b260c08c9ed6e8290213d55 /org.eclipse.debug.ui/.classpath
parent37387a2f88d711ae321397ed83a1eab5ed2eab2b (diff)
downloadeclipse.platform.debug-3726a33bbb28d37b2f294f7af47030a462ac65d3.tar.gz
eclipse.platform.debug-3726a33bbb28d37b2f294f7af47030a462ac65d3.tar.xz
eclipse.platform.debug-3726a33bbb28d37b2f294f7af47030a462ac65d3.zip
*** empty log message ***v0_118v0_117_01
Diffstat (limited to 'org.eclipse.debug.ui/.classpath')
-rw-r--r--org.eclipse.debug.ui/.classpath16
1 files changed, 9 insertions, 7 deletions
diff --git a/org.eclipse.debug.ui/.classpath b/org.eclipse.debug.ui/.classpath
index 4ef3a0336..a2051e7eb 100644
--- a/org.eclipse.debug.ui/.classpath
+++ b/org.eclipse.debug.ui/.classpath
@@ -1,14 +1,16 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="Eclipse Debug UI"/>
+ <classpathentry kind="lib" path="C:/eclipse/plugins/org.apache.xerces/xerces.jar"/>
<classpathentry kind="src" path="/org.eclipse.debug.core"/>
+ <classpathentry kind="lib"
+ 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="var" path="plugins/org.apache.xerces/xerces.jar"/>
- <classpathentry kind="var" path="plugins/org.eclipse.core.resources/resources.jar"/>
- <classpathentry kind="var"
- path="plugins/org.eclipse.core.runtime/runtime.jar" sourcepath="plugins/org.eclipse.core.runtime/runtimesrc.zip"/>
- <classpathentry kind="var" path="plugins/org.eclipse.swt/swt.jar"/>
- <classpathentry kind="var"
- path="plugins/org.eclipse.ui/workbench.jar" sourcepath="plugins/org.eclipse.ui/workbenchsrc.zip"/>
+ <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