mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-21 13:42:30 +02:00

Beta versions of maven plugins are omitted from this upgrade. A new version of Tycho brings in an update ECJ which means some of the class files are different, hence the need to bump versions of bundles too. A new calendar year brings an update to Copyrights
18 lines
833 B
Text
18 lines
833 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.2.200.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-17
|
|
Export-Package: org.eclipse.cdt.debug.ui.memory.floatingpoint
|
|
Automatic-Module-Name: org.eclipse.cdt.debug.ui.memory.floatingpoint
|