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.core/.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.core/.classpath')
-rw-r--r--org.eclipse.debug.core/.classpath9
1 files changed, 4 insertions, 5 deletions
diff --git a/org.eclipse.debug.core/.classpath b/org.eclipse.debug.core/.classpath
index 5e1d8652e..1456f42ac 100644
--- a/org.eclipse.debug.core/.classpath
+++ b/org.eclipse.debug.core/.classpath
@@ -1,11 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="Eclipse Debug Core"/>
- <classpathentry kind="lib" path="C:/eclipse/plugins/org.apache.xerces/xerces.jar"/>
- <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.core.resources/resources.jar" sourcepath="C:/eclipse/plugins/org.eclipse.core.resources/resourcessrc.zip"/>
<classpathentry kind="var" path="JRE_LIB" rootpath="src" sourcepath="JRE_SRC"/>
+ <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="output" path="bin"/>
</classpath>

Back to the top