Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarin Wright2001-05-23 12:14:31 +0000
committerDarin Wright2001-05-23 12:14:31 +0000
commit61e5e44844c9e0bc5e9137541f0519fbc2d376da (patch)
tree7674fce013181cbc241b95c41417aa2898595c87 /org.eclipse.debug.core/.classpath
parent63a64e96771bf1a7879482723670d504805c1cce (diff)
downloadeclipse.platform.debug-61e5e44844c9e0bc5e9137541f0519fbc2d376da.tar.gz
eclipse.platform.debug-61e5e44844c9e0bc5e9137541f0519fbc2d376da.tar.xz
eclipse.platform.debug-61e5e44844c9e0bc5e9137541f0519fbc2d376da.zip
*** empty log message ***v0_110_02
Diffstat (limited to 'org.eclipse.debug.core/.classpath')
-rw-r--r--org.eclipse.debug.core/.classpath12
1 files changed, 4 insertions, 8 deletions
diff --git a/org.eclipse.debug.core/.classpath b/org.eclipse.debug.core/.classpath
index d184a167c..13b851a2c 100644
--- a/org.eclipse.debug.core/.classpath
+++ b/org.eclipse.debug.core/.classpath
@@ -1,13 +1,9 @@
<?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.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="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="output" path="bin"/>
</classpath>

Back to the top