2008-02-13 20:57:46 +00:00
|
|
|
Manifest-Version: 1.0
|
|
|
|
Bundle-ManifestVersion: 2
|
2009-01-08 21:08:05 +00:00
|
|
|
Bundle-Name: %pluginName
|
|
|
|
Bundle-Vendor: %pluginProvider
|
|
|
|
Bundle-SymbolicName: org.eclipse.cdt.tests.dsf;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.DsfTestPlugin
|
2008-02-13 20:57:46 +00:00
|
|
|
Bundle-Localization: plugin
|
|
|
|
Bundle-ActivationPolicy: lazy
|
|
|
|
Require-Bundle: org.eclipse.core.runtime,
|
|
|
|
org.eclipse.debug.core,
|
|
|
|
org.eclipse.debug.ui,
|
2009-01-08 21:08:05 +00:00
|
|
|
org.eclipse.cdt.dsf,
|
2008-02-13 20:57:46 +00:00
|
|
|
org.eclipse.ui,
|
2009-01-27 20:31:41 +00:00
|
|
|
org.eclipse.cdt.dsf.ui,
|
2010-01-09 00:56:21 +00:00
|
|
|
org.eclipse.cdt.examples.dsf.pda;bundle-version="2.0.0",
|
2010-03-24 18:43:58 +00:00
|
|
|
org.eclipse.cdt.core;bundle-version="5.2.0",
|
|
|
|
org.eclipse.test.performance;bundle-version="3.6.0",
|
|
|
|
org.junit;bundle-version="3.8.2"
|
2008-02-13 20:57:46 +00:00
|
|
|
Bundle-RequiredExecutionEnvironment: J2SE-1.5
|