Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSopot Cela2015-10-07 17:10:14 +0000
committerAlexander Kurtakov2015-10-07 17:48:06 +0000
commit7c94abc5353f8cc2bedc9db5d221dc3d92d16124 (patch)
tree41aa7cb3202d4894bca9071af500a8b0bdaa6bba /perf/org.eclipse.linuxtools.perf.swtbot.tests
parentbf067b63650508b1e975b6d06557c9c2a45f26d0 (diff)
downloadorg.eclipse.linuxtools-7c94abc5353f8cc2bedc9db5d221dc3d92d16124.tar.gz
org.eclipse.linuxtools-7c94abc5353f8cc2bedc9db5d221dc3d92d16124.tar.xz
org.eclipse.linuxtools-7c94abc5353f8cc2bedc9db5d221dc3d92d16124.zip
Add explicit dependency on org.hamcrest.core
Change-Id: I76bc7c1117c30aee137a8d6411972cb3612dddba Signed-off-by: Sopot Cela <scela@redhat.com> Reviewed-on: https://git.eclipse.org/r/57658 Tested-by: Hudson CI Reviewed-by: Alexander Kurtakov <akurtako@redhat.com>
Diffstat (limited to 'perf/org.eclipse.linuxtools.perf.swtbot.tests')
-rw-r--r--perf/org.eclipse.linuxtools.perf.swtbot.tests/META-INF/MANIFEST.MF3
1 files changed, 2 insertions, 1 deletions
diff --git a/perf/org.eclipse.linuxtools.perf.swtbot.tests/META-INF/MANIFEST.MF b/perf/org.eclipse.linuxtools.perf.swtbot.tests/META-INF/MANIFEST.MF
index ed6c18e479..f7c8c4bfed 100644
--- a/perf/org.eclipse.linuxtools.perf.swtbot.tests/META-INF/MANIFEST.MF
+++ b/perf/org.eclipse.linuxtools.perf.swtbot.tests/META-INF/MANIFEST.MF
@@ -11,5 +11,6 @@ Fragment-Host: org.eclipse.linuxtools.perf
Require-Bundle: org.junit,
org.eclipse.linuxtools.profiling.tests,
org.eclipse.swtbot.eclipse.finder,
- org.apache.log4j
+ org.apache.log4j,
+ org.hamcrest.core
Import-Package: org.eclipse.swtbot.swt.finder.junit

Back to the top