2009-04-09 12:48:44 +00:00
|
|
|
Manifest-Version: 1.0
|
|
|
|
Bundle-ManifestVersion: 2
|
2010-05-31 01:42:48 +00:00
|
|
|
Bundle-Name: %Bundle-Name
|
2009-04-09 12:48:44 +00:00
|
|
|
Bundle-SymbolicName: org.eclipse.cdt.codan.checkers;singleton:=true
|
2023-09-14 21:17:28 -04:00
|
|
|
Bundle-Version: 3.5.400.qualifier
|
2010-03-08 15:04:53 +00:00
|
|
|
Bundle-Activator: org.eclipse.cdt.codan.checkers.CodanCheckersActivator
|
2009-04-17 20:57:05 +00:00
|
|
|
Require-Bundle: org.eclipse.core.runtime,
|
2012-02-24 12:39:05 -08:00
|
|
|
org.eclipse.core.resources,
|
|
|
|
org.eclipse.cdt.codan.core,
|
|
|
|
org.eclipse.cdt.core,
|
|
|
|
org.eclipse.cdt.codan.core.cxx
|
2009-04-09 12:48:44 +00:00
|
|
|
Bundle-ActivationPolicy: lazy
|
2022-10-01 19:59:59 -04:00
|
|
|
Bundle-RequiredExecutionEnvironment: JavaSE-17
|
2010-05-31 01:42:48 +00:00
|
|
|
Bundle-Vendor: %Bundle-Vendor
|
2020-03-30 15:37:12 +03:00
|
|
|
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
|
2018-10-30 15:29:24 +01:00
|
|
|
Automatic-Module-Name: org.eclipse.cdt.codan.checkers
|