Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJed Anderson2001-06-01 15:23:53 +0000
committerJed Anderson2001-06-01 15:23:53 +0000
commiteabdf7a7b6fd823ae6a80fd35a7e83b3fe066f3b (patch)
tree7716c94ba3192da1e5d0ce5f21f29b779ee26e78 /org.eclipse.debug.ui/.classpath
parentae229faac55f760112bf48ccf302cf578f899698 (diff)
downloadeclipse.platform.debug-eabdf7a7b6fd823ae6a80fd35a7e83b3fe066f3b.tar.gz
eclipse.platform.debug-eabdf7a7b6fd823ae6a80fd35a7e83b3fe066f3b.tar.xz
eclipse.platform.debug-eabdf7a7b6fd823ae6a80fd35a7e83b3fe066f3b.zip
Test Release
Diffstat (limited to 'org.eclipse.debug.ui/.classpath')
-rw-r--r--org.eclipse.debug.ui/.classpath16
1 files changed, 7 insertions, 9 deletions
diff --git a/org.eclipse.debug.ui/.classpath b/org.eclipse.debug.ui/.classpath
index a2051e7eb..4ef3a0336 100644
--- a/org.eclipse.debug.ui/.classpath
+++ b/org.eclipse.debug.ui/.classpath
@@ -1,16 +1,14 @@
<?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="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="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="output" path="bin"/>
</classpath>

Back to the top