mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-23 00:45:28 +02:00
20 lines
621 B
Text
20 lines
621 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.junit4,
|
|
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
|
|
|