Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Goldthorpe2008-10-24 17:36:59 +0000
committerChris Goldthorpe2008-10-24 17:36:59 +0000
commit009e6f90cdb79fa554f6bbb73b3a7f62d5570b0e (patch)
tree49dfc751b231637c5b6c8ce69caf76f86ee43da2 /org.eclipse.ui.intro
parent04b2bf677b59cff4a5b638080be1fe2ac012a831 (diff)
downloadeclipse.platform.ua-009e6f90cdb79fa554f6bbb73b3a7f62d5570b0e.tar.gz
eclipse.platform.ua-009e6f90cdb79fa554f6bbb73b3a7f62d5570b0e.tar.xz
eclipse.platform.ua-009e6f90cdb79fa554f6bbb73b3a7f62d5570b0e.zip
Update minimum versions for required bundles
Diffstat (limited to 'org.eclipse.ui.intro')
-rw-r--r--org.eclipse.ui.intro/META-INF/MANIFEST.MF10
1 files changed, 5 insertions, 5 deletions
diff --git a/org.eclipse.ui.intro/META-INF/MANIFEST.MF b/org.eclipse.ui.intro/META-INF/MANIFEST.MF
index 40a000269..c779013a2 100644
--- a/org.eclipse.ui.intro/META-INF/MANIFEST.MF
+++ b/org.eclipse.ui.intro/META-INF/MANIFEST.MF
@@ -18,11 +18,11 @@ Export-Package: org.eclipse.ui.internal.intro.impl;x-friends:="org.eclipse.ui.in
org.eclipse.ui.internal.intro.impl.swt;x-internal:=true,
org.eclipse.ui.internal.intro.impl.util;x-internal:=true,
org.eclipse.ui.intro.config
-Require-Bundle: org.eclipse.core.runtime;bundle-version="[3.1.0,4.0.0)",
- org.eclipse.help;bundle-version="[3.2.0,4.0.0)",
- org.eclipse.help.base;bundle-version="[3.2.0,4.0.0)";resolution:=optional,
- org.eclipse.ui;bundle-version="[3.2.0,4.0.0)",
- org.eclipse.ui.forms;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.help.base;bundle-version="[3.4.0,4.0.0)";resolution:=optional,
+ org.eclipse.ui;bundle-version="[3.5.0,4.0.0)",
+ org.eclipse.ui.forms;bundle-version="[3.4.0,4.0.0)",
org.eclipse.core.expressions;bundle-version="3.4.0"
Eclipse-LazyStart: true
Bundle-RequiredExecutionEnvironment: J2SE-1.4

Back to the top