Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Arthorne2012-06-28 20:59:12 +0000
committerJohn Arthorne2012-07-24 17:19:14 +0000
commit0b52cffac21c0e2c9a83c73932a6c0b04c96fabc (patch)
tree4eb8a81bfea257fd2da057bc258b6677b8626fab /org.eclipse.help.ui
parentd0135d6ee61f6c700c0779320ed513dc20be5100 (diff)
downloadeclipse.platform.ua-0b52cffac21c0e2c9a83c73932a6c0b04c96fabc.tar.gz
eclipse.platform.ua-0b52cffac21c0e2c9a83c73932a6c0b04c96fabc.tar.xz
eclipse.platform.ua-0b52cffac21c0e2c9a83c73932a6c0b04c96fabc.zip
Bug 350103 - [Help] Remove extension point luceneSearchParticipantsv20120724-171914
Diffstat (limited to 'org.eclipse.help.ui')
-rw-r--r--org.eclipse.help.ui/META-INF/MANIFEST.MF2
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.help.ui/META-INF/MANIFEST.MF b/org.eclipse.help.ui/META-INF/MANIFEST.MF
index cffd64969..696c17571 100644
--- a/org.eclipse.help.ui/META-INF/MANIFEST.MF
+++ b/org.eclipse.help.ui/META-INF/MANIFEST.MF
@@ -17,7 +17,7 @@ Export-Package: org.eclipse.help.ui,
org.eclipse.help.ui.internal.search;x-friends:="org.eclipse.ua.tests",
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.5.0,4.0.0)";visibility:=reexport,
+Require-Bundle: org.eclipse.help.base;bundle-version="[4.0.0,5.0.0)";visibility:=reexport,
org.eclipse.ui;bundle-version="[3.6.0,4.0.0)";visibility:=reexport,
org.eclipse.core.runtime;bundle-version="[3.6.0,4.0.0)";visibility:=reexport,
org.eclipse.ui.forms;bundle-version="[3.5.0,4.0.0)",

Back to the top