| Manifest-Version: 1.0 |
| Bundle-ManifestVersion: 2 |
| Bundle-Name: %Bundle-Name |
| Bundle-Vendor: %Bundle-Vendor |
| Bundle-SymbolicName: org.eclipse.papyrus.sysml16.validation;singleton:=true |
| Bundle-Version: 2.0.0.qualifier |
| Bundle-Activator: org.eclipse.papyrus.sysml16.validation.Activator |
| Require-Bundle: org.eclipse.core.commands;bundle-version="[3.9.0,4.0.0)", |
| org.eclipse.emf.transaction;bundle-version="[1.9.1,2.0.0)", |
| org.eclipse.gmf.runtime.emf.core;bundle-version="[1.7.0,2.0.0)", |
| org.eclipse.papyrus.infra.core;bundle-version="[4.0.0,5.0.0)", |
| org.eclipse.papyrus.infra.emf;bundle-version="[4.0.0,5.0.0)", |
| org.eclipse.papyrus.infra.ui;bundle-version="[3.0.0,4.0.0)", |
| org.eclipse.papyrus.sysml16;bundle-version="[2.0.0,3.0.0)", |
| org.eclipse.ui.ide;bundle-version="[3.18.0,4.0.0)", |
| org.eclipse.ui.workbench;bundle-version="[3.122.0,4.0.0)", |
| org.eclipse.uml2.uml;bundle-version="[5.5.0,6.0.0)", |
| org.eclipse.uml2.uml.profile.standard;bundle-version="[1.5.0,2.0.0)" |
| Bundle-RequiredExecutionEnvironment: JavaSE-11 |
| Bundle-ActivationPolicy: lazy |
| Bundle-Localization: plugin |
| Export-Package: org.eclipse.papyrus.sysml16.validation, |
| org.eclipse.papyrus.sysml16.validation.internal.utils, |
| org.eclipse.papyrus.sysml16.validation.quickfix, |
| org.eclipse.papyrus.sysml16.validation.rules.activities, |
| org.eclipse.papyrus.sysml16.validation.rules.allocations, |
| org.eclipse.papyrus.sysml16.validation.rules.blocks, |
| org.eclipse.papyrus.sysml16.validation.rules.modelelements, |
| org.eclipse.papyrus.sysml16.validation.rules.nonnormative, |
| org.eclipse.papyrus.sysml16.validation.rules.portsandflows, |
| org.eclipse.papyrus.sysml16.validation.rules.requirements, |
| org.eclipse.papyrus.sysml16.validation.selectors |
| Automatic-Module-Name: org.eclipse.papyrus.sysml16.validation |