Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarin Wright2001-05-24 10:33:12 +0000
committerDarin Wright2001-05-24 10:33:12 +0000
commitcff36287aeef6ad6f30bdd40f690ed94ba33e33e (patch)
treeae54aaaf3bc642dc2fbc5b3c614990f6b1d3071f /org.eclipse.debug.core/.classpath
parentdbf01de9f3222031deec21fa75ea3e3b447be7be (diff)
downloadeclipse.platform.debug-cff36287aeef6ad6f30bdd40f690ed94ba33e33e.tar.gz
eclipse.platform.debug-cff36287aeef6ad6f30bdd40f690ed94ba33e33e.tar.xz
eclipse.platform.debug-cff36287aeef6ad6f30bdd40f690ed94ba33e33e.zip
*** empty log message ***v0_112_01
Diffstat (limited to 'org.eclipse.debug.core/.classpath')
-rw-r--r--org.eclipse.debug.core/.classpath11
1 files changed, 7 insertions, 4 deletions
diff --git a/org.eclipse.debug.core/.classpath b/org.eclipse.debug.core/.classpath
index 13b851a2c..024fedb04 100644
--- a/org.eclipse.debug.core/.classpath
+++ b/org.eclipse.debug.core/.classpath
@@ -1,9 +1,12 @@
<?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="var" path="JRE_LIB"/>
+ <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"
+ rootpath="" sourcepath="C:/eclipse/plugins/org.eclipse.core.resources/resourcessrc.zip"/>
<classpathentry kind="output" path="bin"/>
</classpath>

Back to the top