diff options
author | Alexander Kurtakov | 2012-12-13 16:25:17 +0000 |
---|---|---|
committer | Roland Grunberg | 2012-12-13 16:40:15 +0000 |
commit | bfad78dc5590881d2e3552eb35e138b98e36f9e4 (patch) | |
tree | bf34c1dcd5d9a1a461b728249e66c3b98dcb88ce | |
parent | 6b7abfb6b91322b52a5c280f9785fff36e762236 (diff) | |
download | org.eclipse.linuxtools-bfad78dc5590881d2e3552eb35e138b98e36f9e4.tar.gz org.eclipse.linuxtools-bfad78dc5590881d2e3552eb35e138b98e36f9e4.tar.xz org.eclipse.linuxtools-bfad78dc5590881d2e3552eb35e138b98e36f9e4.zip |
Junit 4.x is needed in order to be able to use annotations.
Change-Id: I73e9a1200d26c7fac97d1ff6a45b8b5153600d65
Reviewed-on: https://git.eclipse.org/r/9227
Reviewed-by: Roland Grunberg <rgrunber@redhat.com>
IP-Clean: Roland Grunberg <rgrunber@redhat.com>
Tested-by: Roland Grunberg <rgrunber@redhat.com>
Tested-by: Hudson CI
-rw-r--r-- | profiling/org.eclipse.linuxtools.profiling.provider.tests/META-INF/MANIFEST.MF | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/profiling/org.eclipse.linuxtools.profiling.provider.tests/META-INF/MANIFEST.MF b/profiling/org.eclipse.linuxtools.profiling.provider.tests/META-INF/MANIFEST.MF index fb9137f3d5..88349a51a7 100644 --- a/profiling/org.eclipse.linuxtools.profiling.provider.tests/META-INF/MANIFEST.MF +++ b/profiling/org.eclipse.linuxtools.profiling.provider.tests/META-INF/MANIFEST.MF @@ -5,7 +5,7 @@ Bundle-SymbolicName: org.eclipse.linuxtools.profiling.provider.tests;singleton:= Bundle-Version: 1.2.0.qualifier Bundle-RequiredExecutionEnvironment: J2SE-1.5 Fragment-Host: org.eclipse.linuxtools.profiling.launch -Require-Bundle: org.junit, +Require-Bundle: org.junit;bundle-version="4.0.0", org.eclipse.linuxtools.profiling.tests Import-Package: org.eclipse.cdt.debug.core Bundle-Localization: fragment |