| Manifest-Version: 1.0 |
| Bundle-ManifestVersion: 2 |
| Bundle-Name: %pluginName |
| Bundle-SymbolicName: org.eclipse.papyrusrt.codegen.cpp.profile;singleton:=true |
| Bundle-Version: 0.8.0.qualifier |
| Bundle-ClassPath: . |
| 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", |
| org.eclipse.papyrusrt.xtumlrt.external;bundle-version="0.8.0", |
| org.eclipse.papyrusrt.xtumlrt.trans.from.uml;bundle-version="0.8.0", |
| org.eclipse.uml2.types;bundle-version="2.0.0";visibility:=reexport, |
| org.eclipse.uml2.uml;bundle-version="5.2.0";visibility:=reexport, |
| org.eclipse.xtend.lib;bundle-version="2.10.0", |
| org.eclipse.xtend2.lib;bundle-version="2.10.0", |
| org.eclipse.xtext.xbase.lib;bundle-version="2.10.0" |
| Bundle-ActivationPolicy: lazy |
| Bundle-Vendor: %providerName |
| Bundle-Localization: plugin |
| Bundle-RequiredExecutionEnvironment: JavaSE-1.8 |
| Export-Package: org.eclipse.papyrusrt.codegen.cpp.profile.RTCppProperties, |
| org.eclipse.papyrusrt.codegen.cpp.profile.RTCppProperties.impl, |
| org.eclipse.papyrusrt.codegen.cpp.profile.RTCppProperties.util, |
| org.eclipse.papyrusrt.codegen.cpp.profile.facade |
| Bundle-Activator: org.eclipse.papyrusrt.codegen.cpp.profile.Activator |