Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKonrad Kolosowski2003-11-28 03:10:22 +0000
committerKonrad Kolosowski2003-11-28 03:10:22 +0000
commitbde5f0e66e5c4e74b6b3c43d8765f003af2dfc67 (patch)
tree6793937c3e97545dbdafafb58804706bbddd83dc /org.eclipse.help.appserver/plugin.xml
parent30c2cec07ffa8064e7a0c86aac39faeeb01b3db5 (diff)
downloadeclipse.platform.ua-bde5f0e66e5c4e74b6b3c43d8765f003af2dfc67.tar.gz
eclipse.platform.ua-bde5f0e66e5c4e74b6b3c43d8765f003af2dfc67.tar.xz
eclipse.platform.ua-bde5f0e66e5c4e74b6b3c43d8765f003af2dfc67.zip
3.0 plugins need explicit org.eclipse.core.runtime.compatibility require
Diffstat (limited to 'org.eclipse.help.appserver/plugin.xml')
-rw-r--r--org.eclipse.help.appserver/plugin.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/org.eclipse.help.appserver/plugin.xml b/org.eclipse.help.appserver/plugin.xml
index 9eb4d7dae..b5796e3f8 100644
--- a/org.eclipse.help.appserver/plugin.xml
+++ b/org.eclipse.help.appserver/plugin.xml
@@ -14,6 +14,7 @@
</runtime>
<requires>
<import plugin="org.eclipse.core.boot"/>
+ <import plugin="org.eclipse.core.runtime.compatibility"/>
</requires>

Back to the top