2005-11-15 21:33:43 +00:00
|
|
|
Manifest-Version: 1.0
|
|
|
|
Bundle-ManifestVersion: 2
|
|
|
|
Bundle-Name: %pluginName
|
|
|
|
Bundle-SymbolicName: org.eclipse.cdt.launch; singleton:=true
|
2006-01-03 19:11:47 +00:00
|
|
|
Bundle-Version: 3.1.0.qualifier
|
2005-11-15 21:33:43 +00:00
|
|
|
Bundle-Activator: org.eclipse.cdt.launch.internal.ui.LaunchUIPlugin
|
|
|
|
Bundle-Vendor: %providerName
|
|
|
|
Bundle-Localization: plugin
|
|
|
|
Export-Package: org.eclipse.cdt.launch,
|
|
|
|
org.eclipse.cdt.launch.internal,
|
|
|
|
org.eclipse.cdt.launch.internal.ui,
|
|
|
|
org.eclipse.cdt.launch.ui
|
|
|
|
Require-Bundle: org.eclipse.ui.ide,
|
|
|
|
org.eclipse.core.expressions,
|
|
|
|
org.eclipse.core.resources,
|
|
|
|
org.eclipse.debug.core,
|
|
|
|
org.eclipse.debug.ui,
|
|
|
|
org.eclipse.ui,
|
|
|
|
org.eclipse.cdt.core,
|
|
|
|
org.eclipse.cdt.ui,
|
|
|
|
org.eclipse.cdt.debug.core,
|
|
|
|
org.eclipse.cdt.debug.ui,
|
|
|
|
org.eclipse.core.runtime,
|
|
|
|
org.eclipse.core.variables
|
2005-12-27 23:59:14 +00:00
|
|
|
Eclipse-LazyStart: true
|