Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMickael Istria2013-02-26 15:47:23 +0000
committerMickael Istria2013-02-26 15:47:23 +0000
commitc97af931926a1992d39ec8f3ff0c9ba4ee6c3dd3 (patch)
treea7588de9a53b9d2b23a3b894d4b1f7b8a3307c73
parentde3ea0f9a44efd3d55565545b00110d7c582d9a6 (diff)
downloadorg.eclipse.swtbot-2.1.0.tar.gz
org.eclipse.swtbot-2.1.0.tar.xz
org.eclipse.swtbot-2.1.0.zip
Bug 401716: Yet another org.junit42.1.0
-rw-r--r--org.eclipse.swtbot.forms.finder.test/META-INF/MANIFEST.MF2
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.swtbot.forms.finder.test/META-INF/MANIFEST.MF b/org.eclipse.swtbot.forms.finder.test/META-INF/MANIFEST.MF
index 9d3b4ddf..c2d061e1 100644
--- a/org.eclipse.swtbot.forms.finder.test/META-INF/MANIFEST.MF
+++ b/org.eclipse.swtbot.forms.finder.test/META-INF/MANIFEST.MF
@@ -9,7 +9,7 @@ Require-Bundle: org.eclipse.swt,
org.eclipse.swt.examples,
org.eclipse.swtbot.swt.finder,
org.apache.log4j;bundle-version="[1.2.13,1.3.0)",
- org.junit4;bundle-version="4.5.0",
+ org.junit;bundle-version="4.5.0",
org.hamcrest.core,
org.eclipse.swtbot.junit4_x,
org.eclipse.swtbot.forms.finder,

Back to the top