mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
18 lines
594 B
Text
18 lines
594 B
Text
Manifest-Version: 1.0
|
|
Bundle-ManifestVersion: 2
|
|
Bundle-Name: %pluginName
|
|
Bundle-Vendor: %providerName
|
|
Bundle-SymbolicName: org.eclipse.cdt.examples.dsf;singleton:=true
|
|
Bundle-Version: 2.1.0.qualifier
|
|
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
|
|
Bundle-RequiredExecutionEnvironment: J2SE-1.5
|