| Manifest-Version: 1.0 |
| Bundle-ManifestVersion: 2 |
| Bundle-Name: %pluginName |
| Bundle-SymbolicName: org.eclipse.uml2.common.edit; singleton:=true |
| Bundle-Version: 2.4.0.qualifier |
| Bundle-ClassPath: . |
| Bundle-Vendor: %providerName |
| Bundle-Localization: plugin |
| Bundle-RequiredExecutionEnvironment: J2SE-1.5 |
| Export-Package: org.eclipse.uml2.common.edit.command, |
| org.eclipse.uml2.common.edit.domain, |
| org.eclipse.uml2.common.edit.provider |
| Require-Bundle: org.eclipse.uml2.common;bundle-version="[2.4.0,3.0.0)";visibility:=reexport, |
| org.eclipse.emf.ecore.edit;bundle-version="[2.10.0,3.0.0)";visibility:=reexport, |
| org.eclipse.emf.ecore.change;bundle-version="[2.12.0,3.0.0)";visibility:=reexport, |
| org.eclipse.core.runtime;bundle-version="[3.5.0,4.0.0)" |
| Eclipse-LazyStart: true |
| Bundle-ActivationPolicy: lazy |