Skip to main content

This CGIT instance is deprecated, and repositories have been moved to Gitlab or Github. See the repository descriptions for specific locations.

summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoramywu2006-02-14 22:52:04 +0000
committeramywu2006-02-14 22:52:04 +0000
commitdb83196524ef4e9bbd73e066984eea8e67c6a42c (patch)
treee0e7e77958a225cb612110c28bf4edc35f347719 /bundles/org.eclipse.wst.wsdl.ui/META-INF/MANIFEST.MF
parent52adcfffe262c53fea65d1b78384969171b045f5 (diff)
downloadwebtools.webservices-db83196524ef4e9bbd73e066984eea8e67c6a42c.tar.gz
webtools.webservices-db83196524ef4e9bbd73e066984eea8e67c6a42c.tar.xz
webtools.webservices-db83196524ef4e9bbd73e066984eea8e67c6a42c.zip
[127544] Port to ICU4J
Diffstat (limited to 'bundles/org.eclipse.wst.wsdl.ui/META-INF/MANIFEST.MF')
-rw-r--r--bundles/org.eclipse.wst.wsdl.ui/META-INF/MANIFEST.MF3
1 files changed, 2 insertions, 1 deletions
diff --git a/bundles/org.eclipse.wst.wsdl.ui/META-INF/MANIFEST.MF b/bundles/org.eclipse.wst.wsdl.ui/META-INF/MANIFEST.MF
index 44c74f930..99a75b88e 100644
--- a/bundles/org.eclipse.wst.wsdl.ui/META-INF/MANIFEST.MF
+++ b/bundles/org.eclipse.wst.wsdl.ui/META-INF/MANIFEST.MF
@@ -74,6 +74,7 @@ Require-Bundle: org.eclipse.core.resources,
org.wsdl4j,
org.eclipse.wst.wsdl.validation,
org.eclipse.ltk.core.refactoring,
- org.eclipse.ltk.ui.refactoring
+ org.eclipse.ltk.ui.refactoring,
+ com.ibm.icu
Eclipse-AutoStart: true
Plugin-Class: org.eclipse.wst.wsdl.ui.internal.WSDLEditorPlugin

Back to the top