mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00

Change-Id: Ic2a161ea3c318dc1e8ba01c271c936bf5ed8763d Reviewed-on: https://git.eclipse.org/r/21020 Reviewed-by: Sergey Prigogin <eclipse.sprigogin@gmail.com> IP-Clean: Sergey Prigogin <eclipse.sprigogin@gmail.com> Tested-by: Sergey Prigogin <eclipse.sprigogin@gmail.com>
17 lines
763 B
Text
17 lines
763 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.0.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.7
|
|
Export-Package: org.eclipse.cdt.debug.ui.memory.floatingpoint
|