| Manifest-Version: 1.0 | |
| Bundle-ManifestVersion: 2 | |
| Bundle-Name: %pluginName | |
| Bundle-SymbolicName: org.eclipse.sphinx.emf.check.ui;singleton:=true | |
| Bundle-Version: 0.11.2.qualifier | |
| Require-Bundle: org.eclipse.ui.ide, | |
| org.eclipse.sphinx.emf.ui, | |
| org.eclipse.sphinx.emf.check | |
| Bundle-Activator: org.eclipse.sphinx.emf.check.ui.internal.Activator | |
| Bundle-RequiredExecutionEnvironment: JavaSE-1.8 | |
| Export-Package: org.eclipse.sphinx.emf.check.ui, | |
| org.eclipse.sphinx.emf.check.ui.actions, | |
| org.eclipse.sphinx.emf.check.ui.dialogs, | |
| org.eclipse.sphinx.emf.check.ui.internal;x-internal:=true, | |
| org.eclipse.sphinx.emf.check.ui.internal.messages;x-internal:=true, | |
| org.eclipse.sphinx.emf.check.ui.markers.fields, | |
| org.eclipse.sphinx.emf.check.ui.markers.tests;x-internal:=true | |
| Bundle-ActivationPolicy: lazy | |
| Bundle-Vendor: %providerName | |
| Bundle-Localization: plugin |