diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2011-09-27 15:34:52 +0200 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2011-09-27 15:34:52 +0200 |
commit | 01cf611e12a09300e1ad8d40b8606976a4ea410b (patch) | |
tree | b4667a7c21415f7adc568af3d3537da3afbd4b3f /org.eclipse.jgit.test/META-INF/MANIFEST.MF | |
parent | d306c35cea5ee35e04f8cd5e27ed2b70490d8458 (diff) | |
download | jgit-01cf611e12a09300e1ad8d40b8606976a4ea410b.tar.gz jgit-01cf611e12a09300e1ad8d40b8606976a4ea410b.zip |
Use bundle dependency for org.hamcrest.org
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>
Diffstat (limited to 'org.eclipse.jgit.test/META-INF/MANIFEST.MF')
-rw-r--r-- | org.eclipse.jgit.test/META-INF/MANIFEST.MF | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/org.eclipse.jgit.test/META-INF/MANIFEST.MF b/org.eclipse.jgit.test/META-INF/MANIFEST.MF index 005891a1d4..4e4e01bb7e 100644 --- a/org.eclipse.jgit.test/META-INF/MANIFEST.MF +++ b/org.eclipse.jgit.test/META-INF/MANIFEST.MF @@ -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 |