]> source.dussan.org Git - jgit.git/commitdiff
Use bundle dependency for org.hamcrest.org 97/4297/2
authorMatthias Sohn <matthias.sohn@sap.com>
Tue, 27 Sep 2011 13:34:52 +0000 (15:34 +0200)
committerMatthias Sohn <matthias.sohn@sap.com>
Tue, 27 Sep 2011 13:34:52 +0000 (15:34 +0200)
This is required to make org.eclipse.jgit.test compile when SWTBot isn't
installed which should only be necessary for EGit developers.

Change-Id: I7fc22ca9fc3048cdcf211c56612a3d1b8bed8f6e
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
org.eclipse.jgit.test/META-INF/MANIFEST.MF

index 005891a1d4124f9779c9ace99a26ca592cbca94f..4e4e01bb7e2734f6eb2b519994630d138d6c7823 100644 (file)
@@ -38,11 +38,11 @@ Import-Package: org.eclipse.jgit;version="[1.2.0,1.3.0)",
  org.eclipse.jgit.treewalk.filter;version="[1.2.0,1.3.0)",
  org.eclipse.jgit.util;version="[1.2.0,1.3.0)",
  org.eclipse.jgit.util.io;version="[1.2.0,1.3.0)",
- org.hamcrest.core;version="[1.1.0,2.0.0)",
  org.hamcrest;version="[1.1.0,2.0.0)",
  org.junit;version="[4.4.0,5.0.0)",
- org.junit.runner;version="[4.4.0,5.0.0)",
- org.junit.experimental.theories;version="[4.4.0,5.0.0)"
-Require-Bundle: com.jcraft.jsch;bundle-version="[0.1.37,0.2.0)"
+ org.junit.experimental.theories;version="[4.4.0,5.0.0)",
+ org.junit.runner;version="[4.4.0,5.0.0)"
+Require-Bundle: com.jcraft.jsch;bundle-version="[0.1.37,0.2.0)",
+ org.hamcrest.core;bundle-version="[1.1.0,2.0.0)"
 Export-Package: org.eclipse.jgit.lib