Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Goldthorpe2009-09-03 16:57:07 +0000
committerChris Goldthorpe2009-09-03 16:57:07 +0000
commit3abfc7e4a66d4cfda754de4f4f96a8e861d169c6 (patch)
tree6c2712167a20ab976074aef3d412d558bc457569 /org.eclipse.help.ui/META-INF
parent9f19b634b0b2a92042e600ccff17736085db673b (diff)
downloadeclipse.platform.ua-3abfc7e4a66d4cfda754de4f4f96a8e861d169c6.tar.gz
eclipse.platform.ua-3abfc7e4a66d4cfda754de4f4f96a8e861d169c6.tar.xz
eclipse.platform.ua-3abfc7e4a66d4cfda754de4f4f96a8e861d169c6.zip
Bug 272564 – [PropertiesView] need a mechanism for views to 'opt out' of interactions with the property viewv20090904
Diffstat (limited to 'org.eclipse.help.ui/META-INF')
-rw-r--r--org.eclipse.help.ui/META-INF/MANIFEST.MF4
1 files changed, 2 insertions, 2 deletions
diff --git a/org.eclipse.help.ui/META-INF/MANIFEST.MF b/org.eclipse.help.ui/META-INF/MANIFEST.MF
index ba9c5dddc..d3f280d76 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.4.100.qualifier
+Bundle-Version: 3.5.0.qualifier
Bundle-Activator: org.eclipse.help.ui.internal.HelpUIPlugin
Bundle-Vendor: %providerName
Bundle-Localization: plugin
@@ -18,7 +18,7 @@ Export-Package: org.eclipse.help.ui,
org.eclipse.help.ui.internal.util;x-friends:="org.eclipse.ua.tests",
org.eclipse.help.ui.internal.views;x-friends:="org.eclipse.ui.cheatsheets,org.eclipse.ua.tests"
Require-Bundle: org.eclipse.help.base;bundle-version="[3.4.0,4.0.0)";visibility:=reexport,
- org.eclipse.ui;bundle-version="[3.5.0,4.0.0)";visibility:=reexport,
+ org.eclipse.ui;bundle-version="[3.6.0,4.0.0)";visibility:=reexport,
org.eclipse.core.runtime;bundle-version="[3.5.0,4.0.0)";visibility:=reexport,
org.eclipse.ui.forms;bundle-version="[3.4.0,4.0.0)",
org.eclipse.core.expressions;bundle-version="3.4.100"

Back to the top