Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBogdan Gheorghe2006-04-10 14:03:13 +0000
committerBogdan Gheorghe2006-04-10 14:03:13 +0000
commitfc0615becccf0685d45411cd4ccd91a629a35893 (patch)
tree61388fac55c26ba67f103a9afdbfd7c7ab43ba11 /bundles/org.eclipse.team.ui/META-INF/MANIFEST.MF
parentf9d6421b6e14048f86696d735ae8002125ee7f0d (diff)
downloadeclipse.platform.team-fc0615becccf0685d45411cd4ccd91a629a35893.tar.gz
eclipse.platform.team-fc0615becccf0685d45411cd4ccd91a629a35893.tar.xz
eclipse.platform.team-fc0615becccf0685d45411cd4ccd91a629a35893.zip
Bug 135776 need to adopt ICU4J APIs
Diffstat (limited to 'bundles/org.eclipse.team.ui/META-INF/MANIFEST.MF')
-rw-r--r--bundles/org.eclipse.team.ui/META-INF/MANIFEST.MF2
1 files changed, 2 insertions, 0 deletions
diff --git a/bundles/org.eclipse.team.ui/META-INF/MANIFEST.MF b/bundles/org.eclipse.team.ui/META-INF/MANIFEST.MF
index 0b7534b7c..4b492af66 100644
--- a/bundles/org.eclipse.team.ui/META-INF/MANIFEST.MF
+++ b/bundles/org.eclipse.team.ui/META-INF/MANIFEST.MF
@@ -31,3 +31,5 @@ Require-Bundle: org.eclipse.ui.ide;bundle-version="[3.2.0,4.0.0)";resolution:=op
org.eclipse.jface.text;bundle-version="[3.2.0,4.0.0)",
org.eclipse.ui.navigator.resources;bundle-version="[3.2.0,4.0.0)
Eclipse-LazyStart: true
+Import-Package: com.ibm.icu.text,
+ com.ibm.icu.util

Back to the top