Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBogdan Gheorghe2006-04-10 14:27:18 +0000
committerBogdan Gheorghe2006-04-10 14:27:18 +0000
commita35a0e5fc25ed589269c70245580bf6a23553338 (patch)
tree52e02868e7cdbe39c0a172c49220b31c3f4e2682 /bundles/org.eclipse.team.cvs.core/META-INF/MANIFEST.MF
parentfc0615becccf0685d45411cd4ccd91a629a35893 (diff)
downloadeclipse.platform.team-a35a0e5fc25ed589269c70245580bf6a23553338.tar.gz
eclipse.platform.team-a35a0e5fc25ed589269c70245580bf6a23553338.tar.xz
eclipse.platform.team-a35a0e5fc25ed589269c70245580bf6a23553338.zip
Bug 135771 need to adopt ICU4J APIs
Diffstat (limited to 'bundles/org.eclipse.team.cvs.core/META-INF/MANIFEST.MF')
-rw-r--r--bundles/org.eclipse.team.cvs.core/META-INF/MANIFEST.MF2
1 files changed, 2 insertions, 0 deletions
diff --git a/bundles/org.eclipse.team.cvs.core/META-INF/MANIFEST.MF b/bundles/org.eclipse.team.cvs.core/META-INF/MANIFEST.MF
index c144afc06..cb06c6c8d 100644
--- a/bundles/org.eclipse.team.cvs.core/META-INF/MANIFEST.MF
+++ b/bundles/org.eclipse.team.cvs.core/META-INF/MANIFEST.MF
@@ -22,3 +22,5 @@ Require-Bundle: org.eclipse.core.runtime;bundle-version="[3.1.0,4.0.0)",
org.eclipse.core.filesystem;bundle-version="[1.0.0,2.0.0)",
com.jcraft.jsch;bundle-version="[0.1.25,2.0.0)"
Eclipse-LazyStart: true
+Import-Package: com.ibm.icu.text,
+ com.ibm.icu.util

Back to the top