| Manifest-Version: 1.0 | |
| Bundle-ManifestVersion: 2 | |
| Bundle-Name: %pluginName | |
| Bundle-SymbolicName: org.eclipse.sphinx.emf.editors.forms;singleton:=true | |
| Bundle-Version: 0.11.2.qualifier | |
| Bundle-Localization: plugin | |
| Bundle-Vendor: %providerName | |
| Bundle-ActivationPolicy: lazy | |
| Require-Bundle: org.eclipse.ui.ide;visibility:=reexport, | |
| org.eclipse.ui.views.properties.tabbed;visibility:=reexport, | |
| org.eclipse.sphinx.emf.workspace.ui;visibility:=reexport, | |
| org.eclipse.sphinx.emf.editors;visibility:=reexport | |
| Export-Package: org.eclipse.sphinx.emf.editors.forms, | |
| org.eclipse.sphinx.emf.editors.forms.internal;x-internal:=true, | |
| org.eclipse.sphinx.emf.editors.forms.internal.messages;x-internal:=true, | |
| org.eclipse.sphinx.emf.editors.forms.layouts, | |
| org.eclipse.sphinx.emf.editors.forms.pages, | |
| org.eclipse.sphinx.emf.editors.forms.sections, | |
| org.eclipse.sphinx.emf.editors.forms.widgets | |
| Bundle-Activator: org.eclipse.sphinx.emf.editors.forms.internal.Activator$Implementation | |
| Bundle-RequiredExecutionEnvironment: JavaSE-1.8 |