mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-21 21:52:10 +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
21 lines
814 B
Text
21 lines
814 B
Text
Manifest-Version: 1.0
|
|
Bundle-ManifestVersion: 2
|
|
Bundle-Name: %pluginName
|
|
Bundle-SymbolicName: org.eclipse.cdt.debug.ui.memory.traditional;singleton:=true
|
|
Bundle-Version: 1.7.200.qualifier
|
|
Bundle-Localization: plugin
|
|
Require-Bundle: org.eclipse.debug.core,
|
|
org.eclipse.debug.ui,
|
|
org.eclipse.core.runtime,
|
|
org.eclipse.swt,
|
|
org.eclipse.jface,
|
|
org.eclipse.ui,
|
|
org.eclipse.search;bundle-version="3.4.0",
|
|
org.eclipse.cdt.debug.core;bundle-version="7.0.0"
|
|
Bundle-ActivationPolicy: lazy
|
|
Bundle-Activator: org.eclipse.cdt.debug.ui.memory.traditional.TraditionalRenderingPlugin
|
|
Bundle-Vendor: %providerName
|
|
Bundle-RequiredExecutionEnvironment: JavaSE-17
|
|
Export-Package: org.eclipse.cdt.debug.ui.memory.traditional,
|
|
org.eclipse.cdt.debug.ui.internal
|
|
Automatic-Module-Name: org.eclipse.cdt.debug.ui.memory.traditional
|