| Manifest-Version: 1.0 |
| Bundle-ManifestVersion: 2 |
| Bundle-Name: %pluginName |
| Bundle-SymbolicName: org.eclipse.uml2; singleton:=true |
| Bundle-Version: 1.2.0.qualifier |
| Bundle-ClassPath: uml2.jar |
| Bundle-Activator: org.eclipse.uml2.UML2Plugin$Implementation |
| Bundle-Vendor: %providerName |
| Bundle-Localization: plugin |
| Export-Package: org.eclipse.uml2, |
| org.eclipse.uml2.impl;x-internal:=true, |
| org.eclipse.uml2.internal.operation;x-friends:="org.eclipse.uml2.tests", |
| org.eclipse.uml2.internal.util;x-internal:=true, |
| org.eclipse.uml2.util |
| Require-Bundle: org.eclipse.uml2.common;bundle-version="[1.2.0,2.0.0)";visibility:=reexport, |
| org.eclipse.emf.ecore.xmi;bundle-version="[2.2.0,3.0.0)";visibility:=reexport, |
| org.eclipse.core.runtime;bundle-version="[3.1.0,4.0.0)", |
| org.eclipse.core.resources;bundle-version="[3.1.0,4.0.0)";resolution:=optional |
| Eclipse-LazyStart: true |