mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
16 lines
734 B
Text
16 lines
734 B
Text
Manifest-Version: 1.0
|
|
Bundle-ManifestVersion: 2
|
|
Bundle-Name: Codan Checkers
|
|
Bundle-SymbolicName: org.eclipse.cdt.codan.checkers;singleton:=true
|
|
Bundle-Version: 1.0.0.qualifier
|
|
Bundle-Activator: org.eclipse.cdt.codan.checkers.CodanCheckersActivator
|
|
Require-Bundle: org.eclipse.core.runtime,
|
|
org.eclipse.core.resources;bundle-version="3.5.0",
|
|
org.eclipse.cdt.codan.core;bundle-version="1.0.0",
|
|
org.eclipse.cdt.core;bundle-version="5.1.0",
|
|
org.eclipse.cdt.codan.core.cxx;bundle-version="1.0.0"
|
|
Bundle-ActivationPolicy: lazy
|
|
Bundle-RequiredExecutionEnvironment: J2SE-1.5
|
|
Bundle-Vendor: Eclipse CDT
|
|
Export-Package: org.eclipse.cdt.codan.checkers,
|
|
org.eclipse.cdt.codan.internal.checkers;x-friends:="org.eclipse.cdt.codan.checkers.ui"
|