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
|
2011-09-22 15:02:16 -04:00
|
|
|
Bundle-Version: 2.2.0.qualifier
|
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-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
|
2011-10-17 16:44:49 -07:00
|
|
|
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
|
2008-02-13 20:57:46 +00:00
|
|
|
Bundle-ClassPath: .
|
2011-01-20 21:54:57 +00:00
|
|
|
Fragment-Host: org.eclipse.cdt.dsf.gdb
|
|
|
|
|