Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPascal Rapicault2008-03-10 19:34:46 +0000
committerPascal Rapicault2008-03-10 19:34:46 +0000
commite1179d2f082e9b50bb34460cdd33238b90af8cc3 (patch)
treeb6bf7c9cc38d4dc730af5d1de8088396da388fbd /bundles/org.eclipse.equinox.p2.director/META-INF
parentd1265295aabd61f42b21870a917da528a734cf2d (diff)
downloadrt.equinox.p2-e1179d2f082e9b50bb34460cdd33238b90af8cc3.tar.gz
rt.equinox.p2-e1179d2f082e9b50bb34460cdd33238b90af8cc3.tar.xz
rt.equinox.p2-e1179d2f082e9b50bb34460cdd33238b90af8cc3.zip
Bug 219477 - [prov] [solver] Integrate sat4j
Diffstat (limited to 'bundles/org.eclipse.equinox.p2.director/META-INF')
-rw-r--r--bundles/org.eclipse.equinox.p2.director/META-INF/MANIFEST.MF4
1 files changed, 3 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 221a4bdef..413dd1ddb 100644
--- a/bundles/org.eclipse.equinox.p2.director/META-INF/MANIFEST.MF
+++ b/bundles/org.eclipse.equinox.p2.director/META-INF/MANIFEST.MF
@@ -27,4 +27,6 @@ Bundle-Activator: org.eclipse.equinox.internal.p2.director.DirectorActivator
Eclipse-LazyStart: true
Bundle-RequiredExecutionEnvironment: CDC-1.1/Foundation-1.1,
J2SE-1.4
-Require-Bundle: org.eclipse.equinox.common
+Require-Bundle: org.eclipse.equinox.common,
+ org.sat4j.core;bundle-version="2.0.0",
+ org.sat4j.pb;bundle-version="2.0.0"

Back to the top