Skip to main content
aboutsummaryrefslogtreecommitdiffstats
path: root/jtag
diff options
context:
space:
mode:
authorVivian Kong2009-03-13 13:47:48 +0000
committerVivian Kong2009-03-13 13:47:48 +0000
commitfa3911cd905301dcf5d6aebd1aca553c20531f0d (patch)
tree27bfcf24b75b0c98a479b823046cf1edfc8e5570 /jtag
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 'jtag')
-rw-r--r--jtag/org.eclipse.cdt.debug.gdbjtag.core/META-INF/MANIFEST.MF1
1 files changed, 1 insertions, 0 deletions
diff --git a/jtag/org.eclipse.cdt.debug.gdbjtag.core/META-INF/MANIFEST.MF b/jtag/org.eclipse.cdt.debug.gdbjtag.core/META-INF/MANIFEST.MF
index 1dd2222fcb1..cdc9e7f7527 100644
--- a/jtag/org.eclipse.cdt.debug.gdbjtag.core/META-INF/MANIFEST.MF
+++ b/jtag/org.eclipse.cdt.debug.gdbjtag.core/META-INF/MANIFEST.MF
@@ -16,3 +16,4 @@ Eclipse-LazyStart: true
Export-Package: org.eclipse.cdt.debug.gdbjtag.core,
org.eclipse.cdt.debug.gdbjtag.core.jtagdevice
Bundle-Vendor: %providerName
+Import-Package: com.ibm.icu.text

Back to the top