Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Valenta2003-10-14 16:45:27 +0000
committerMichael Valenta2003-10-14 16:45:27 +0000
commit142ddf47170be317faee1bf74ebe5cb611812bc1 (patch)
treeb554beb02a37be72f063b2878173dfae01fc0bda /tests/org.eclipse.team.tests.core/.classpath
parentd460e24d07c2a08382550c20f8f8dcd9ce15b501 (diff)
downloadeclipse.platform.team-142ddf47170be317faee1bf74ebe5cb611812bc1.tar.gz
eclipse.platform.team-142ddf47170be317faee1bf74ebe5cb611812bc1.tar.xz
eclipse.platform.team-142ddf47170be317faee1bf74ebe5cb611812bc1.zip
Removed unused references to Xerces plugin
Diffstat (limited to 'tests/org.eclipse.team.tests.core/.classpath')
-rw-r--r--tests/org.eclipse.team.tests.core/.classpath3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/org.eclipse.team.tests.core/.classpath b/tests/org.eclipse.team.tests.core/.classpath
index ad5e948f0..0a2181aab 100644
--- a/tests/org.eclipse.team.tests.core/.classpath
+++ b/tests/org.eclipse.team.tests.core/.classpath
@@ -1,7 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src/"/>
- <classpathentry kind="src" path="/org.apache.xerces"/>
<classpathentry kind="src" path="/org.eclipse.core.tests.harness"/>
<classpathentry kind="src" path="/org.eclipse.core.resources"/>
<classpathentry kind="src" path="/org.eclipse.team.core"/>
@@ -9,7 +8,7 @@
<classpathentry kind="src" path="/org.eclipse.compare"/>
<classpathentry kind="src" path="/org.eclipse.ui"/>
<classpathentry kind="src" path="/org.junit"/>
- <classpathentry kind="var" path="JRE_LIB" rootpath="JRE_SRCROOT" sourcepath="JRE_SRC"/>
+ <classpathentry kind="var" path="JRE_LIB" sourcepath="JRE_SRC"/>
<classpathentry kind="src" path="/org.eclipse.core.runtime"/>
<classpathentry kind="src" path="/org.eclipse.core.boot"/>
<classpathentry kind="output" path="bin"/>

Back to the top