Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Goldthorpe2009-04-09 19:11:11 +0000
committerChris Goldthorpe2009-04-09 19:11:11 +0000
commitf221b89dab87711a86d87ba8a6d12406dbb98887 (patch)
tree17e3aeee394980ac14b229afa38a5cd0070d096e /org.eclipse.ui.intro.universal/META-INF/MANIFEST.MF
parent0a6a9a4369ece2622ff01bce01b64a74f3be45a7 (diff)
downloadeclipse.platform.ua-f221b89dab87711a86d87ba8a6d12406dbb98887.tar.gz
eclipse.platform.ua-f221b89dab87711a86d87ba8a6d12406dbb98887.tar.xz
eclipse.platform.ua-f221b89dab87711a86d87ba8a6d12406dbb98887.zip
Bug 271811 – Update versions in plug-in dependencies for UA componentsv20090413
Diffstat (limited to 'org.eclipse.ui.intro.universal/META-INF/MANIFEST.MF')
-rw-r--r--org.eclipse.ui.intro.universal/META-INF/MANIFEST.MF8
1 files changed, 4 insertions, 4 deletions
diff --git a/org.eclipse.ui.intro.universal/META-INF/MANIFEST.MF b/org.eclipse.ui.intro.universal/META-INF/MANIFEST.MF
index 176a49ad0..db34f06dc 100644
--- a/org.eclipse.ui.intro.universal/META-INF/MANIFEST.MF
+++ b/org.eclipse.ui.intro.universal/META-INF/MANIFEST.MF
@@ -9,10 +9,10 @@ Export-Package: org.eclipse.ui.internal.intro.universal;x-friends:="org.eclipse.
org.eclipse.ui.internal.intro.universal.contentdetect;x-friends:="org.eclipse.ua.tests",
org.eclipse.ui.internal.intro.universal.util;x-internal:=true,
org.eclipse.ui.intro.universal
-Require-Bundle: org.eclipse.core.runtime;bundle-version="[3.1.0,4.0.0)",
- org.eclipse.help;bundle-version="[3.3.0,4.0.0)",
- org.eclipse.ui;bundle-version="[3.2.0,4.0.0)",
- org.eclipse.ui.intro;bundle-version="[3.2.0,4.0.0)"
+Require-Bundle: org.eclipse.core.runtime;bundle-version="[3.5.0,4.0.0)",
+ org.eclipse.help;bundle-version="[3.4.0,4.0.0)",
+ org.eclipse.ui;bundle-version="[3.5.0,4.0.0)",
+ org.eclipse.ui.intro;bundle-version="[3.3.0,4.0.0)"
Eclipse-LazyStart: true; exceptions="org.eclipse.ui.internal.intro.universal.contentdetect"
Bundle-Activator: org.eclipse.ui.internal.intro.universal.UniversalIntroPlugin
Bundle-ClassPath: universal.jar

Back to the top