Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEd Merks2014-07-13 10:10:31 +0000
committerEd Merks2014-07-13 10:10:31 +0000
commit3bf3085258cc1f591696b7a01ddd85b4efc26ec3 (patch)
treec643630f20121bde4fffe17d528b08f630b9dd22 /plugins/org.eclipse.oomph.p2.tests/META-INF/MANIFEST.MF
parent0549931493f523191ed3d542be72e4dcc0b93464 (diff)
downloadorg.eclipse.oomph-3bf3085258cc1f591696b7a01ddd85b4efc26ec3.tar.gz
org.eclipse.oomph-3bf3085258cc1f591696b7a01ddd85b4efc26ec3.tar.xz
org.eclipse.oomph-3bf3085258cc1f591696b7a01ddd85b4efc26ec3.zip
[439398] Cannot deploy Kepler without P2 director task that contains
repository for EMF 2.10 https://bugs.eclipse.org/bugs/show_bug.cgi?id=439398
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.MF2
1 files changed, 1 insertions, 1 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 63dcfd25c..24a4b5f5e 100644
--- a/plugins/org.eclipse.oomph.p2.tests/META-INF/MANIFEST.MF
+++ b/plugins/org.eclipse.oomph.p2.tests/META-INF/MANIFEST.MF
@@ -19,7 +19,7 @@ Require-Bundle: org.eclipse.equinox.p2.core;bundle-version="[2.0.0,3.0.0)";visib
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.ecf.provider.filetransfer.httpclient4;bundle-version="[1.0.0,2.0.0)";resolution:=optional;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