diff options
author | Chris Goldthorpe | 2008-06-25 21:47:03 +0000 |
---|---|---|
committer | Chris Goldthorpe | 2008-06-25 21:47:03 +0000 |
commit | 4fba938aa5681f7a02ec7cc4855b0d5e6246aa1a (patch) | |
tree | d1e74397eba9fb536b16ee983e85dd8b9d08b6e0 /org.eclipse.ui.cheatsheets | |
parent | 4f6688bb22154e03d47442996ea2c45b66b3e8ed (diff) | |
download | eclipse.platform.ua-4fba938aa5681f7a02ec7cc4855b0d5e6246aa1a.tar.gz eclipse.platform.ua-4fba938aa5681f7a02ec7cc4855b0d5e6246aa1a.tar.xz eclipse.platform.ua-4fba938aa5681f7a02ec7cc4855b0d5e6246aa1a.zip |
Bug 235121 Versioning problem: org.eclipse.help re-exports o.e.core.expressions
Diffstat (limited to 'org.eclipse.ui.cheatsheets')
-rw-r--r-- | org.eclipse.ui.cheatsheets/META-INF/MANIFEST.MF | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/org.eclipse.ui.cheatsheets/META-INF/MANIFEST.MF b/org.eclipse.ui.cheatsheets/META-INF/MANIFEST.MF index fa8998b5a..096ecd675 100644 --- a/org.eclipse.ui.cheatsheets/META-INF/MANIFEST.MF +++ b/org.eclipse.ui.cheatsheets/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: %PLUGIN_NAME Bundle-SymbolicName: org.eclipse.ui.cheatsheets; singleton:=true -Bundle-Version: 3.3.100.qualifier +Bundle-Version: 3.3.200.qualifier Bundle-Activator: org.eclipse.ui.internal.cheatsheets.CheatSheetPlugin Bundle-Vendor: %PROVIDER_NAME Bundle-Localization: plugin @@ -25,7 +25,8 @@ Require-Bundle: org.eclipse.ui;bundle-version="[3.2.0,4.0.0)", org.eclipse.help;bundle-version="[3.1.0,4.0.0)", org.eclipse.core.runtime;bundle-version="[3.1.0,4.0.0)", org.eclipse.help.base;bundle-version="[3.2.0,4.0.0)";resolution:=optional, - org.eclipse.help.ui;bundle-version="[3.2.0,4.0.0)";resolution:=optional + org.eclipse.help.ui;bundle-version="[3.2.0,4.0.0)";resolution:=optional, + org.eclipse.core.expressions;bundle-version="3.4.0" Eclipse-LazyStart: true Import-Package: com.ibm.icu.text, javax.xml.parsers, |