Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Goldthorpe2010-01-08 19:57:17 +0000
committerChris Goldthorpe2010-01-08 19:57:17 +0000
commit3ba79722ab08d1a09d2ff7d688ae232279c9f896 (patch)
treee48849a53f377a4716701f1b9ad09222a87a904b /org.eclipse.help.base/META-INF/MANIFEST.MF
parentaace23df09c8a3438df18379c815730360d306a7 (diff)
downloadeclipse.platform.ua-3ba79722ab08d1a09d2ff7d688ae232279c9f896.tar.gz
eclipse.platform.ua-3ba79722ab08d1a09d2ff7d688ae232279c9f896.tar.xz
eclipse.platform.ua-3ba79722ab08d1a09d2ff7d688ae232279c9f896.zip
Bug 298510 – [Help][Search] org.eclipse.help.base API uses classes from Lucene
Diffstat (limited to 'org.eclipse.help.base/META-INF/MANIFEST.MF')
-rw-r--r--org.eclipse.help.base/META-INF/MANIFEST.MF2
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.help.base/META-INF/MANIFEST.MF b/org.eclipse.help.base/META-INF/MANIFEST.MF
index 1c3c6f3c5..e715cd206 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.4.100.qualifier
+Bundle-Version: 3.5.0.qualifier
Bundle-Activator: org.eclipse.help.internal.base.HelpBasePlugin
Bundle-Vendor: %providerName
Bundle-Localization: plugin

Back to the top