Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Arthorne2012-07-23 20:42:57 +0000
committerJohn Arthorne2012-07-24 17:19:18 +0000
commite6b2a587a9fe9d9aa617553290d212c8bda1f9ef (patch)
tree9204733d612f72680cce20881f28073511296bed
parentc7c8deddb2574f30b199b491514aa9f694b5a175 (diff)
downloadeclipse.platform.ua-e6b2a587a9fe9d9aa617553290d212c8bda1f9ef.tar.gz
eclipse.platform.ua-e6b2a587a9fe9d9aa617553290d212c8bda1f9ef.tar.xz
eclipse.platform.ua-e6b2a587a9fe9d9aa617553290d212c8bda1f9ef.zip
Updated version numbers for move to lucene 3.xv20120724-171918johna/lucene35
-rw-r--r--org.eclipse.help.ui/META-INF/MANIFEST.MF2
-rw-r--r--org.eclipse.ui.cheatsheets/META-INF/MANIFEST.MF4
2 files changed, 3 insertions, 3 deletions
diff --git a/org.eclipse.help.ui/META-INF/MANIFEST.MF b/org.eclipse.help.ui/META-INF/MANIFEST.MF
index 696c17571..2c14fc06e 100644
--- a/org.eclipse.help.ui/META-INF/MANIFEST.MF
+++ b/org.eclipse.help.ui/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %help_system_plugin_name
Bundle-SymbolicName: org.eclipse.help.ui; singleton:=true
-Bundle-Version: 3.5.200.qualifier
+Bundle-Version: 4.0.0.qualifier
Bundle-Activator: org.eclipse.help.ui.internal.HelpUIPlugin
Bundle-Vendor: %providerName
Bundle-Localization: plugin
diff --git a/org.eclipse.ui.cheatsheets/META-INF/MANIFEST.MF b/org.eclipse.ui.cheatsheets/META-INF/MANIFEST.MF
index 1abd5d228..6d1aa5dbe 100644
--- a/org.eclipse.ui.cheatsheets/META-INF/MANIFEST.MF
+++ b/org.eclipse.ui.cheatsheets/META-INF/MANIFEST.MF
@@ -24,8 +24,8 @@ Require-Bundle: org.eclipse.ui;bundle-version="[3.6.0,4.0.0)",
org.eclipse.ui.forms;bundle-version="[3.5.0,4.0.0)",
org.eclipse.help;bundle-version="[3.5.0,4.0.0)",
org.eclipse.core.runtime;bundle-version="[3.6.0,4.0.0)",
- org.eclipse.help.base;bundle-version="[3.5.0,4.0.0)";resolution:=optional,
- org.eclipse.help.ui;bundle-version="[3.5.0,4.0.0)";resolution:=optional,
+ org.eclipse.help.base;bundle-version="[4.0.0,5.0.0)";resolution:=optional,
+ org.eclipse.help.ui;bundle-version="[4.0.0,5.0.0)";resolution:=optional,
org.eclipse.core.expressions;bundle-version="3.4.200"
Eclipse-LazyStart: true
Import-Package: com.ibm.icu.text,

Back to the top