mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-23 00:03:53 +02:00

- 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>
20 lines
643 B
Text
20 lines
643 B
Text
Manifest-Version: 1.0
|
|
Bundle-ManifestVersion: 2
|
|
Bundle-Name: GDB/MI reference application tests
|
|
Bundle-SymbolicName: org.eclipse.cdt.tests.dsf.gdb;singleton:=true
|
|
Bundle-Version: 2.2.0.qualifier
|
|
Bundle-Vendor: Ericsson
|
|
Require-Bundle: org.eclipse.core.runtime,
|
|
org.eclipse.cdt.dsf,
|
|
org.eclipse.cdt.core,
|
|
org.eclipse.cdt.debug.core,
|
|
org.junit;bundle-version="4.8.1",
|
|
org.eclipse.debug.core,
|
|
org.eclipse.swt,
|
|
org.eclipse.cdt.launch;bundle-version="6.1.0",
|
|
org.eclipse.cdt.gdb;bundle-version="7.0.0"
|
|
Bundle-ActivationPolicy: lazy
|
|
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
|
|
Bundle-ClassPath: .
|
|
Fragment-Host: org.eclipse.cdt.dsf.gdb
|
|
|