Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--org.eclipse.help.base/META-INF/MANIFEST.MF12
1 files changed, 6 insertions, 6 deletions
diff --git a/org.eclipse.help.base/META-INF/MANIFEST.MF b/org.eclipse.help.base/META-INF/MANIFEST.MF
index ba46905dd..b8199cc42 100644
--- a/org.eclipse.help.base/META-INF/MANIFEST.MF
+++ b/org.eclipse.help.base/META-INF/MANIFEST.MF
@@ -39,15 +39,15 @@ Export-Package: org.apache.lucene.demo.html;x-internal:=true,
org.eclipse.help.search,
org.eclipse.help.server,
org.eclipse.help.standalone
-Require-Bundle: org.eclipse.ant.core;bundle-version="3.2.200";resolution:=optional,
+Require-Bundle: org.eclipse.ant.core;bundle-version="[3.2.200,4.0.0)";resolution:=optional,
org.eclipse.core.runtime;bundle-version="[3.11.0,4.0.0)",
org.eclipse.help;bundle-version="[3.5.0,4.0.0)";visibility:=reexport,
org.eclipse.core.expressions;bundle-version="[3.4.200,4.0.0)",
- org.eclipse.core.net;bundle-version="1.2.200",
- org.apache.lucene.analyzers-common;bundle-version="6.1.0",
- org.apache.lucene.core;bundle-version="6.1.0",
- org.apache.lucene.misc;bundle-version="6.1.0",
- org.apache.lucene.analyzers-smartcn;bundle-version="6.1.0"
+ org.eclipse.core.net;bundle-version="[1.2.200,2.0.0]",
+ org.apache.lucene.analyzers-common;bundle-version="[6.1.0,7.0.0)",
+ org.apache.lucene.core;bundle-version="[6.1.0,7.0.0)",
+ org.apache.lucene.misc;bundle-version="[6.1.0,7.0.0)",
+ org.apache.lucene.analyzers-smartcn;bundle-version="[6.1.0,7.0.0)"
Import-Package: com.ibm.icu.text,
org.eclipse.equinox.http.jetty;resolution:=optional
Bundle-RequiredExecutionEnvironment: JavaSE-1.8

Back to the top