From 59a8f939e7cfc6ee9cb935bb0273a10a62f86dc1 Mon Sep 17 00:00:00 2001 From: Eike Stepper Date: Tue, 8 Jul 2014 17:33:34 +0200 Subject: [439141] Old targlet profiles are not deleted https://bugs.eclipse.org/bugs/show_bug.cgi?id=439141--- .../META-INF/MANIFEST.MF | 31 ++++++++++------------ 1 file changed, 14 insertions(+), 17 deletions(-) (limited to 'plugins/org.eclipse.oomph.p2.tests/META-INF/MANIFEST.MF') diff --git a/plugins/org.eclipse.oomph.p2.tests/META-INF/MANIFEST.MF b/plugins/org.eclipse.oomph.p2.tests/META-INF/MANIFEST.MF index 03da7269d..63dcfd25c 100644 --- a/plugins/org.eclipse.oomph.p2.tests/META-INF/MANIFEST.MF +++ b/plugins/org.eclipse.oomph.p2.tests/META-INF/MANIFEST.MF @@ -8,21 +8,18 @@ Bundle-Vendor: %providerName Bundle-Localization: plugin Bundle-RequiredExecutionEnvironment: J2SE-1.5 Export-Package: org.eclipse.oomph.p2.tests;version="1.0.0" -Require-Bundle: org.eclipse.core.runtime;bundle-version="[3.5.0,4.0.0)", - org.eclipse.core.net;bundle-version="[1.0.0,2.0.0)", - org.eclipse.equinox.p2.core;bundle-version="[2.0.0,3.0.0)", - org.eclipse.equinox.p2.engine;bundle-version="[2.0.0,3.0.0)", - org.eclipse.equinox.p2.metadata;bundle-version="[2.0.0,3.0.0)", - org.eclipse.equinox.p2.repository;bundle-version="[2.0.0,3.0.0)", - org.eclipse.equinox.p2.artifact.repository;bundle-version="[1.0.0,2.0.0)", - org.eclipse.equinox.p2.metadata.repository;bundle-version="[1.0.0,2.0.0)", - org.eclipse.equinox.p2.touchpoint.eclipse;bundle-version="[2.0.0,3.0.0)", - org.eclipse.equinox.p2.touchpoint.natives;bundle-version="[1.0.0,2.0.0)", - org.eclipse.equinox.p2.director;bundle-version="[2.0.0,3.0.0)", - org.eclipse.equinox.p2.operations;bundle-version="[2.0.0,3.0.0)", - org.eclipse.equinox.p2.transport.ecf;bundle-version="[1.0.0,2.0.0)", - org.eclipse.ecf.provider.filetransfer.httpclient4;bundle-version="[1.0.0,2.0.0)", - org.eclipse.oomph.util;bundle-version="[1.0.0,2.0.0)", - org.eclipse.oomph.p2.core;bundle-version="[1.0.0,2.0.0)", - org.junit;bundle-version="[4.0.0,5.0.0)" +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.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)";visibility:=reexport, + org.eclipse.oomph.tests;bundle-version="[1.0.0,2.0.0)";visibility:=reexport, + org.eclipse.oomph.p2.core;bundle-version="[1.0.0,2.0.0)";visibility:=reexport Bundle-ActivationPolicy: lazy -- cgit v1.2.3