2008-02-13 20:57:46 +00:00
|
|
|
Manifest-Version: 1.0
|
|
|
|
Bundle-ManifestVersion: 2
|
|
|
|
Bundle-Name: GDB/MI reference application tests
|
2009-01-08 21:08:05 +00:00
|
|
|
Bundle-SymbolicName: org.eclipse.cdt.tests.dsf.gdb;singleton:=true
|
2009-09-03 19:59:52 +00:00
|
|
|
Bundle-Version: 2.1.0.qualifier
|
2009-01-08 21:08:05 +00:00
|
|
|
Bundle-Activator: org.eclipse.cdt.tests.dsf.gdb.launching.TestsPlugin
|
2008-02-13 20:57:46 +00:00
|
|
|
Bundle-Vendor: Ericsson
|
|
|
|
Require-Bundle: org.eclipse.core.runtime,
|
2009-01-08 21:08:05 +00:00
|
|
|
org.eclipse.cdt.dsf,
|
2008-02-13 20:57:46 +00:00
|
|
|
org.eclipse.cdt.core,
|
|
|
|
org.eclipse.cdt.debug.core,
|
|
|
|
org.junit4,
|
|
|
|
org.eclipse.debug.core,
|
|
|
|
org.eclipse.swt,
|
2010-03-02 13:50:21 +00:00
|
|
|
org.eclipse.cdt.dsf.gdb,
|
2010-04-08 20:02:35 +00:00
|
|
|
org.eclipse.cdt.launch;bundle-version="6.1.0",
|
|
|
|
org.eclipse.cdt.gdb;bundle-version="7.0.0"
|
2008-02-13 20:57:46 +00:00
|
|
|
Bundle-ActivationPolicy: lazy
|
|
|
|
Bundle-RequiredExecutionEnvironment: J2SE-1.5
|
|
|
|
Bundle-ClassPath: .
|