diff -up ./org.eclipse.swtbot.swt.finder/META-INF/MANIFEST.MF.fix ./org.eclipse.swtbot.swt.finder/META-INF/MANIFEST.MF --- ./org.eclipse.swtbot.swt.finder/META-INF/MANIFEST.MF.fix 2014-05-22 17:00:07.237970360 -0400 +++ ./org.eclipse.swtbot.swt.finder/META-INF/MANIFEST.MF 2014-05-22 17:00:17.796143607 -0400 @@ -29,5 +29,5 @@ Import-Package: junit.framework;version= org.eclipse.swt.graphics, org.eclipse.swt.widgets, org.junit;version="4.5.0" -Require-Bundle: org.hamcrest.core;bundle-version="1.3.0", - org.hamcrest.library;bundle-version="1.3.0" +Require-Bundle: org.hamcrest.core;bundle-version="1.1.0", + org.hamcrest.library;bundle-version="1.1.0" diff -up ./org.eclipse.swtbot.swt.finder.test/META-INF/MANIFEST.MF.fix ./org.eclipse.swtbot.swt.finder.test/META-INF/MANIFEST.MF --- ./org.eclipse.swtbot.swt.finder.test/META-INF/MANIFEST.MF.fix 2014-05-22 17:23:56.926513700 -0400 +++ ./org.eclipse.swtbot.swt.finder.test/META-INF/MANIFEST.MF 2014-05-22 17:24:08.950713154 -0400 @@ -8,8 +8,8 @@ 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.hamcrest.core;bundle-version="1.3.0", - org.hamcrest.library;bundle-version="1.3.0", + org.hamcrest.core;bundle-version="1.1.0", + org.hamcrest.library;bundle-version="1.1.0", org.eclipse.swtbot.junit4_x, org.junit;bundle-version="[4.8.0,5.0.0)" Bundle-ActivationPolicy: lazy