Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Valenta2003-10-14 16:06:07 +0000
committerMichael Valenta2003-10-14 16:06:07 +0000
commitd460e24d07c2a08382550c20f8f8dcd9ce15b501 (patch)
tree3d3dcfe77013d7f87827962f101206adc7f6a68a
parentbf51053495cc707efd9f6b781ee94265c1fcee83 (diff)
downloadeclipse.platform.team-d460e24d07c2a08382550c20f8f8dcd9ce15b501.tar.gz
eclipse.platform.team-d460e24d07c2a08382550c20f8f8dcd9ce15b501.tar.xz
eclipse.platform.team-d460e24d07c2a08382550c20f8f8dcd9ce15b501.zip
Removed unused references to Xerces plugin
-rw-r--r--bundles/org.eclipse.team.cvs.core/.classpath3
-rw-r--r--bundles/org.eclipse.team.cvs.core/.project1
-rw-r--r--bundles/org.eclipse.team.cvs.core/plugin.xml1
3 files changed, 1 insertions, 4 deletions
diff --git a/bundles/org.eclipse.team.cvs.core/.classpath b/bundles/org.eclipse.team.cvs.core/.classpath
index 8eeac83f2..ca49cf8b2 100644
--- a/bundles/org.eclipse.team.cvs.core/.classpath
+++ b/bundles/org.eclipse.team.cvs.core/.classpath
@@ -1,9 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
- <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="src"/>
<classpathentry kind="src" path="/org.eclipse.team.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="output" path="bin"/>
diff --git a/bundles/org.eclipse.team.cvs.core/.project b/bundles/org.eclipse.team.cvs.core/.project
index aef3007fd..a57858a9b 100644
--- a/bundles/org.eclipse.team.cvs.core/.project
+++ b/bundles/org.eclipse.team.cvs.core/.project
@@ -3,7 +3,6 @@
<name>org.eclipse.team.cvs.core</name>
<comment></comment>
<projects>
- <project>org.apache.xerces</project>
<project>org.eclipse.core.resources</project>
<project>org.eclipse.core.runtime</project>
<project>org.eclipse.team.core</project>
diff --git a/bundles/org.eclipse.team.cvs.core/plugin.xml b/bundles/org.eclipse.team.cvs.core/plugin.xml
index 61048381f..57def4e55 100644
--- a/bundles/org.eclipse.team.cvs.core/plugin.xml
+++ b/bundles/org.eclipse.team.cvs.core/plugin.xml
@@ -15,7 +15,6 @@
<requires>
<import plugin="org.eclipse.core.resources"/>
<import plugin="org.eclipse.team.core"/>
- <import plugin="org.apache.xerces"/>
</requires>

Back to the top