Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Arthorne2012-04-02 20:28:35 +0000
committerJohn Arthorne2012-04-02 20:29:42 +0000
commitbded0bbb69f9a3dcb546d0f7e76296ebcfd7aa9c (patch)
tree13f2f41ed16b40d6ed89573969e2ae446cbba816
parentdc5c9625742bed45d7187f2e54f89ecc21939603 (diff)
downloadeclipse.platform.ua-bded0bbb69f9a3dcb546d0f7e76296ebcfd7aa9c.tar.gz
eclipse.platform.ua-bded0bbb69f9a3dcb546d0f7e76296ebcfd7aa9c.tar.xz
eclipse.platform.ua-bded0bbb69f9a3dcb546d0f7e76296ebcfd7aa9c.zip
Don't specify upper bound on Lucene dependencyv20120402-2029
-rw-r--r--org.eclipse.help.base/META-INF/MANIFEST.MF4
1 files changed, 2 insertions, 2 deletions
diff --git a/org.eclipse.help.base/META-INF/MANIFEST.MF b/org.eclipse.help.base/META-INF/MANIFEST.MF
index 9d199492a..9f79e599b 100644
--- a/org.eclipse.help.base/META-INF/MANIFEST.MF
+++ b/org.eclipse.help.base/META-INF/MANIFEST.MF
@@ -39,8 +39,8 @@ 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.apache.lucene;bundle-version="[2.9.0,3.0.0)";visibility:=reexport,
- org.apache.lucene.analysis;bundle-version="[2.9.0,3.0.0)";visibility:=reexport,
+Require-Bundle: org.apache.lucene;bundle-version="2.9.0";visibility:=reexport,
+ org.apache.lucene.analysis;bundle-version="2.9.0";visibility:=reexport,
org.eclipse.ant.core;bundle-version="3.2.200";resolution:=optional,
org.eclipse.core.runtime;bundle-version="3.6.0",
org.eclipse.help;bundle-version="[3.5.0,4.0.0)";visibility:=reexport,

Back to the top