Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Valenta2003-10-14 16:45:27 +0000
committerMichael Valenta2003-10-14 16:45:27 +0000
commit142ddf47170be317faee1bf74ebe5cb611812bc1 (patch)
treeb554beb02a37be72f063b2878173dfae01fc0bda /examples/org.eclipse.team.examples.filesystem/.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 'examples/org.eclipse.team.examples.filesystem/.classpath')
-rw-r--r--examples/org.eclipse.team.examples.filesystem/.classpath3
1 files changed, 1 insertions, 2 deletions
diff --git a/examples/org.eclipse.team.examples.filesystem/.classpath b/examples/org.eclipse.team.examples.filesystem/.classpath
index 2bc1164a3..4b22c5ebb 100644
--- a/examples/org.eclipse.team.examples.filesystem/.classpath
+++ b/examples/org.eclipse.team.examples.filesystem/.classpath
@@ -2,12 +2,11 @@
<classpath>
<classpathentry kind="src" path="/org.eclipse.core.resources"/>
<classpathentry kind="src" path="/org.eclipse.team.core"/>
- <classpathentry kind="src" path="/org.apache.xerces"/>
<classpathentry kind="src" path="/org.eclipse.team.ui"/>
<classpathentry kind="src" path="/org.eclipse.ui"/>
<classpathentry kind="src" path="src"/>
<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="var" path="JRE_LIB" sourcepath="JRE_SRC"/>
<classpathentry kind="output" path="bin"/>
</classpath>

Back to the top