Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDani Megert2008-11-25 13:24:37 +0000
committerDani Megert2008-11-25 13:24:37 +0000
commit3b7fac5781311969475b385c0cfafd39835cec8b (patch)
tree45f230aebc8819109c89c87c2193bfd2923afe5a /org.eclipse.text/META-INF/MANIFEST.MF
parentf7b635aa00ee68ae7cbf8301c8be2c222fad4c7c (diff)
downloadeclipse.platform.text-3b7fac5781311969475b385c0cfafd39835cec8b.tar.gz
eclipse.platform.text-3b7fac5781311969475b385c0cfafd39835cec8b.tar.xz
eclipse.platform.text-3b7fac5781311969475b385c0cfafd39835cec8b.zip
Adjuest required plug-ins.
Diffstat (limited to 'org.eclipse.text/META-INF/MANIFEST.MF')
-rw-r--r--org.eclipse.text/META-INF/MANIFEST.MF2
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.text/META-INF/MANIFEST.MF b/org.eclipse.text/META-INF/MANIFEST.MF
index 01313b1cfa6..56f68806c3f 100644
--- a/org.eclipse.text/META-INF/MANIFEST.MF
+++ b/org.eclipse.text/META-INF/MANIFEST.MF
@@ -15,7 +15,7 @@ Export-Package:
org.eclipse.text.undo
Require-Bundle:
org.eclipse.core.commands;bundle-version="[3.5.0,4.0.0)",
- org.eclipse.equinox.common;bundle-version="[3.4.0,4.0.0)"
+ org.eclipse.equinox.common;bundle-version="[3.5.0,4.0.0)"
Bundle-RequiredExecutionEnvironment: J2SE-1.4
Import-Package:
com.ibm.icu.text,

Back to the top