Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarin Wright2006-04-10 13:53:37 +0000
committerDarin Wright2006-04-10 13:53:37 +0000
commit1e776f9633a861e04e9b9a305cd89d2a7ceb3c24 (patch)
tree6ec0f36af4680d2e95a759c44fe674e797a9d903 /org.eclipse.core.variables/META-INF
parent040791654e9227ddb0b6a9346b6037f4b98ccbf7 (diff)
downloadeclipse.platform.debug-1e776f9633a861e04e9b9a305cd89d2a7ceb3c24.tar.gz
eclipse.platform.debug-1e776f9633a861e04e9b9a305cd89d2a7ceb3c24.tar.xz
eclipse.platform.debug-1e776f9633a861e04e9b9a305cd89d2a7ceb3c24.zip
Bug 135770 - need to adopt ICU4J APIs
Diffstat (limited to 'org.eclipse.core.variables/META-INF')
-rw-r--r--org.eclipse.core.variables/META-INF/MANIFEST.MF1
1 files changed, 1 insertions, 0 deletions
diff --git a/org.eclipse.core.variables/META-INF/MANIFEST.MF b/org.eclipse.core.variables/META-INF/MANIFEST.MF
index 1a1b15d60..043f1ed90 100644
--- a/org.eclipse.core.variables/META-INF/MANIFEST.MF
+++ b/org.eclipse.core.variables/META-INF/MANIFEST.MF
@@ -10,3 +10,4 @@ Export-Package: org.eclipse.core.internal.variables;x-internal:=true,
org.eclipse.core.variables
Require-Bundle: org.eclipse.core.runtime;bundle-version="[3.1.0,4.0.0)"
Eclipse-LazyStart: true
+Import-Package: com.ibm.icu.text

Back to the top