mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-03-28 14:56:28 +01: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
17 lines
677 B
Text
17 lines
677 B
Text
Manifest-Version: 1.0
|
|
Automatic-Module-Name: org.eclipse.tools.templates.ui
|
|
Bundle-ManifestVersion: 2
|
|
Bundle-Name: %Bundle-Name
|
|
Bundle-SymbolicName: org.eclipse.tools.templates.ui;singleton:=true
|
|
Bundle-Version: 2.0.200.qualifier
|
|
Bundle-Activator: org.eclipse.tools.templates.ui.internal.Activator
|
|
Require-Bundle: org.eclipse.ui,
|
|
org.eclipse.core.runtime,
|
|
org.eclipse.ui.ide,
|
|
org.eclipse.core.resources,
|
|
org.eclipse.tools.templates.core;bundle-version="2.0.0"
|
|
Bundle-RequiredExecutionEnvironment: JavaSE-17
|
|
Bundle-ActivationPolicy: lazy
|
|
Export-Package: org.eclipse.tools.templates.ui,
|
|
org.eclipse.tools.templates.ui.internal;x-internal:=true
|
|
Bundle-Vendor: %Bundle-Vendor
|