1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-25 18:05:33 +02:00

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 <marc.khouzam@ericsson.com>
Reviewed-by: Jeff Johnston <jjohnstn@redhat.com>
IP-Clean: Jeff Johnston <jjohnstn@redhat.com>
Tested-by: Jeff Johnston <jjohnstn@redhat.com>
This commit is contained in:
Jeff Johnston 2013-03-05 15:49:36 -05:00
parent 953a92a2fe
commit 43790e7873
2 changed files with 2 additions and 2 deletions

View file

@ -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",

View file

@ -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",