| Manifest-Version: 1.0 |
| Require-Bundle: org.eclipse.uml2.uml, |
| org.eclipse.papyrus.designer.languages.cpp.profile;bundle-version="[3.0.0,4.0.0)", |
| org.eclipse.papyrus.designer.uml.tools.utils;bundle-version="[3.0.0,4.0.0)", |
| org.eclipse.papyrus.infra.emf;bundle-version="[3.1.0,5.0.0)", |
| org.eclipse.uml2.uml.profile.standard;bundle-version="1.0.0", |
| org.eclipse.jface.text;bundle-version="3.0.0", |
| org.eclipse.swt;bundle-version="3.0.0", |
| org.eclipse.jface;bundle-version="[3.20.0,4.0.0)", |
| org.eclipse.emf.transaction;bundle-version="1.9.0", |
| org.eclipse.ui;bundle-version="[3.100.0,4.0.0)", |
| org.eclipse.papyrus.designer.infra.base;bundle-version="[3.0.0,4.0.0)" |
| Export-Package: org.eclipse.papyrus.designer.languages.cpp.view; |
| uses:="org.eclipse.ui, |
| com.cea.papyrus.views.panels, |
| org.eclipse.jface.viewers, |
| org.eclipse.ui.part, |
| org.eclipse.uml2.uml, |
| org.eclipse.swt.widgets" |
| Bundle-Vendor: %providerName |
| Bundle-ActivationPolicy: lazy |
| Bundle-ClassPath: . |
| Bundle-Version: 3.0.0.qualifier |
| Bundle-Localization: plugin |
| Bundle-Name: %pluginName |
| Bundle-Activator: org.eclipse.papyrus.designer.languages.cpp.view.Activator |
| Bundle-ManifestVersion: 2 |
| Bundle-SymbolicName: org.eclipse.papyrus.designer.languages.cpp.view;singleton:=true |
| Bundle-RequiredExecutionEnvironment: JavaSE-11 |
| Automatic-Module-Name: org.eclipse.papyrus.designer.languages.cpp.view |