| Manifest-Version: 1.0 |
| Bundle-ManifestVersion: 2 |
| Bundle-Name: %pluginName |
| Bundle-Vendor: %providerName |
| Bundle-SymbolicName: org.eclipse.emf.ecoretools.tabbedproperties;singleton:=true |
| Bundle-Version: 0.8.0.qualifier |
| Bundle-Activator: org.eclipse.emf.ecoretools.tabbedproperties.internal.TabbedPropertiesPlugin |
| Require-Bundle: org.eclipse.core.runtime, |
| org.eclipse.ui.views.properties.tabbed;visibility:=reexport, |
| org.eclipse.emf.ecore;visibility:=reexport, |
| org.eclipse.emf.edit.ui;visibility:=reexport, |
| org.eclipse.emf.ecore.edit;visibility:=reexport |
| Bundle-ActivationPolicy: lazy |
| Export-Package: org.eclipse.emf.ecoretools.tabbedproperties, |
| org.eclipse.emf.ecoretools.tabbedproperties.internal;x-internal:=true, |
| org.eclipse.emf.ecoretools.tabbedproperties.internal.sections;x-internal:=true, |
| org.eclipse.emf.ecoretools.tabbedproperties.internal.sections.listeners;x-internal:=true, |
| org.eclipse.emf.ecoretools.tabbedproperties.internal.utils;x-internal:=true, |
| org.eclipse.emf.ecoretools.tabbedproperties.providers, |
| org.eclipse.emf.ecoretools.tabbedproperties.sections, |
| org.eclipse.emf.ecoretools.tabbedproperties.sections.widgets, |
| org.eclipse.emf.ecoretools.tabbedproperties.utils |
| Bundle-RequiredExecutionEnvironment: J2SE-1.5 |
| Bundle-ClassPath: . |
| Bundle-Localization: plugin |