2016-11-10 17:50:52 +01:00
|
|
|
Manifest-Version: 1.0
|
|
|
|
Bundle-ManifestVersion: 2
|
|
|
|
Bundle-Name: %Bundle-Name
|
2017-02-06 16:22:23 -05:00
|
|
|
Bundle-SymbolicName: org.eclipse.cdt.codan.checkers.ui.tests
|
2020-03-30 17:33:55 +03:00
|
|
|
Bundle-Version: 3.3.0.qualifier
|
2016-11-10 17:50:52 +01:00
|
|
|
Require-Bundle: org.eclipse.core.runtime,
|
|
|
|
org.eclipse.core.resources,
|
|
|
|
org.eclipse.cdt.codan.ui.cxx,
|
|
|
|
org.junit,
|
|
|
|
org.mockito,
|
2020-03-30 17:33:55 +03:00
|
|
|
org.eclipse.cdt.core
|
|
|
|
Fragment-Host: org.eclipse.cdt.codan.checkers.ui
|
2022-10-01 19:59:59 -04:00
|
|
|
Bundle-RequiredExecutionEnvironment: JavaSE-17
|
2016-11-10 17:50:52 +01:00
|
|
|
Bundle-ActivationPolicy: lazy
|
|
|
|
Bundle-Vendor: %Bundle-Vendor
|
2018-10-30 15:29:24 +01:00
|
|
|
Automatic-Module-Name: org.eclipse.cdt.codan.checkers.ui.tests
|
2020-03-30 17:33:55 +03:00
|
|
|
Export-Package: org.eclipse.cdt.codan.checkers.ui.quickfix;x-internal:=true
|