Blame SOURCES/eclipse-swtbot-hamcrest.patch

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