mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-24 17:35:35 +02:00
17 lines
612 B
Text
17 lines
612 B
Text
Manifest-Version: 1.0
|
|
Bundle-ManifestVersion: 2
|
|
Bundle-Name: %Bundle-Name
|
|
Bundle-SymbolicName: org.eclipse.cdt.codan.checkers.ui.tests
|
|
Bundle-Version: 3.3.0.qualifier
|
|
Require-Bundle: org.eclipse.core.runtime,
|
|
org.eclipse.core.resources,
|
|
org.eclipse.cdt.codan.ui.cxx,
|
|
org.junit,
|
|
org.mockito,
|
|
org.eclipse.cdt.core
|
|
Fragment-Host: org.eclipse.cdt.codan.checkers.ui
|
|
Bundle-RequiredExecutionEnvironment: JavaSE-11
|
|
Bundle-ActivationPolicy: lazy
|
|
Bundle-Vendor: %Bundle-Vendor
|
|
Automatic-Module-Name: org.eclipse.cdt.codan.checkers.ui.tests
|
|
Export-Package: org.eclipse.cdt.codan.checkers.ui.quickfix;x-internal:=true
|