Skip to main content
aboutsummaryrefslogtreecommitdiffstats
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.base/META-INF/MANIFEST.MF
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.base/META-INF/MANIFEST.MF')
-rw-r--r--org.eclipse.help.base/META-INF/MANIFEST.MF3
1 files changed, 2 insertions, 1 deletions
diff --git a/org.eclipse.help.base/META-INF/MANIFEST.MF b/org.eclipse.help.base/META-INF/MANIFEST.MF
index a6d90cb8e..ef014f5df 100644
--- a/org.eclipse.help.base/META-INF/MANIFEST.MF
+++ b/org.eclipse.help.base/META-INF/MANIFEST.MF
@@ -27,7 +27,8 @@ Require-Bundle: org.apache.lucene;bundle-version="[1.9.1,2.0.0)";visibility:=ree
org.apache.lucene.analysis;bundle-version="[1.9.1,2.0.0)";visibility:=reexport,
org.eclipse.ant.core;bundle-version="3.1.0";resolution:=optional,
org.eclipse.core.runtime;bundle-version="3.3.0",
- org.eclipse.help;bundle-version="[3.3.0,4.0.0)";visibility:=reexport
+ org.eclipse.help;bundle-version="[3.3.0,4.0.0)";visibility:=reexport,
+ org.eclipse.core.expressions;bundle-version="3.4.0"
Import-Package: com.ibm.icu.text,
org.eclipse.equinox.http.jetty;resolution:=optional
Bundle-RequiredExecutionEnvironment: J2SE-1.4

Back to the top