Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarin Swanson2003-10-16 23:29:58 +0000
committerDarin Swanson2003-10-16 23:29:58 +0000
commit325a86ec7ccd3a702094d5f14c1c52bd86edbe5e (patch)
tree4b32b27366c6d3778b40b549d544b6a345a9b95f /org.eclipse.debug.core/.classpath
parenta0c9f2164bbb93283b584f0abd384f2a3273bf0d (diff)
downloadeclipse.platform.debug-325a86ec7ccd3a702094d5f14c1c52bd86edbe5e.tar.gz
eclipse.platform.debug-325a86ec7ccd3a702094d5f14c1c52bd86edbe5e.tar.xz
eclipse.platform.debug-325a86ec7ccd3a702094d5f14c1c52bd86edbe5e.zip
Bug 44934 - Remove dependancies on Xerces plugin
Diffstat (limited to 'org.eclipse.debug.core/.classpath')
-rw-r--r--org.eclipse.debug.core/.classpath13
1 files changed, 6 insertions, 7 deletions
diff --git a/org.eclipse.debug.core/.classpath b/org.eclipse.debug.core/.classpath
index 9760a4434..ae3b58c5d 100644
--- a/org.eclipse.debug.core/.classpath
+++ b/org.eclipse.debug.core/.classpath
@@ -1,10 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
- <classpathentry kind="src" path="core/"/>
- <classpathentry kind="src" path="/org.apache.xerces"/>
- <classpathentry kind="src" path="/org.eclipse.core.resources"/>
- <classpathentry kind="src" path="/org.eclipse.core.runtime"/>
- <classpathentry kind="src" path="/org.eclipse.core.boot"/>
- <classpathentry kind="var" path="JRE_LIB" rootpath="JRE_SRCROOT" sourcepath="JRE_SRC"/>
- <classpathentry kind="output" path="bin"/>
+ <classpathentry kind="src" path="core/"/>
+ <classpathentry kind="src" path="/org.eclipse.core.resources"/>
+ <classpathentry kind="src" path="/org.eclipse.core.runtime"/>
+ <classpathentry kind="src" path="/org.eclipse.core.boot"/>
+ <classpathentry sourcepath="JRE_SRC" kind="var" path="JRE_LIB"/>
+ <classpathentry kind="output" path="bin"/>
</classpath>

Back to the top