Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDani Megert2006-04-10 12:31:10 +0000
committerDani Megert2006-04-10 12:31:10 +0000
commit530cf92896c0ed56dbb64a83b799e64dd97f391d (patch)
tree9b9ad8f6d1ea3cfb1b5741542aa75bce8262a1be /org.eclipse.text/META-INF/MANIFEST.MF
parent82726382ecde20a8991261834697f0c9363b7942 (diff)
downloadeclipse.platform.text-530cf92896c0ed56dbb64a83b799e64dd97f391d.tar.gz
eclipse.platform.text-530cf92896c0ed56dbb64a83b799e64dd97f391d.tar.xz
eclipse.platform.text-530cf92896c0ed56dbb64a83b799e64dd97f391d.zip
Fixed bug 135777: [misc] need to adopt ICU4J APIs
Diffstat (limited to 'org.eclipse.text/META-INF/MANIFEST.MF')
-rw-r--r--org.eclipse.text/META-INF/MANIFEST.MF3
1 files changed, 3 insertions, 0 deletions
diff --git a/org.eclipse.text/META-INF/MANIFEST.MF b/org.eclipse.text/META-INF/MANIFEST.MF
index 8699bc5005b..8c321c8b206 100644
--- a/org.eclipse.text/META-INF/MANIFEST.MF
+++ b/org.eclipse.text/META-INF/MANIFEST.MF
@@ -17,3 +17,6 @@ Require-Bundle:
org.eclipse.core.commands;bundle-version="[3.2.0,4.0.0)",
org.eclipse.equinox.common;bundle-version="[3.2.0,4.0.0)"
Bundle-RequiredExecutionEnvironment: J2SE-1.4
+Import-Package:
+ com.ibm.icu.text,
+ com.ibm.icu.util

Back to the top