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
21 lines
981 B
Text
21 lines
981 B
Text
Manifest-Version: 1.0
|
|
Bundle-ManifestVersion: 2
|
|
Bundle-Name: %Bundle-Name
|
|
Bundle-SymbolicName: org.eclipse.cdt.codan.core.cxx;singleton:=true
|
|
Bundle-Version: 3.6.200.qualifier
|
|
Bundle-Activator: org.eclipse.cdt.codan.core.cxx.Activator
|
|
Require-Bundle: org.eclipse.core.runtime,
|
|
org.eclipse.cdt.core,
|
|
org.eclipse.cdt.codan.core,
|
|
org.eclipse.core.resources,
|
|
org.eclipse.core.filesystem
|
|
Bundle-ActivationPolicy: lazy
|
|
Export-Package: org.eclipse.cdt.codan.core.cxx,
|
|
org.eclipse.cdt.codan.core.cxx.externaltool,
|
|
org.eclipse.cdt.codan.core.cxx.internal.externaltool,
|
|
org.eclipse.cdt.codan.core.cxx.internal.model;x-friends:="org.eclipse.cdt.codan.checkers.ui,org.eclipse.cdt.codan.ui,org.eclipse.cdt.codan.ui.cxx",
|
|
org.eclipse.cdt.codan.core.cxx.internal.model.cfg;x-friends:="org.eclipse.cdt.codan.core.test",
|
|
org.eclipse.cdt.codan.core.cxx.model
|
|
Bundle-RequiredExecutionEnvironment: JavaSE-17
|
|
Bundle-Vendor: %Bundle-Vendor
|
|
Automatic-Module-Name: org.eclipse.cdt.codan.core.cxx
|