Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'org.eclipse.swtbot.go/META-INF/MANIFEST.MF')
-rw-r--r--org.eclipse.swtbot.go/META-INF/MANIFEST.MF2
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.swtbot.go/META-INF/MANIFEST.MF b/org.eclipse.swtbot.go/META-INF/MANIFEST.MF
index 168860c5..231f00b3 100644
--- a/org.eclipse.swtbot.go/META-INF/MANIFEST.MF
+++ b/org.eclipse.swtbot.go/META-INF/MANIFEST.MF
@@ -7,7 +7,7 @@ Require-Bundle: org.eclipse.swtbot.eclipse.core;visibility:=reexport,
org.eclipse.swtbot.eclipse.finder;visibility:=reexport,
org.eclipse.swtbot.swt.finder;visibility:=reexport,
org.eclipse.swtbot.junit4_x;visibility:=reexport,
- org.hamcrest;visibility:=reexport,
+ org.hamcrest.core;visibility:=reexport,
org.junit4;visibility:=reexport,
org.eclipse.core.runtime;visibility:=reexport,
org.apache.log4j;visibility:=reexport,

Back to the top