Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMariot Chauvin2011-09-22 10:18:09 +0000
committerMariot Chauvin2011-09-22 10:18:09 +0000
commit4d1b85ebcfb51958f084c21dc3ae0ec1b755b750 (patch)
tree2d237b910a9b053e735e615d218d1bd0a43d766a
parent6a49703c950c16246d75270c5572688e4553368f (diff)
downloadorg.eclipse.swtbot-4d1b85ebcfb51958f084c21dc3ae0ec1b755b750.tar.gz
org.eclipse.swtbot-4d1b85ebcfb51958f084c21dc3ae0ec1b755b750.tar.xz
org.eclipse.swtbot-4d1b85ebcfb51958f084c21dc3ae0ec1b755b750.zip
Add org.eclipse.ui.menus package as imported to support
CommandContributionItem instances in ViewMenuFinder. Related bugs : 291618
-rw-r--r--org.eclipse.swtbot.eclipse.finder/META-INF/MANIFEST.MF1
1 files changed, 1 insertions, 0 deletions
diff --git a/org.eclipse.swtbot.eclipse.finder/META-INF/MANIFEST.MF b/org.eclipse.swtbot.eclipse.finder/META-INF/MANIFEST.MF
index 81921fdf..b750f3cf 100644
--- a/org.eclipse.swtbot.eclipse.finder/META-INF/MANIFEST.MF
+++ b/org.eclipse.swtbot.eclipse.finder/META-INF/MANIFEST.MF
@@ -30,6 +30,7 @@ Import-Package: javax.swing.text,
org.eclipse.ui.commands,
org.eclipse.ui.handlers,
org.eclipse.ui.internal,
+ org.eclipse.ui.menus,
org.eclipse.ui.plugin,
org.eclipse.ui.texteditor;resolution:=optional,
org.hamcrest;version="1.1.0",

Back to the top