Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPascal Rapicault2009-10-14 02:26:21 +0000
committerPascal Rapicault2009-10-14 02:26:21 +0000
commitee002096b12805a54feef47f2859dc57b9586f3e (patch)
tree9a5c5d096393a7cdb14b2d82a183a22ba66ae777 /bundles/org.eclipse.equinox.p2.director/META-INF
parent97f6bf77c946bc29f44c844ae86c3cb531f1fc0f (diff)
downloadrt.equinox.p2-ee002096b12805a54feef47f2859dc57b9586f3e.tar.gz
rt.equinox.p2-ee002096b12805a54feef47f2859dc57b9586f3e.tar.xz
rt.equinox.p2-ee002096b12805a54feef47f2859dc57b9586f3e.zip
Bug 194665 - [planner][metadata] Need ability to "or" and "negate" generic requirements
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 bcc8038ca..1f6e8a56c 100644
--- a/bundles/org.eclipse.equinox.p2.director/META-INF/MANIFEST.MF
+++ b/bundles/org.eclipse.equinox.p2.director/META-INF/MANIFEST.MF
@@ -37,4 +37,5 @@ Bundle-RequiredExecutionEnvironment: CDC-1.1/Foundation-1.1,
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.eclipse.core.jobs;bundle-version="3.4.100"
+ org.eclipse.core.jobs;bundle-version="3.4.100",
+ org.eclipse.equinox.p2.metadata

Back to the top