Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEike Stepper2014-07-08 15:33:34 +0000
committerEike Stepper2014-07-08 15:34:05 +0000
commit59a8f939e7cfc6ee9cb935bb0273a10a62f86dc1 (patch)
treea28daf05c2f539b10343f845297753781a9c8a71 /plugins/org.eclipse.oomph.p2.tests/META-INF/MANIFEST.MF
parentb9573a4f0f270f60db0f0bfab17a440f49bc22cd (diff)
downloadorg.eclipse.oomph-59a8f939e7cfc6ee9cb935bb0273a10a62f86dc1.tar.gz
org.eclipse.oomph-59a8f939e7cfc6ee9cb935bb0273a10a62f86dc1.tar.xz
org.eclipse.oomph-59a8f939e7cfc6ee9cb935bb0273a10a62f86dc1.zip
[439141] Old targlet profiles are not deleted
https://bugs.eclipse.org/bugs/show_bug.cgi?id=439141
Diffstat (limited to 'plugins/org.eclipse.oomph.p2.tests/META-INF/MANIFEST.MF')
-rw-r--r--plugins/org.eclipse.oomph.p2.tests/META-INF/MANIFEST.MF31
1 files changed, 14 insertions, 17 deletions
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

Back to the top