2009-01-08 21:08:05 +00:00
|
|
|
Manifest-Version: 1.0
|
|
|
|
Bundle-ManifestVersion: 2
|
|
|
|
Bundle-Name: %pluginName
|
|
|
|
Bundle-Vendor: %providerName
|
|
|
|
Bundle-SymbolicName: org.eclipse.cdt.examples.dsf;singleton:=true
|
2016-03-29 09:19:35 +02:00
|
|
|
Bundle-Version: 2.2.0.qualifier
|
2009-01-08 21:08:05 +00:00
|
|
|
Bundle-Activator: org.eclipse.cdt.examples.dsf.DsfExamplesPlugin
|
|
|
|
Bundle-Localization: plugin
|
|
|
|
Require-Bundle: org.eclipse.ui,
|
|
|
|
org.eclipse.core.runtime,
|
|
|
|
org.eclipse.debug.core,
|
|
|
|
org.eclipse.debug.ui,
|
|
|
|
org.eclipse.cdt.dsf,
|
|
|
|
org.eclipse.ui,
|
|
|
|
org.eclipse.cdt.dsf.ui,
|
|
|
|
org.apache.ant;bundle-version="1.7.0";resolution:=optional
|
|
|
|
Eclipse-LazyStart: true
|
2016-06-20 09:27:40 -04:00
|
|
|
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
|