Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Goldthorpe2011-10-10 17:48:02 +0000
committerChris Goldthorpe2011-10-10 17:48:02 +0000
commitab499ac11483c3d7239ac7709e0faaa8ed762da3 (patch)
treed511ab55aae23554de5aebedc713b89219c01592 /org.eclipse.help.webapp
parent7f08d7619bb29ded890504c4922b69ab1d9e366b (diff)
downloadeclipse.platform.ua-ab499ac11483c3d7239ac7709e0faaa8ed762da3.tar.gz
eclipse.platform.ua-ab499ac11483c3d7239ac7709e0faaa8ed762da3.tar.xz
eclipse.platform.ua-ab499ac11483c3d7239ac7709e0faaa8ed762da3.zip
Bug 360465 - [Webapp] Remove dependency on org.apache.jasper from
org.eclipse.help.webapp
Diffstat (limited to 'org.eclipse.help.webapp')
-rw-r--r--org.eclipse.help.webapp/META-INF/MANIFEST.MF1
1 files changed, 0 insertions, 1 deletions
diff --git a/org.eclipse.help.webapp/META-INF/MANIFEST.MF b/org.eclipse.help.webapp/META-INF/MANIFEST.MF
index 82c24ca83..90d4b44c8 100644
--- a/org.eclipse.help.webapp/META-INF/MANIFEST.MF
+++ b/org.eclipse.help.webapp/META-INF/MANIFEST.MF
@@ -8,7 +8,6 @@ Bundle-Vendor: %providerName
Bundle-Localization: plugin
Require-Bundle: org.eclipse.help.base;bundle-version="[3.5.0,4.0.0)",
org.eclipse.core.runtime;bundle-version="[3.6.0,4.0.0)",
- org.apache.jasper;bundle-version="5.5.17",
org.eclipse.equinox.jsp.jasper.registry;bundle-version="1.0.100",
org.eclipse.equinox.http.registry;bundle-version="1.0.200",
org.eclipse.core.expressions;bundle-version="3.4.200"

Back to the top