Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Goldthorpe2008-06-25 21:47:03 +0000
committerChris Goldthorpe2008-06-25 21:47:03 +0000
commit4fba938aa5681f7a02ec7cc4855b0d5e6246aa1a (patch)
treed1e74397eba9fb536b16ee983e85dd8b9d08b6e0 /org.eclipse.help.webapp/META-INF
parent4f6688bb22154e03d47442996ea2c45b66b3e8ed (diff)
downloadeclipse.platform.ua-4fba938aa5681f7a02ec7cc4855b0d5e6246aa1a.tar.gz
eclipse.platform.ua-4fba938aa5681f7a02ec7cc4855b0d5e6246aa1a.tar.xz
eclipse.platform.ua-4fba938aa5681f7a02ec7cc4855b0d5e6246aa1a.zip
Bug 235121 – Versioning problem: org.eclipse.help re-exports o.e.core.expressions
Diffstat (limited to 'org.eclipse.help.webapp/META-INF')
-rw-r--r--org.eclipse.help.webapp/META-INF/MANIFEST.MF3
1 files changed, 2 insertions, 1 deletions
diff --git a/org.eclipse.help.webapp/META-INF/MANIFEST.MF b/org.eclipse.help.webapp/META-INF/MANIFEST.MF
index 58f6909bb..5449dc110 100644
--- a/org.eclipse.help.webapp/META-INF/MANIFEST.MF
+++ b/org.eclipse.help.webapp/META-INF/MANIFEST.MF
@@ -10,7 +10,8 @@ Require-Bundle: org.eclipse.help.base;bundle-version="[3.1.0,4.0.0)",
org.eclipse.core.runtime;bundle-version="[3.1.0,4.0.0)",
org.apache.jasper;bundle-version="5.5.17",
org.eclipse.equinox.jsp.jasper.registry;bundle-version="1.0.0",
- org.eclipse.equinox.http.registry;bundle-version="1.0.0"
+ org.eclipse.equinox.http.registry;bundle-version="1.0.0",
+ org.eclipse.core.expressions;bundle-version="3.4.0"
Export-Package: org.eclipse.help.internal.webapp;x-friends:="org.eclipse.ua.tests",
org.eclipse.help.internal.webapp.data;x-friends:="org.eclipse.ua.tests",
org.eclipse.help.internal.webapp.servlet;x-friends:="org.eclipse.ua.tests"

Back to the top