Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNick Sandonato2014-07-18 15:26:26 +0000
committerNick Sandonato2014-07-18 15:26:26 +0000
commita4b45043a2fe47d7e7232cec62a484811eeae0c9 (patch)
treee5f417572e2e5e1c4ce51b230852857c2496b014
parent24985fba3ef6345c9e3f59049a6d4bace3207ea5 (diff)
downloadwebtools.sourceediting.xpath-a4b45043a2fe47d7e7232cec62a484811eeae0c9.tar.gz
webtools.sourceediting.xpath-a4b45043a2fe47d7e7232cec62a484811eeae0c9.tar.xz
webtools.sourceediting.xpath-a4b45043a2fe47d7e7232cec62a484811eeae0c9.zip
[439828] Several JUnit failing due to java.lang.NoClassDefFoundError: com/ibm/icu/text/UTF16
-rw-r--r--bundles/org.eclipse.wst.xml.xpath2.processor/META-INF/MANIFEST.MF6
1 files changed, 4 insertions, 2 deletions
diff --git a/bundles/org.eclipse.wst.xml.xpath2.processor/META-INF/MANIFEST.MF b/bundles/org.eclipse.wst.xml.xpath2.processor/META-INF/MANIFEST.MF
index ef33712..02c50de 100644
--- a/bundles/org.eclipse.wst.xml.xpath2.processor/META-INF/MANIFEST.MF
+++ b/bundles/org.eclipse.wst.xml.xpath2.processor/META-INF/MANIFEST.MF
@@ -4,8 +4,7 @@ Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.wst.xml.xpath2.processor
Bundle-Version: 2.1.100.qualifier
Require-Bundle: org.apache.xerces;bundle-version="[2.9.0,3.0.0)",
- java_cup.runtime;bundle-version="0.10.0",
- com.ibm.icu;bundle-version="3.8.0";resolution:=optional
+ java_cup.runtime;bundle-version="0.10.0"
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Export-Package: org.eclipse.wst.xml.xpath2.api,
org.eclipse.wst.xml.xpath2.api.typesystem,
@@ -23,3 +22,6 @@ Export-Package: org.eclipse.wst.xml.xpath2.api,
org.eclipse.wst.xml.xpath2.processor.util
Bundle-Vendor: %provider
Bundle-Localization: plugin
+Import-Package: com.ibm.icu.lang;version="3.8",
+ com.ibm.icu.text;version="3.8",
+ com.ibm.icu.util;version="3.8"

Back to the top