Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMat Booth2015-02-27 17:48:42 +0000
committerPascal Rapicault2015-04-01 01:22:37 +0000
commita7befc1eb048a73e91aa74ede76165a269e7fc1e (patch)
tree5376c96031e66af0e9af60eb2cea17af71a0d45d /bundles
parent698ca12dbfbbaf618b102107ed6dd17038dcf88d (diff)
downloadrt.equinox.p2-a7befc1eb048a73e91aa74ede76165a269e7fc1e.tar.gz
rt.equinox.p2-a7befc1eb048a73e91aa74ede76165a269e7fc1e.tar.xz
rt.equinox.p2-a7befc1eb048a73e91aa74ede76165a269e7fc1e.zip
Bug 461076 - Should not rely on junit to re-export hamcrest api
Change-Id: I6955118e59da8c244b2c428d9ed2c02985c52565 Signed-off-by: Mat Booth <mat.booth@redhat.com>
Diffstat (limited to 'bundles')
-rw-r--r--bundles/org.eclipse.equinox.p2.tests/META-INF/MANIFEST.MF1
1 files changed, 1 insertions, 0 deletions
diff --git a/bundles/org.eclipse.equinox.p2.tests/META-INF/MANIFEST.MF b/bundles/org.eclipse.equinox.p2.tests/META-INF/MANIFEST.MF
index 167761509..b6ec09713 100644
--- a/bundles/org.eclipse.equinox.p2.tests/META-INF/MANIFEST.MF
+++ b/bundles/org.eclipse.equinox.p2.tests/META-INF/MANIFEST.MF
@@ -29,6 +29,7 @@ Require-Bundle: org.eclipse.equinox.frameworkadmin,
org.easymock;bundle-version="2.4.0",
org.eclipse.equinox.frameworkadmin.test;bundle-version="1.0.0",
org.junit;bundle-version="4.8.0",
+ org.hamcrest.core;bundle-version="1.3.0",
org.eclipse.equinox.p2.installer;bundle-version="[1.0.0,2.0.0)",
org.eclipse.equinox.simpleconfigurator;bundle-version="1.0.100",
org.eclipse.equinox.p2.updatechecker;bundle-version="1.0.0",

Back to the top