| Manifest-Version: 1.0 |
| Bundle-ManifestVersion: 2 |
| Bundle-Name: %pluginName |
| Bundle-SymbolicName: org.eclipse.papyrus.robotics.diagrams.dnd;singleton:=true |
| Bundle-Version: 0.9.0.qualifier |
| Bundle-Activator: org.eclipse.papyrus.robotics.diagrams.dnd.Activator |
| Require-Bundle: org.eclipse.ui, |
| org.eclipse.core.runtime, |
| org.eclipse.gef;bundle-version="3.11.0", |
| org.eclipse.gmf.runtime.diagram.ui;bundle-version="1.8.0", |
| org.eclipse.papyrus.uml.diagram.composite;bundle-version="[3.2.0,6.0.0)", |
| org.eclipse.papyrus.uml.tools.utils;bundle-version="[3.4.0,5.0.0)", |
| org.eclipse.papyrus.infra.gmfdiag.dnd, |
| org.eclipse.uml2.uml;bundle-version="5.3.0", |
| org.eclipse.papyrus.robotics.profile;bundle-version="0.7.0" |
| Bundle-RequiredExecutionEnvironment: JavaSE-11 |
| Automatic-Module-Name: org.eclipse.papyrus.robotics.diagrams.dnd |
| Bundle-ActivationPolicy: lazy |
| Bundle-Localization: plugin |
| Bundle-Vendor: %providerName |