| Manifest-Version: 1.0 |
| Bundle-ManifestVersion: 2 |
| Bundle-Name: %pluginName |
| Bundle-SymbolicName: org.eclipse.oomph.setup.targlets;singleton:=true |
| Bundle-Version: 1.2.0.qualifier |
| Bundle-ClassPath: . |
| Bundle-Activator: org.eclipse.oomph.setup.internal.targlets.SetupTargletsPlugin$Implementation |
| Bundle-Vendor: %providerName |
| Bundle-Localization: plugin |
| Bundle-RequiredExecutionEnvironment: J2SE-1.5 |
| Export-Package: org.eclipse.oomph.setup.internal.targlets;version="1.2.0";x-internal:=true, |
| org.eclipse.oomph.setup.targlets;version="1.2.0";x-internal:=true, |
| org.eclipse.oomph.setup.targlets.impl;version="1.2.0";x-internal:=true, |
| org.eclipse.oomph.setup.targlets.util;version="1.2.0";x-internal:=true |
| Require-Bundle: org.eclipse.core.runtime;bundle-version="[3.5.0,4.0.0)", |
| org.eclipse.emf.ecore;bundle-version="[2.10.0,3.0.0)";visibility:=reexport, |
| org.eclipse.oomph.p2;bundle-version="[1.2.0,2.0.0)";visibility:=reexport, |
| org.eclipse.oomph.resources;bundle-version="[1.2.0,2.0.0)";visibility:=reexport, |
| org.eclipse.oomph.setup;bundle-version="[1.2.0,2.0.0)";visibility:=reexport, |
| org.eclipse.oomph.targlets;bundle-version="[1.2.0,2.0.0)";visibility:=reexport, |
| org.eclipse.oomph.targlets.core;bundle-version="[1.2.0,2.0.0)", |
| org.eclipse.oomph.util.pde;bundle-version="[1.2.0,2.0.0)", |
| org.eclipse.pde.core;bundle-version="[3.5.0,4.0.0)" |
| Bundle-ActivationPolicy: lazy |