| Manifest-Version: 1.0 |
| Bundle-ManifestVersion: 2 |
| Bundle-Name: %pluginName |
| Bundle-SymbolicName: org.eclipse.papyrus.sysml14.ui;singleton:=true |
| Bundle-Version: 0.8.0.qualifier |
| Bundle-ClassPath: . |
| Bundle-Activator: org.eclipse.papyrus.sysml14.ui.Activator |
| Require-Bundle: org.eclipse.ui, |
| org.eclipse.core.runtime, |
| org.eclipse.uml2.uml;bundle-version="5.1.0", |
| org.eclipse.gef;bundle-version="3.10.0", |
| org.eclipse.papyrus.uml.diagram.common;bundle-version="1.1.0", |
| org.eclipse.papyrus.uml.tools;bundle-version="1.1.0", |
| org.eclipse.papyrus.uml.tools.utils;bundle-version="1.1.0", |
| org.eclipse.papyrus.infra.core;bundle-version="1.1.0", |
| org.eclipse.papyrus.infra.constraints;bundle-version="1.1.0", |
| org.eclipse.papyrus.uml.properties;bundle-version="1.1.0", |
| org.eclipse.papyrus.infra.newchild;bundle-version="1.1.0", |
| org.eclipse.papyrus.uml.templaterepository;bundle-version="1.1.0", |
| org.eclipse.papyrus.uml.diagram.wizards;bundle-version="1.1.0", |
| org.eclipse.papyrus.infra.core.log;bundle-version="1.1.0", |
| org.eclipse.papyrus.infra.gmfdiag.commands;bundle-version="1.1.0", |
| org.eclipse.papyrus.infra.gmfdiag.common;bundle-version="1.1.0", |
| org.eclipse.papyrus.infra.services.edit;bundle-version="1.1.0", |
| org.eclipse.papyrus.emf.facet.query.java.core;bundle-version="1.1.0", |
| org.eclipse.papyrus.customization.properties.model.xwt;bundle-version="1.1.0", |
| org.eclipse.papyrus.uml.modelexplorer;bundle-version="1.1.0", |
| org.eclipse.papyrus.emf.facet.custom.metamodel;bundle-version="1.1.0", |
| org.eclipse.papyrus.emf.facet.custom.ui;bundle-version="1.1.0", |
| org.eclipse.papyrus.views.properties;bundle-version="1.1.0", |
| org.eclipse.papyrus.sysml14;bundle-version="0.8.0" |
| Bundle-RequiredExecutionEnvironment: JavaSE-1.7 |
| Export-Package: org.eclipse.papyrus.sysml14.ui, |
| org.eclipse.papyrus.sysml14.ui.constraints, |
| org.eclipse.papyrus.sysml14.ui.paste, |
| org.eclipse.papyrus.sysml14.ui.template |
| Bundle-ActivationPolicy: lazy |
| Bundle-Localization: plugin |
| Bundle-Description: %pluginDescription |
| Bundle-Vendor: %providerName |