Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDorian Birsan2002-12-20 19:19:52 +0000
committerDorian Birsan2002-12-20 19:19:52 +0000
commitc22fcd95384293c6402237b6b9d7d112167fc2c6 (patch)
tree4ccc170a8f2c5251573dfd5f988adcb3a716cc51
parentff77cdb2df0e0f17093efcd9d870828bf6efe198 (diff)
downloadeclipse.platform.ua-c22fcd95384293c6402237b6b9d7d112167fc2c6.tar.gz
eclipse.platform.ua-c22fcd95384293c6402237b6b9d7d112167fc2c6.tar.xz
eclipse.platform.ua-c22fcd95384293c6402237b6b9d7d112167fc2c6.zip
xerces is not needed
-rw-r--r--org.eclipse.help.ui/.classpath3
-rw-r--r--org.eclipse.help.ui/.project1
-rw-r--r--org.eclipse.help.ui/plugin.xml1
3 files changed, 1 insertions, 4 deletions
diff --git a/org.eclipse.help.ui/.classpath b/org.eclipse.help.ui/.classpath
index d127e3a17..4f2ada38d 100644
--- a/org.eclipse.help.ui/.classpath
+++ b/org.eclipse.help.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.resources"/>
<classpathentry kind="src" path="/org.eclipse.help"/>
<classpathentry kind="src" path="/org.eclipse.search"/>
@@ -9,7 +8,7 @@
<classpathentry kind="src" path="/org.eclipse.tomcat"/>
<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="src" path="/org.eclipse.help.appserver"/>
<classpathentry kind="output" path="bin"/>
</classpath>
diff --git a/org.eclipse.help.ui/.project b/org.eclipse.help.ui/.project
index a3602ee1a..787f76c7e 100644
--- a/org.eclipse.help.ui/.project
+++ b/org.eclipse.help.ui/.project
@@ -3,7 +3,6 @@
<name>org.eclipse.help.ui</name>
<comment></comment>
<projects>
- <project>org.apache.xerces</project>
<project>org.eclipse.core.boot</project>
<project>org.eclipse.core.resources</project>
<project>org.eclipse.core.runtime</project>
diff --git a/org.eclipse.help.ui/plugin.xml b/org.eclipse.help.ui/plugin.xml
index a78d79ccb..4972d3f36 100644
--- a/org.eclipse.help.ui/plugin.xml
+++ b/org.eclipse.help.ui/plugin.xml
@@ -13,7 +13,6 @@
</library>
</runtime>
<requires>
- <import plugin="org.apache.xerces"/>
<import plugin="org.eclipse.core.resources"/>
<import plugin="org.eclipse.help"/>
<import plugin="org.eclipse.help.appserver"/>

Back to the top