mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-30 11:43:33 +02:00

Use PlatformUI.getWorkbench instead. Change-Id: I8c0eb2c4b3b414e61f03fc9d9becd1d574f7e26d Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
18 lines
834 B
Text
18 lines
834 B
Text
Manifest-Version: 1.0
|
|
Bundle-ManifestVersion: 2
|
|
Bundle-Name: %pluginName
|
|
Bundle-SymbolicName: org.eclipse.cdt.debug.ui.memory.floatingpoint;singleton:=true
|
|
Bundle-Version: 1.0.300.qualifier
|
|
Bundle-Localization: plugin
|
|
Require-Bundle: org.eclipse.debug.core;bundle-version="3.7.100",
|
|
org.eclipse.debug.ui;bundle-version="3.8.1",
|
|
org.eclipse.core.runtime;bundle-version="3.8.0",
|
|
org.eclipse.ui;bundle-version="3.8.0",
|
|
org.eclipse.search;bundle-version="3.8.0",
|
|
org.eclipse.cdt.debug.core;bundle-version="7.2.0"
|
|
Bundle-ActivationPolicy: lazy
|
|
Bundle-Activator: org.eclipse.cdt.debug.ui.memory.floatingpoint.FPRenderingPlugin
|
|
Bundle-Vendor: %providerName
|
|
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
|
|
Export-Package: org.eclipse.cdt.debug.ui.memory.floatingpoint
|
|
Automatic-Module-Name: org.eclipse.cdt.debug.ui.memory.floatingpoint
|