mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-03 06:15:37 +02:00

All the about.html files are updated, so every bundle that hasn't already had a bump in 10.7 needs one now Change-Id: I6143d2fbe77a58a3a6d2f4a226d96087117f9ac1
18 lines
811 B
Text
18 lines
811 B
Text
Manifest-Version: 1.0
|
|
Bundle-ManifestVersion: 2
|
|
Bundle-Name: %Bundle-Name
|
|
Bundle-SymbolicName: org.eclipse.cdt.codan.checkers;singleton:=true
|
|
Bundle-Version: 3.4.200.qualifier
|
|
Bundle-Activator: org.eclipse.cdt.codan.checkers.CodanCheckersActivator
|
|
Require-Bundle: org.eclipse.core.runtime,
|
|
org.eclipse.core.resources,
|
|
org.eclipse.cdt.codan.core,
|
|
org.eclipse.cdt.core,
|
|
org.eclipse.cdt.codan.core.cxx
|
|
Bundle-ActivationPolicy: lazy
|
|
Bundle-RequiredExecutionEnvironment: JavaSE-11
|
|
Bundle-Vendor: %Bundle-Vendor
|
|
Export-Package: org.eclipse.cdt.codan.checkers;x-internal:=true,
|
|
org.eclipse.cdt.codan.internal.checkers;x-friends:="org.eclipse.cdt.codan.checkers.ui,org.eclipse.cdt.codan.core.test",
|
|
org.eclipse.cdt.codan.internal.checkers.fs;x-internal:=true
|
|
Automatic-Module-Name: org.eclipse.cdt.codan.checkers
|