| Manifest-Version: 1.0 |
| Bundle-ManifestVersion: 2 |
| Bundle-Name: %Bundle-Name |
| Bundle-SymbolicName: org.eclipse.cdt.codan.checkers.ui;singleton:=true |
| Bundle-Version: 3.3.100.qualifier |
| Bundle-Activator: org.eclipse.cdt.codan.internal.checkers.ui.CheckersUiActivator |
| Require-Bundle: org.eclipse.core.resources, |
| org.eclipse.core.runtime, |
| org.eclipse.cdt.core, |
| org.eclipse.cdt.codan.checkers, |
| org.eclipse.cdt.codan.core, |
| org.eclipse.cdt.codan.core.cxx, |
| org.eclipse.cdt.codan.ui.cxx, |
| org.eclipse.cdt.ui, |
| org.eclipse.jface.text, |
| org.eclipse.ltk.core.refactoring, |
| org.eclipse.ui, |
| org.eclipse.ui.ide |
| Bundle-ActivationPolicy: lazy |
| Bundle-RequiredExecutionEnvironment: JavaSE-11 |
| Bundle-Vendor: %Bundle-Vendor |
| Export-Package: org.eclipse.cdt.codan.internal.checkers.ui;x-internal:=true, |
| org.eclipse.cdt.codan.internal.checkers.ui.quickfix;x-friends:="org.eclipse.cdt.codan.checkers.ui.tests" |
| Automatic-Module-Name: org.eclipse.cdt.codan.checkers.ui |
| |