Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDani Megert2006-04-10 12:41:32 +0000
committerDani Megert2006-04-10 12:41:32 +0000
commitc849aa17023cd3848520d9d29ffdd6d3f8c8e733 (patch)
tree1b50aad1a844cd638fe9fbc9d3affb416377b44c /org.eclipse.jface.text/META-INF/MANIFEST.MF
parentac900e31435aae50e8da921b3d8d50f4c6eaf201 (diff)
downloadeclipse.platform.text-c849aa17023cd3848520d9d29ffdd6d3f8c8e733.tar.gz
eclipse.platform.text-c849aa17023cd3848520d9d29ffdd6d3f8c8e733.tar.xz
eclipse.platform.text-c849aa17023cd3848520d9d29ffdd6d3f8c8e733.zip
Fixed bug 135777: [misc] need to adopt ICU4J APIs
Diffstat (limited to 'org.eclipse.jface.text/META-INF/MANIFEST.MF')
-rw-r--r--org.eclipse.jface.text/META-INF/MANIFEST.MF1
1 files changed, 1 insertions, 0 deletions
diff --git a/org.eclipse.jface.text/META-INF/MANIFEST.MF b/org.eclipse.jface.text/META-INF/MANIFEST.MF
index 2bf7969815a..088c6b836c7 100644
--- a/org.eclipse.jface.text/META-INF/MANIFEST.MF
+++ b/org.eclipse.jface.text/META-INF/MANIFEST.MF
@@ -35,3 +35,4 @@ Require-Bundle:
org.eclipse.jface;bundle-version="[3.2.0,4.0.0)",
org.eclipse.core.commands;bundle-version="[3.2.0,4.0.0)"
Bundle-RequiredExecutionEnvironment: J2SE-1.4
+Import-Package: com.ibm.icu.text

Back to the top