Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarin Wright2001-05-23 11:08:54 +0000
committerDarin Wright2001-05-23 11:08:54 +0000
commit63a64e96771bf1a7879482723670d504805c1cce (patch)
treec816f6a4a6fd79708eeac2ec48ce4bb9c02ada86 /org.eclipse.debug.core
parent0c080641dfe82cede44c12e672df13fd960c12ea (diff)
downloadeclipse.platform.debug-63a64e96771bf1a7879482723670d504805c1cce.tar.gz
eclipse.platform.debug-63a64e96771bf1a7879482723670d504805c1cce.tar.xz
eclipse.platform.debug-63a64e96771bf1a7879482723670d504805c1cce.zip
110 migration
Diffstat (limited to 'org.eclipse.debug.core')
-rw-r--r--org.eclipse.debug.core/.classpath12
1 files changed, 8 insertions, 4 deletions
diff --git a/org.eclipse.debug.core/.classpath b/org.eclipse.debug.core/.classpath
index 13b851a2c..d184a167c 100644
--- a/org.eclipse.debug.core/.classpath
+++ b/org.eclipse.debug.core/.classpath
@@ -1,9 +1,13 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
- <classpathentry kind="lib" path="C:\eclipse\jre\lib\rt.jar"/>
<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.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.core.resources/resources.jar"
+ rootpath="" sourcepath="C:/eclipse/plugins/org.eclipse.core.resources/resourcessrc.zip"/>
+ <classpathentry kind="lib"
+ path="C:/eclipse/plugins/org.eclipse.core.runtime/runtime.jar"
+ rootpath="" sourcepath="C:/eclipse/plugins/org.eclipse.core.runtime/runtimesrc.zip"/>
+ <classpathentry kind="var" path="JRE_LIB" rootpath="src" sourcepath="JRE_SRC"/>
+ <classpathentry kind="lib" path="C:/eclipse/plugins/org.apache.xerces/xerces.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>

Back to the top