| Manifest-Version: 1.0 |
| Bundle-ManifestVersion: 2 |
| Bundle-Name: %pluginName |
| Bundle-SymbolicName: org.eclipse.papyrusrt.xtumlrt.umlrt.model;singleton:=true |
| Bundle-Version: 0.8.0.qualifier |
| Bundle-ClassPath: . |
| Bundle-Vendor: %providerName |
| Bundle-Localization: plugin |
| Bundle-RequiredExecutionEnvironment: JavaSE-1.8 |
| Export-Package: org.eclipse.papyrusrt.xtumlrt.umlrt, |
| org.eclipse.papyrusrt.xtumlrt.umlrt.impl, |
| org.eclipse.papyrusrt.xtumlrt.umlrt.util |
| Require-Bundle: org.eclipse.core.runtime;bundle-version="3.12.0", |
| org.eclipse.emf.ecore;bundle-version="2.12.0";visibility:=reexport, |
| org.eclipse.papyrusrt.xtumlrt.common.model;bundle-version="0.8.0";visibility:=reexport, |
| org.eclipse.papyrusrt.xtumlrt.interactions.model;bundle-version="0.8.0";visibility:=reexport, |
| org.eclipse.papyrusrt.xtumlrt.statemach.model;bundle-version="0.8.0";visibility:=reexport, |
| org.eclipse.uml2.types;bundle-version="2.0.0";visibility:=reexport, |
| org.eclipse.uml2.codegen.ecore;bundle-version="2.2.0";visibility:=reexport, |
| org.eclipse.uml2.uml;bundle-version="5.2.0";visibility:=reexport, |
| org.eclipse.emf.codegen.ecore;bundle-version="2.12.0";visibility:=reexport |
| Bundle-ActivationPolicy: lazy |