mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-01 05:15:43 +02:00
25 lines
769 B
Text
25 lines
769 B
Text
Manifest-Version: 1.0
|
|
Bundle-ManifestVersion: 2
|
|
Bundle-Name: %pluginName
|
|
Bundle-SymbolicName: org.eclipse.cdt.launch; singleton:=true
|
|
Bundle-Version: 3.1.0.qualifier
|
|
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
|
|
Eclipse-LazyStart: true
|