Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKonrad Kolosowski2004-03-11 00:08:35 +0000
committerKonrad Kolosowski2004-03-11 00:08:35 +0000
commit051858c5e4223749c68528dbd9dbc9b77082c4ec (patch)
tree6ff2418ce3ac65ace1083a97ecb390f617b3ff10 /org.eclipse.help.appserver/plugin.xml
parent097a537f93fddff493852efc992f63037aee0394 (diff)
downloadeclipse.platform.ua-051858c5e4223749c68528dbd9dbc9b77082c4ec.tar.gz
eclipse.platform.ua-051858c5e4223749c68528dbd9dbc9b77082c4ec.tar.xz
eclipse.platform.ua-051858c5e4223749c68528dbd9dbc9b77082c4ec.zip
stop requiring runtime.compatibility
Diffstat (limited to 'org.eclipse.help.appserver/plugin.xml')
-rw-r--r--org.eclipse.help.appserver/plugin.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.help.appserver/plugin.xml b/org.eclipse.help.appserver/plugin.xml
index 87c6a1c8a..881233453 100644
--- a/org.eclipse.help.appserver/plugin.xml
+++ b/org.eclipse.help.appserver/plugin.xml
@@ -13,7 +13,7 @@
</library>
</runtime>
<requires>
- <import plugin="org.eclipse.core.runtime.compatibility"/>
+ <import plugin="org.eclipse.core.runtime"/>
</requires>

Back to the top