Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKonrad Kolosowski2003-10-14 21:05:10 +0000
committerKonrad Kolosowski2003-10-14 21:05:10 +0000
commit865daa2c329e7837519bd39ec4c467ca2d105b57 (patch)
tree1d1e1638b383553d7b29be006a7b499fca41a7e4 /org.eclipse.help.webapp
parent1dcb8770d621163142a3994ca4d191827ead5652 (diff)
downloadeclipse.platform.ua-865daa2c329e7837519bd39ec4c467ca2d105b57.tar.gz
eclipse.platform.ua-865daa2c329e7837519bd39ec4c467ca2d105b57.tar.xz
eclipse.platform.ua-865daa2c329e7837519bd39ec4c467ca2d105b57.zip
21386 Help uses xerces implementation classes instead of APIs
Diffstat (limited to 'org.eclipse.help.webapp')
-rw-r--r--org.eclipse.help.webapp/.project1
-rw-r--r--org.eclipse.help.webapp/plugin.xml1
2 files changed, 0 insertions, 2 deletions
diff --git a/org.eclipse.help.webapp/.project b/org.eclipse.help.webapp/.project
index d1a3dbe3d..b1c49af50 100644
--- a/org.eclipse.help.webapp/.project
+++ b/org.eclipse.help.webapp/.project
@@ -3,7 +3,6 @@
<name>org.eclipse.help.webapp</name>
<comment></comment>
<projects>
- <project>org.apache.xerces</project>
<project>org.eclipse.core.boot</project>
<project>org.eclipse.core.runtime</project>
<project>org.eclipse.help</project>
diff --git a/org.eclipse.help.webapp/plugin.xml b/org.eclipse.help.webapp/plugin.xml
index 0bb647d9d..a0d2cdb75 100644
--- a/org.eclipse.help.webapp/plugin.xml
+++ b/org.eclipse.help.webapp/plugin.xml
@@ -12,7 +12,6 @@
</library>
</runtime>
<requires>
- <import plugin="org.apache.xerces"/>
<import plugin="org.eclipse.help"/>
</requires>

Back to the top