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.help
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.help')
-rw-r--r--org.eclipse.help/META-INF/MANIFEST.MF4
1 files changed, 2 insertions, 2 deletions
diff --git a/org.eclipse.help/META-INF/MANIFEST.MF b/org.eclipse.help/META-INF/MANIFEST.MF
index d553ef71a..6d94edc1f 100644
--- a/org.eclipse.help/META-INF/MANIFEST.MF
+++ b/org.eclipse.help/META-INF/MANIFEST.MF
@@ -56,8 +56,8 @@ Export-Package: org.eclipse.help,
org.eclipse.ua.tests,
org.eclipse.ui.intro.universal,
org.eclipse.ui.intro"
-Require-Bundle: org.eclipse.core.runtime;bundle-version="[3.5.0,4.0.0)",
- org.eclipse.core.expressions;bundle-version="[3.4.100,4.0.0)";visibility:=reexport
+Require-Bundle: org.eclipse.core.runtime;bundle-version="[3.6.0,4.0.0)",
+ org.eclipse.core.expressions;bundle-version="[3.4.200,4.0.0)";visibility:=reexport
Eclipse-LazyStart: true
Import-Package: com.ibm.icu.text;version="3.8.0",
javax.xml.parsers,

Back to the top