Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKonrad Kolosowski2002-08-19 15:50:10 +0000
committerKonrad Kolosowski2002-08-19 15:50:10 +0000
commit50416eccf24db249bd8d57e5e7233cd340b023b2 (patch)
tree63881701507e4d890e522a1f95d84104b5cec4d3 /org.eclipse.help.webapp/plugin.xml
parentd137df7f2ac5779172e0d467f4e45f58808d8339 (diff)
downloadeclipse.platform.ua-50416eccf24db249bd8d57e5e7233cd340b023b2.tar.gz
eclipse.platform.ua-50416eccf24db249bd8d57e5e7233cd340b023b2.tar.xz
eclipse.platform.ua-50416eccf24db249bd8d57e5e7233cd340b023b2.zip
adding runtime to allow jasper to compile bookmark jsp
Diffstat (limited to 'org.eclipse.help.webapp/plugin.xml')
-rw-r--r--org.eclipse.help.webapp/plugin.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/org.eclipse.help.webapp/plugin.xml b/org.eclipse.help.webapp/plugin.xml
index d16f263f4..959fb7f0a 100644
--- a/org.eclipse.help.webapp/plugin.xml
+++ b/org.eclipse.help.webapp/plugin.xml
@@ -13,6 +13,7 @@
provider-name = "%providerName">
<requires>
+ <import plugin="org.eclipse.core.runtime"/>
<import plugin="org.apache.xerces"/>
<import plugin="org.eclipse.help"/>

Back to the top