Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Arthorne2012-06-26 13:15:57 +0000
committerJohn Arthorne2012-07-24 17:19:06 +0000
commit6e3a775e71e0862084e1664b8fd3e4913b85f33d (patch)
tree1d37b119e6eb9ce12718d29b9d87682e9aac059f /org.eclipse.help.base/META-INF/MANIFEST.MF
parent9a9baea13e41d06ec2177f4e2486794c723d45e8 (diff)
downloadeclipse.platform.ua-6e3a775e71e0862084e1664b8fd3e4913b85f33d.tar.gz
eclipse.platform.ua-6e3a775e71e0862084e1664b8fd3e4913b85f33d.tar.xz
eclipse.platform.ua-6e3a775e71e0862084e1664b8fd3e4913b85f33d.zip
Bug 340563 - [Help][Search] Update Lucene 2.9.1 to the latest version
Diffstat (limited to 'org.eclipse.help.base/META-INF/MANIFEST.MF')
-rw-r--r--org.eclipse.help.base/META-INF/MANIFEST.MF14
1 files changed, 10 insertions, 4 deletions
diff --git a/org.eclipse.help.base/META-INF/MANIFEST.MF b/org.eclipse.help.base/META-INF/MANIFEST.MF
index 9f79e599b..f63cb9d9c 100644
--- a/org.eclipse.help.base/META-INF/MANIFEST.MF
+++ b/org.eclipse.help.base/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %help_base_plugin_name
Bundle-SymbolicName: org.eclipse.help.base; singleton:=true
-Bundle-Version: 3.6.100.qualifier
+Bundle-Version: 3.7.0.qualifier
Bundle-Activator: org.eclipse.help.internal.base.HelpBasePlugin
Bundle-Vendor: %providerName
Bundle-Localization: plugin
@@ -39,13 +39,19 @@ 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";visibility:=reexport,
- org.apache.lucene.analysis;bundle-version="2.9.0";visibility:=reexport,
- org.eclipse.ant.core;bundle-version="3.2.200";resolution:=optional,
+Require-Bundle: 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,
org.eclipse.core.expressions;bundle-version="[3.4.200,4.0.0)"
Import-Package: com.ibm.icu.text,
+ org.apache.lucene.analysis;version="3.5.0",
+ org.apache.lucene.analysis.standard;version="3.5.0",
+ org.apache.lucene.analysis.tokenattributes;version="3.5.0",
+ org.apache.lucene.document;version="3.5.0",
+ org.apache.lucene.index;core=split;version="3.5.0",
+ org.apache.lucene.search;core=split;version="3.5.0",
+ org.apache.lucene.store;core="split";version="3.5.0",
+ org.apache.lucene.util;version="3.5.0",
org.eclipse.equinox.http.jetty;resolution:=optional
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Bundle-ActivationPolicy: lazy

Back to the top