Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Arthorne2009-02-20 22:44:00 +0000
committerJohn Arthorne2009-02-20 22:44:00 +0000
commit82de88aed4ba693f08a99509f6d366e11110cdf4 (patch)
treec4b4a1365eb094df591015e81af1c35ed0788621 /bundles/org.eclipse.equinox.p2.core/META-INF/MANIFEST.MF
parent728d3af3bbaaae1d3a1fa69458159e040fd1aea7 (diff)
downloadrt.equinox.p2-82de88aed4ba693f08a99509f6d366e11110cdf4.tar.gz
rt.equinox.p2-82de88aed4ba693f08a99509f6d366e11110cdf4.tar.xz
rt.equinox.p2-82de88aed4ba693f08a99509f6d366e11110cdf4.zip
Bug 265315 Profile Scoped Preferences
Diffstat (limited to 'bundles/org.eclipse.equinox.p2.core/META-INF/MANIFEST.MF')
-rw-r--r--bundles/org.eclipse.equinox.p2.core/META-INF/MANIFEST.MF3
1 files changed, 2 insertions, 1 deletions
diff --git a/bundles/org.eclipse.equinox.p2.core/META-INF/MANIFEST.MF b/bundles/org.eclipse.equinox.p2.core/META-INF/MANIFEST.MF
index 8d96d57e3..723956096 100644
--- a/bundles/org.eclipse.equinox.p2.core/META-INF/MANIFEST.MF
+++ b/bundles/org.eclipse.equinox.p2.core/META-INF/MANIFEST.MF
@@ -168,4 +168,5 @@ Bundle-RequiredExecutionEnvironment: J2SE-1.4,
CDC-1.1/Foundation-1.1
Bundle-Activator: org.eclipse.equinox.internal.p2.core.Activator
Require-Bundle: org.eclipse.equinox.common;bundle-version="[3.5.0,4.0.0)",
- org.eclipse.equinox.registry;bundle-version="[3.4.0,4.0.0)"
+ org.eclipse.equinox.registry;bundle-version="[3.4.0,4.0.0)",
+ org.eclipse.core.jobs;bundle-version="[3.4.0,4.0.0)"

Back to the top