Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVivian Kong2009-03-13 13:47:48 +0000
committerVivian Kong2009-03-13 13:47:48 +0000
commitfa3911cd905301dcf5d6aebd1aca553c20531f0d (patch)
tree27bfcf24b75b0c98a479b823046cf1edfc8e5570 /launch/org.eclipse.cdt.launch/META-INF
parent520d4136b2d87fa367cbffe2b2ac334b3e3c114f (diff)
downloadorg.eclipse.cdt-fa3911cd905301dcf5d6aebd1aca553c20531f0d.tar.gz
org.eclipse.cdt-fa3911cd905301dcf5d6aebd1aca553c20531f0d.tar.xz
org.eclipse.cdt-fa3911cd905301dcf5d6aebd1aca553c20531f0d.zip
bug 254200 - use ICU4J
Diffstat (limited to 'launch/org.eclipse.cdt.launch/META-INF')
-rw-r--r--launch/org.eclipse.cdt.launch/META-INF/MANIFEST.MF1
1 files changed, 1 insertions, 0 deletions
diff --git a/launch/org.eclipse.cdt.launch/META-INF/MANIFEST.MF b/launch/org.eclipse.cdt.launch/META-INF/MANIFEST.MF
index b3d93fd1612..c189dadfbd3 100644
--- a/launch/org.eclipse.cdt.launch/META-INF/MANIFEST.MF
+++ b/launch/org.eclipse.cdt.launch/META-INF/MANIFEST.MF
@@ -24,3 +24,4 @@ Require-Bundle: org.eclipse.ui.ide;bundle-version="[3.2.0,4.0.0)",
org.eclipse.core.variables;bundle-version="[3.1.100,4.0.0)"
Bundle-ActivationPolicy: lazy
Bundle-RequiredExecutionEnvironment: J2SE-1.5
+Import-Package: com.ibm.icu.text

Back to the top