mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-06-05 16:56:04 +02:00

This change was generated using the script: releng/scripts/ChangeJavaVersion.sh Change-Id: I2ad96dc682a5acb8529c3edec40de279c331b5a4
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: 3.2.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.8
|
|
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"
|