| Manifest-Version: 1.0 |
| Bundle-ManifestVersion: 2 |
| Bundle-Name: %pluginName |
| Bundle-SymbolicName: org.eclipse.oomph.p2.tests;singleton:=true |
| Bundle-Version: 1.2.0.qualifier |
| Bundle-ClassPath: . |
| Bundle-Vendor: %providerName |
| Bundle-Localization: plugin |
| Bundle-RequiredExecutionEnvironment: J2SE-1.5 |
| Export-Package: org.eclipse.oomph.p2.tests;version="1.2.0";x-internal:=true |
| Require-Bundle: org.eclipse.equinox.p2.core;bundle-version="[2.0.0,3.0.0)";visibility:=reexport, |
| org.eclipse.equinox.p2.engine;bundle-version="[2.0.0,3.0.0)";visibility:=reexport, |
| org.eclipse.equinox.p2.metadata;bundle-version="[2.0.0,3.0.0)";visibility:=reexport, |
| org.eclipse.equinox.p2.repository;bundle-version="[2.0.0,3.0.0)";visibility:=reexport, |
| org.eclipse.equinox.p2.artifact.repository;bundle-version="[1.0.0,2.0.0)";visibility:=reexport, |
| org.eclipse.equinox.p2.metadata.repository;bundle-version="[1.0.0,2.0.0)";visibility:=reexport, |
| org.eclipse.equinox.p2.touchpoint.eclipse;bundle-version="[2.0.0,3.0.0)";visibility:=reexport, |
| org.eclipse.equinox.p2.touchpoint.natives;bundle-version="[1.0.0,2.0.0)";visibility:=reexport, |
| org.eclipse.equinox.p2.director;bundle-version="[2.0.0,3.0.0)";visibility:=reexport, |
| org.eclipse.equinox.p2.repository.tools;bundle-version="[2.0.0,3.0.0)", |
| org.eclipse.oomph.p2.core;bundle-version="[1.2.0,2.0.0)";visibility:=reexport, |
| org.eclipse.equinox.p2.operations;bundle-version="[2.0.0,3.0.0)";visibility:=reexport, |
| org.eclipse.equinox.p2.transport.ecf;bundle-version="[1.0.0,2.0.0)";visibility:=reexport, |
| org.eclipse.ecf.provider.filetransfer.httpclient4;bundle-version="[1.0.0,2.0.0)";resolution:=optional;visibility:=reexport;x-installation:=greedy, |
| org.eclipse.oomph.tests;bundle-version="[1.2.0,2.0.0)";visibility:=reexport |
| Bundle-ActivationPolicy: lazy |