mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-06-05 16:56:04 +02:00

Change-Id: Ibdaea7c0b36931078befedd23e3b3cbbdeced072 Signed-off-by: Marc Khouzam <marc.khouzam@ericsson.com>
28 lines
976 B
Text
28 lines
976 B
Text
Manifest-Version: 1.0
|
|
Bundle-ManifestVersion: 2
|
|
Bundle-Name: %pluginName
|
|
Bundle-SymbolicName: org.eclipse.cdt.examples.dsf.pda.ui;singleton:=true
|
|
Bundle-Version: 2.1.0.qualifier
|
|
Bundle-Activator: org.eclipse.cdt.examples.dsf.pda.ui.PDAUIPlugin
|
|
Bundle-Localization: plugin
|
|
Require-Bundle: org.eclipse.core.runtime,
|
|
org.eclipse.core.resources,
|
|
org.eclipse.debug.core,
|
|
org.eclipse.ui,
|
|
org.eclipse.debug.ui,
|
|
org.eclipse.jface.text,
|
|
org.eclipse.ui.editors,
|
|
org.eclipse.ui.workbench.texteditor,
|
|
org.eclipse.ui.ide,
|
|
org.eclipse.cdt.examples.dsf.pda,
|
|
org.eclipse.cdt.dsf,
|
|
org.eclipse.cdt.dsf.ui,
|
|
org.eclipse.cdt.debug.ui;bundle-version="7.2.0",
|
|
org.eclipse.cdt.debug.core
|
|
Bundle-ActivationPolicy: lazy
|
|
Export-Package: org.eclipse.cdt.examples.dsf.pda.ui,
|
|
org.eclipse.cdt.examples.dsf.pda.ui.breakpoints,
|
|
org.eclipse.cdt.examples.dsf.pda.ui.editor,
|
|
org.eclipse.cdt.examples.dsf.pda.ui.launcher
|
|
Bundle-RequiredExecutionEnvironment: J2SE-1.5
|
|
Bundle-Vendor: %providerName
|