| Manifest-Version: 1.0 |
| Bundle-ManifestVersion: 2 |
| Bundle-Name: %pluginName |
| Bundle-SymbolicName: org.eclipse.gmf.map; singleton:=true |
| Bundle-Version: 2.2.101.qualifier |
| Bundle-Vendor: %providerName |
| Bundle-Localization: plugin |
| Export-Package: org.eclipse.gmf.internal.map.util;x-internal:=true, |
| org.eclipse.gmf.mappings, |
| org.eclipse.gmf.mappings.impl, |
| org.eclipse.gmf.mappings.util |
| Require-Bundle: org.eclipse.core.runtime;bundle-version="[3.3.0,4.0.0)", |
| org.eclipse.emf.ecore;bundle-version="[2.4.0,3.0.0)";visibility:=reexport, |
| org.eclipse.gmf.common;bundle-version="[1.1.0,2.0.0)", |
| org.eclipse.gmf.graphdef;bundle-version="[2.0.0,3.0.0)";visibility:=reexport, |
| org.eclipse.gmf.tooldef;bundle-version="[2.0.0,3.0.0)";visibility:=reexport, |
| org.eclipse.gmf.validate;bundle-version="[1.1.0,2.0.0)" |
| Bundle-ActivationPolicy: lazy |
| Bundle-RequiredExecutionEnvironment: J2SE-1.5 |