Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Arthorne2009-03-02 18:12:26 +0000
committerJohn Arthorne2009-03-02 18:12:26 +0000
commit94fb54c2fe77c8ee98e18595ac94f6c431e732b1 (patch)
tree864fd9f6b818d4b4ac3cf682228abff6a70dfb24 /bundles/org.eclipse.equinox.p2.director/META-INF
parentfd33e5395cd299fbc19400cca8e501390533bf2f (diff)
downloadrt.equinox.p2-94fb54c2fe77c8ee98e18595ac94f6c431e732b1.tar.gz
rt.equinox.p2-94fb54c2fe77c8ee98e18595ac94f6c431e732b1.tar.xz
rt.equinox.p2-94fb54c2fe77c8ee98e18595ac94f6c431e732b1.zip
Bug 266598 [planner] Make new explanation support react to cancellation
Diffstat (limited to 'bundles/org.eclipse.equinox.p2.director/META-INF')
-rw-r--r--bundles/org.eclipse.equinox.p2.director/META-INF/MANIFEST.MF3
1 files changed, 2 insertions, 1 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 156d3a320..c98553d3a 100644
--- a/bundles/org.eclipse.equinox.p2.director/META-INF/MANIFEST.MF
+++ b/bundles/org.eclipse.equinox.p2.director/META-INF/MANIFEST.MF
@@ -39,4 +39,5 @@ Bundle-RequiredExecutionEnvironment: CDC-1.1/Foundation-1.1,
J2SE-1.4
Require-Bundle: org.eclipse.equinox.common;bundle-version="[3.5.0,4.0.0)",
org.sat4j.core;bundle-version="2.1.0",
- org.sat4j.pb;bundle-version="2.1.0"
+ org.sat4j.pb;bundle-version="2.1.0",
+ org.eclipse.core.jobs;bundle-version="3.4.100"

Back to the top