| Manifest-Version: 1.0 |
| Bundle-ManifestVersion: 2 |
| Bundle-Name: %pluginName |
| Bundle-SymbolicName: org.eclipse.oomph.targlets.editor;singleton:=true |
| Bundle-Version: 1.14.0.qualifier |
| Bundle-ClassPath: . |
| Bundle-Activator: org.eclipse.oomph.targlets.presentation.TargletEditorPlugin$Implementation |
| Bundle-Vendor: %providerName |
| Bundle-Localization: plugin |
| Bundle-RequiredExecutionEnvironment: JavaSE-11 |
| Export-Package: org.eclipse.oomph.targlets.presentation;version="1.14.0";x-internal:=true |
| Require-Bundle: org.eclipse.core.runtime;bundle-version="[3.24.0,4.0.0)", |
| org.eclipse.core.resources;bundle-version="[3.5.0,4.0.0)";visibility:=reexport, |
| org.eclipse.pde.core;bundle-version="[3.5.0,4.0.0)", |
| org.eclipse.ui.ide;bundle-version="[3.5.0,4.0.0)";visibility:=reexport, |
| org.eclipse.jface.text;bundle-version="[3.5.0,4.0.0)", |
| org.eclipse.emf.ecore.xmi;bundle-version="[2.10.0,3.0.0)";visibility:=reexport, |
| org.eclipse.emf.edit.ui;bundle-version="[2.10.0,3.0.0)";visibility:=reexport, |
| org.eclipse.oomph.util.pde;bundle-version="[1.12.0,2.0.0)", |
| org.eclipse.oomph.targlets.core;bundle-version="[1.18.0,2.0.0)";visibility:=reexport, |
| org.eclipse.oomph.targlets.edit;bundle-version="[1.15.0,2.0.0)";visibility:=reexport, |
| org.eclipse.oomph.base.edit;bundle-version="[1.16.0,2.0.0)";visibility:=reexport, |
| org.eclipse.oomph.p2.edit;bundle-version="[1.17.0,2.0.0)";visibility:=reexport, |
| org.eclipse.oomph.p2.ui;bundle-version="[1.19.0,2.0.0)", |
| org.eclipse.oomph.predicates.edit;bundle-version="[1.14.0,2.0.0)";visibility:=reexport, |
| org.eclipse.oomph.resources.edit;bundle-version="[1.13.0,2.0.0)";visibility:=reexport, |
| org.eclipse.oomph.ui;bundle-version="[1.18.0,2.0.0)" |
| Bundle-ActivationPolicy: lazy |
| Automatic-Module-Name: org.eclipse.oomph.targlets.editor |