| Manifest-Version: 1.0 |
| Bundle-ManifestVersion: 2 |
| Bundle-Name: %pluginName |
| Bundle-SymbolicName: org.eclipse.papyrus.designer.languages.python.profile;singleton:=true |
| Bundle-Version: 3.1.0.qualifier |
| Bundle-ClassPath: . |
| Bundle-Vendor: %providerName |
| Bundle-Localization: plugin |
| Bundle-Activator: org.eclipse.papyrus.designer.languages.python.profile.Activator |
| Require-Bundle: org.eclipse.core.runtime, |
| org.eclipse.emf.ecore;bundle-version="[2.20.0,3.0.0)";visibility:=reexport, |
| org.eclipse.papyrus.designer.languages.common.profile;visibility:=reexport, |
| org.eclipse.uml2.types;visibility:=reexport, |
| org.eclipse.emf.ecore.xmi;bundle-version="2.16.0", |
| org.eclipse.uml2.uml;bundle-version="5.5.0";visibility:=reexport |
| Bundle-RequiredExecutionEnvironment: JavaSE-11 |
| Export-Package: org.eclipse.papyrus.designer.languages.python.profile, |
| org.eclipse.papyrus.designer.languages.python.profile.python, |
| org.eclipse.papyrus.designer.languages.python.profile.python.impl, |
| org.eclipse.papyrus.designer.languages.python.profile.python.util |
| Automatic-Module-Name: org.eclipse.papyrus.designer.languages.python.profile |
| Bundle-ActivationPolicy: lazy |