From 43790e787373a46e253f80cdaa2db8928fe4e366 Mon Sep 17 00:00:00 2001 From: Jeff Johnston Date: Tue, 5 Mar 2013 15:49:36 -0500 Subject: [PATCH] Change org.junit4 requires to be org.junit 4.8.1 or greater. - Kepler M6 SDK does not have org.junit4 - there is currently a compatibility plug-in in M5 that supplies it by reexporting org.junit 4.8.1 Change-Id: I29fa7a12277b47d2988a5cc452f3f1f47ed65507 Reviewed-on: https://git.eclipse.org/r/10875 Reviewed-by: Marc Khouzam Reviewed-by: Jeff Johnston IP-Clean: Jeff Johnston Tested-by: Jeff Johnston --- build/org.eclipse.cdt.autotools.ui.tests/META-INF/MANIFEST.MF | 2 +- dsf-gdb/org.eclipse.cdt.tests.dsf.gdb/META-INF/MANIFEST.MF | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build/org.eclipse.cdt.autotools.ui.tests/META-INF/MANIFEST.MF b/build/org.eclipse.cdt.autotools.ui.tests/META-INF/MANIFEST.MF index 95e5d38ebba..d5f75853a14 100644 --- a/build/org.eclipse.cdt.autotools.ui.tests/META-INF/MANIFEST.MF +++ b/build/org.eclipse.cdt.autotools.ui.tests/META-INF/MANIFEST.MF @@ -12,7 +12,7 @@ Require-Bundle: org.eclipse.ui, org.eclipse.swtbot.junit4_x;bundle-version="2.0.0", org.eclipse.swtbot.swt.finder;bundle-version="2.0.0", org.hamcrest;bundle-version="1.1.0", - org.junit4;bundle-version="4.5.0", + org.junit;bundle-version="4.8.1", org.apache.log4j;bundle-version="1.2.13", org.eclipse.core.resources;bundle-version="3.5.1", org.eclipse.cdt.autotools.core;bundle-version="1.0.0", diff --git a/dsf-gdb/org.eclipse.cdt.tests.dsf.gdb/META-INF/MANIFEST.MF b/dsf-gdb/org.eclipse.cdt.tests.dsf.gdb/META-INF/MANIFEST.MF index af079ed2d4f..7156e993618 100644 --- a/dsf-gdb/org.eclipse.cdt.tests.dsf.gdb/META-INF/MANIFEST.MF +++ b/dsf-gdb/org.eclipse.cdt.tests.dsf.gdb/META-INF/MANIFEST.MF @@ -8,7 +8,7 @@ Require-Bundle: org.eclipse.core.runtime, org.eclipse.cdt.dsf, org.eclipse.cdt.core, org.eclipse.cdt.debug.core, - org.junit4, + org.junit;bundle-version="4.8.1", org.eclipse.debug.core, org.eclipse.swt, org.eclipse.cdt.launch;bundle-version="6.1.0",