| Manifest-Version: 1.0 | |
| Bundle-ManifestVersion: 2 | |
| Bundle-Name: %pluginName | |
| Bundle-SymbolicName: org.eclipse.sphinx.examples.hummingbird20.editors.nebula;singleton:=true | |
| Bundle-Version: 0.13.1.qualifier | |
| Bundle-Localization: plugin | |
| Bundle-Vendor: %providerName | |
| Bundle-ActivationPolicy: lazy | |
| Export-Package: org.eclipse.sphinx.examples.hummingbird20.editors.nebula, | |
| org.eclipse.sphinx.examples.hummingbird20.editors.nebula.factory, | |
| org.eclipse.sphinx.examples.hummingbird20.editors.nebula.internal;x-internal:=true, | |
| org.eclipse.sphinx.examples.hummingbird20.editors.nebula.messages, | |
| org.eclipse.sphinx.examples.hummingbird20.editors.nebula.pages, | |
| org.eclipse.sphinx.examples.hummingbird20.editors.nebula.providers, | |
| org.eclipse.sphinx.examples.hummingbird20.editors.nebula.sections | |
| Bundle-Activator: org.eclipse.sphinx.examples.hummingbird20.editors.nebula.internal.Activator$Implementation | |
| Bundle-RequiredExecutionEnvironment: JavaSE-11 | |
| Require-Bundle: org.eclipse.emf.common, | |
| org.eclipse.sphinx.emf.editors.forms.nebula, | |
| org.eclipse.sphinx.examples.hummingbird20.edit |