Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPascal Rapicault2013-05-26 03:35:58 +0000
committerPascal Rapicault2013-05-26 03:35:58 +0000
commitfc958e5370b322d44ad3a807091617cf7d73545b (patch)
tree271950f6b558b936b4bd4aa8302b22ea4365990c /bundles/org.eclipse.equinox.p2.director
parent16a5d489bf72c47040a253c4598a9c81f0f10503 (diff)
downloadrt.equinox.p2-fc958e5370b322d44ad3a807091617cf7d73545b.tar.gz
rt.equinox.p2-fc958e5370b322d44ad3a807091617cf7d73545b.tar.xz
rt.equinox.p2-fc958e5370b322d44ad3a807091617cf7d73545b.zip
Bug 409051 -[planner] Resolver times out on simple instanceI20130526-0500
Diffstat (limited to 'bundles/org.eclipse.equinox.p2.director')
-rw-r--r--bundles/org.eclipse.equinox.p2.director/META-INF/MANIFEST.MF4
1 files changed, 2 insertions, 2 deletions
diff --git a/bundles/org.eclipse.equinox.p2.director/META-INF/MANIFEST.MF b/bundles/org.eclipse.equinox.p2.director/META-INF/MANIFEST.MF
index e615f0cd8..578f90d2f 100644
--- a/bundles/org.eclipse.equinox.p2.director/META-INF/MANIFEST.MF
+++ b/bundles/org.eclipse.equinox.p2.director/META-INF/MANIFEST.MF
@@ -25,8 +25,8 @@ Export-Package: org.eclipse.equinox.internal.p2.director;
Require-Bundle: org.eclipse.equinox.common;bundle-version="[3.3.0,4.0.0)",
org.eclipse.core.jobs;bundle-version="[3.3.0,4.0.0)",
org.eclipse.equinox.p2.metadata;bundle-version="[2.0.0,3.0.0)",
- org.sat4j.pb;bundle-version="[2.3.4,3.0.0)",
- org.sat4j.core;bundle-version="[2.3.4,3.0.0)"
+ org.sat4j.core;bundle-version="[2.3.5,3.0.0)",
+ org.sat4j.pb;bundle-version="[2.3.5,3.0.0)"
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Bundle-ActivationPolicy: lazy
Service-Component: OSGI-INF/director.xml, OSGI-INF/planner.xml

Back to the top