Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Valenta2003-10-14 16:59:34 +0000
committerMichael Valenta2003-10-14 16:59:34 +0000
commit714e2f372de0c79d9a0713c9335dded65ce93e4c (patch)
tree0e631740698a8573f5856fd99906ae89920205db /bundles/org.eclipse.team.cvs.ui/.classpath
parent142ddf47170be317faee1bf74ebe5cb611812bc1 (diff)
downloadeclipse.platform.team-714e2f372de0c79d9a0713c9335dded65ce93e4c.tar.gz
eclipse.platform.team-714e2f372de0c79d9a0713c9335dded65ce93e4c.tar.xz
eclipse.platform.team-714e2f372de0c79d9a0713c9335dded65ce93e4c.zip
44609: Remove dependencies on Xerces from Team plugins
Diffstat (limited to 'bundles/org.eclipse.team.cvs.ui/.classpath')
-rw-r--r--bundles/org.eclipse.team.cvs.ui/.classpath1
1 files changed, 0 insertions, 1 deletions
diff --git a/bundles/org.eclipse.team.cvs.ui/.classpath b/bundles/org.eclipse.team.cvs.ui/.classpath
index 99cb73b4a..1049098b9 100644
--- a/bundles/org.eclipse.team.cvs.ui/.classpath
+++ b/bundles/org.eclipse.team.cvs.ui/.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.runtime"/>
<classpathentry kind="src" path="/org.eclipse.core.resources"/>
<classpathentry kind="src" path="/org.eclipse.ui"/>

Back to the top