Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Goldthorpe2010-03-31 23:31:27 +0000
committerChris Goldthorpe2010-03-31 23:31:27 +0000
commitf919343dda7230ec1c1b08715a5cc4acc985afd0 (patch)
tree5c4d34b614375f4e2e7059f366226ca8c5b4e8c2 /org.eclipse.ui.intro.universal
parent1abda30c39fca193555a3bb0ad21187d05ccdf7f (diff)
downloadeclipse.platform.ua-f919343dda7230ec1c1b08715a5cc4acc985afd0.tar.gz
eclipse.platform.ua-f919343dda7230ec1c1b08715a5cc4acc985afd0.tar.xz
eclipse.platform.ua-f919343dda7230ec1c1b08715a5cc4acc985afd0.zip
Update minimum versions in dependencies
Diffstat (limited to 'org.eclipse.ui.intro.universal')
-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 0f7dd9b63..2cfba8eee 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.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)"
+Require-Bundle: org.eclipse.core.runtime;bundle-version="[3.6.0,4.0.0)",
+ org.eclipse.help;bundle-version="[3.5.0,4.0.0)",
+ org.eclipse.ui;bundle-version="[3.6.0,4.0.0)",
+ org.eclipse.ui.intro;bundle-version="[3.4.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