mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-22 22:22:11 +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
16 lines
624 B
Text
16 lines
624 B
Text
Manifest-Version: 1.0
|
|
Bundle-ManifestVersion: 2
|
|
Bundle-Name: %plugin.name
|
|
Bundle-SymbolicName: org.eclipse.cdt.visualizer.core;singleton:=true
|
|
Bundle-Version: 1.2.200.qualifier
|
|
Bundle-Activator: org.eclipse.cdt.visualizer.core.plugin.CDTVisualizerCorePlugin
|
|
Bundle-Vendor: %provider.name
|
|
Require-Bundle: org.eclipse.ui,
|
|
org.eclipse.core.runtime,
|
|
org.eclipse.core.resources
|
|
Bundle-RequiredExecutionEnvironment: JavaSE-17
|
|
Bundle-ActivationPolicy: lazy
|
|
Bundle-Localization: plugin
|
|
Export-Package: org.eclipse.cdt.visualizer.core,
|
|
org.eclipse.cdt.visualizer.core.plugin
|
|
Automatic-Module-Name: org.eclipse.cdt.visualizer.core
|