Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'org.eclipse.swtbot.eclipse.finder.test/META-INF/MANIFEST.MF')
-rw-r--r--org.eclipse.swtbot.eclipse.finder.test/META-INF/MANIFEST.MF4
1 files changed, 3 insertions, 1 deletions
diff --git a/org.eclipse.swtbot.eclipse.finder.test/META-INF/MANIFEST.MF b/org.eclipse.swtbot.eclipse.finder.test/META-INF/MANIFEST.MF
index 63a523a1..87259754 100644
--- a/org.eclipse.swtbot.eclipse.finder.test/META-INF/MANIFEST.MF
+++ b/org.eclipse.swtbot.eclipse.finder.test/META-INF/MANIFEST.MF
@@ -11,7 +11,9 @@ Require-Bundle: org.eclipse.jface.text,
org.eclipse.core.runtime,
org.eclipse.swtbot.swt.finder,
org.eclipse.swtbot.eclipse.finder,
- org.hamcrest,
+ org.hamcrest.core,
+ org.hamcrest.library,
+ org.hamcrest.integration,
org.junit4,
org.apache.log4j;bundle-version="[1.2.13,1.3.0)",
org.eclipse.swtbot.junit4_x,

Back to the top