| Manifest-Version: 1.0 |
| Bundle-ManifestVersion: 2 |
| Bundle-Name: %pluginName |
| Bundle-SymbolicName: org.eclipse.papyrus.sirius.editor.representation;singleton:=true |
| Bundle-Version: 0.7.0.qualifier |
| Bundle-ClassPath: . |
| Bundle-Vendor: %providerName |
| Bundle-Localization: plugin |
| Automatic-Module-Name: org.eclipse.papyrus.sirius.editor.representation |
| Bundle-RequiredExecutionEnvironment: JavaSE-11 |
| Export-Package: org.eclipse.papyrus.sirius.editor.representation, |
| org.eclipse.papyrus.sirius.editor.representation.impl, |
| org.eclipse.papyrus.sirius.editor.representation.util |
| Require-Bundle: org.eclipse.core.runtime;bundle-version="[3.25.0,4.0.0)";resolution:=optional, |
| org.eclipse.emf.ecore;bundle-version="[2.27.0,3.0.0)", |
| org.eclipse.papyrus.infra.architecture.representation;bundle-version="[3.0.0,4.0.0)", |
| org.eclipse.papyrus.infra.constraints;bundle-version="[3.0.0,4.0.0)", |
| org.eclipse.papyrus.infra.core.architecture;bundle-version="[3.1.0,4.0.0)", |
| org.eclipse.papyrus.infra.emf.expressions;bundle-version="[2.0.0,3.0.0)", |
| org.eclipse.papyrus.infra.tools;bundle-version="[4.2.0,5.0.0)", |
| org.eclipse.papyrus.infra.types;bundle-version="[5.0.0,6.0.0)", |
| org.eclipse.papyrus.infra.viewpoints.policy;bundle-version="[4.0.0,5.0.0)", |
| org.eclipse.sirius.diagram;bundle-version="[7.0.7,8.0.0)", |
| org.eclipse.sirius;bundle-version="[7.0.7,8.0.0)" |
| Bundle-ActivationPolicy: lazy |