mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
18 lines
684 B
Text
18 lines
684 B
Text
Manifest-Version: 1.0
|
|
Bundle-ManifestVersion: 2
|
|
Bundle-Name: %Bundle-Name
|
|
Bundle-SymbolicName: org.eclipse.cdt.codan.checkers;singleton:=true
|
|
Bundle-Version: 1.1.0.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-1.6
|
|
Bundle-Vendor: %Bundle-Vendor
|
|
Export-Package: org.eclipse.cdt.codan.checkers,
|
|
org.eclipse.cdt.codan.internal.checkers;
|
|
x-friends:="org.eclipse.cdt.codan.checkers.ui,
|
|
org.eclipse.cdt.codan.core.test"
|