| Manifest-Version: 1.0 |
| Bundle-ManifestVersion: 2 |
| Bundle-Name: %pluginName |
| Bundle-SymbolicName: org.eclipse.papyrus.robotics.assertions.ui;singleton:=true |
| Bundle-Version: 0.9.0.qualifier |
| Bundle-Activator: org.eclipse.papyrus.robotics.assertions.ui.activator.Activator |
| Require-Bundle: org.eclipse.ui, |
| org.eclipse.core.runtime, |
| org.eclipse.papyrus.robotics.assertions.profile, |
| org.eclipse.papyrus.robotics.assertions.types, |
| org.eclipse.core.expressions, |
| org.eclipse.papyrus.editor, |
| org.eclipse.ocl.pivot, |
| org.eclipse.ocl.pivot.uml, |
| org.eclipse.papyrus.robotics.assertions.languages, |
| org.eclipse.papyrus.robotics.profile;bundle-version="0.8.0" |
| Bundle-RequiredExecutionEnvironment: JavaSE-11 |
| Automatic-Module-Name: org.eclipse.papyrus.robotics.assertions.ui |
| Bundle-ActivationPolicy: lazy |
| Bundle-Localization: plugin |
| Export-Package: org.eclipse.papyrus.robotics.assertions.ui.actions |
| Bundle-Vendor: %providerName |