| Manifest-Version: 1.0 |
| Bundle-ManifestVersion: 2 |
| Bundle-Name: %pluginName |
| Bundle-SymbolicName: org.eclipse.emf.mapping.xsd2ecore; singleton:=true |
| Bundle-Version: 2.9.0.qualifier |
| Bundle-ClassPath: . |
| Bundle-Activator: org.eclipse.emf.mapping.xsd2ecore.XSD2EcorePlugin$Implementation |
| Bundle-Vendor: %providerName |
| Bundle-Localization: plugin |
| Bundle-RequiredExecutionEnvironment: J2SE-1.5 |
| Export-Package: org.eclipse.emf.mapping.xsd2ecore, |
| org.eclipse.emf.mapping.xsd2ecore.impl, |
| org.eclipse.emf.mapping.xsd2ecore.provider, |
| org.eclipse.emf.mapping.xsd2ecore.util |
| Require-Bundle: org.eclipse.core.runtime;bundle-version="[3.6.0,4.0.0)";resolution:=optional;x-installation:=greedy, |
| org.eclipse.emf.ecore.xmi;bundle-version="[2.16.0,3.0.0)";visibility:=reexport, |
| org.eclipse.emf.ecore.edit;bundle-version="[2.13.0,3.0.0)";visibility:=reexport, |
| org.eclipse.emf.mapping;bundle-version="[2.12.0,3.0.0)";visibility:=reexport, |
| org.eclipse.xsd;bundle-version="[2.18.0,3.0.0)";visibility:=reexport, |
| org.eclipse.xsd.edit;bundle-version="[2.11.0,3.0.0)";visibility:=reexport |
| Eclipse-LazyStart: true |
| Bundle-ActivationPolicy: lazy |
| Automatic-Module-Name: org.eclipse.emf.mapping.xsd2ecore |