This is an automated email from the git hooks/post-receive script. xhaakon-guest pushed a commit to branch master in repository eclipse-wtp.
commit 1b603375638f7418ce16e2ddeb61b6164b1f40e8 Author: Jakub Adam <[email protected]> Date: Mon May 4 07:58:44 2015 +0200 Remove specific com.ibm.icu version requirement from manifests --- debian/changelog | 2 + debian/control | 8 +- debian/patches/series | 1 + debian/patches/unversioned-com.ibm.icu.patch | 342 +++++++++++++++++++++++++++ 4 files changed, 349 insertions(+), 4 deletions(-) diff --git a/debian/changelog b/debian/changelog index c6edf82..61bc522 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,8 @@ eclipse-wtp (3.6.3-1) UNRELEASED; urgency=medium * New upstream release. * Refresh d/patches/debian-custom-build.patch. + * Remove specific com.ibm.icu version requirement from manifests + - fixes build with eclipse 3.8.1-8. -- Jakub Adam <[email protected]> Mon, 04 May 2015 07:34:40 +0200 diff --git a/debian/control b/debian/control index 811923d..13e7267 100644 --- a/debian/control +++ b/debian/control @@ -5,8 +5,8 @@ Maintainer: Debian Java Maintainers <[email protected] Uploaders: Jakub Adam <[email protected]> Build-Depends: debhelper (>= 8~), default-jdk, - eclipse-pde (>= 3.7.1), - eclipse-gef, + eclipse-pde (>= 3.8.1-8), + eclipse-gef (>= 3.7.1-2), eclipse-xsd, libaxis-java (>= 1.4-17), libcommons-discovery-java (>= 0.5-2), @@ -35,9 +35,9 @@ Homepage: http://www.eclipse.org/webtools/ Package: eclipse-wtp Architecture: all -Depends: eclipse-platform (>= 3.7.1), +Depends: eclipse-platform (>= 3.8.1-8), eclipse-emf, - eclipse-gef, + eclipse-gef (>= 3.7.1-2), ${misc:Depends}, ${orbit:Depends} Description: Eclipse Web Tools Platform diff --git a/debian/patches/series b/debian/patches/series index fe98ae8..3e3a218 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -10,3 +10,4 @@ use-xslt-xsd-from-system-location.patch rhino-1.7R4-compatibility.patch genmodel-customizations.patch dont-use-org.eclipse.equinox.bidi.patch +unversioned-com.ibm.icu.patch diff --git a/debian/patches/unversioned-com.ibm.icu.patch b/debian/patches/unversioned-com.ibm.icu.patch new file mode 100644 index 0000000..022fafc --- /dev/null +++ b/debian/patches/unversioned-com.ibm.icu.patch @@ -0,0 +1,342 @@ +From: Jakub Adam <[email protected]> +Date: Mon, 4 May 2015 07:51:10 +0200 +Subject: unversioned-com.ibm.icu + +--- + org.eclipse.jem.util/META-INF/MANIFEST.MF | 2 +- + org.eclipse.wst.common.snippets/META-INF/MANIFEST.MF | 3 +-- + org.eclipse.wst.common.ui/META-INF/MANIFEST.MF | 2 +- + org.eclipse.wst.css.core/META-INF/MANIFEST.MF | 2 +- + org.eclipse.wst.css.ui/META-INF/MANIFEST.MF | 3 +-- + org.eclipse.wst.dtd.core/META-INF/MANIFEST.MF | 3 +-- + org.eclipse.wst.dtd.ui/META-INF/MANIFEST.MF | 3 +-- + org.eclipse.wst.html.core/META-INF/MANIFEST.MF | 2 +- + org.eclipse.wst.html.ui/META-INF/MANIFEST.MF | 3 +-- + org.eclipse.wst.jsdt.core/META-INF/MANIFEST.MF | 2 +- + org.eclipse.wst.jsdt.web.core/META-INF/MANIFEST.MF | 2 +- + org.eclipse.wst.jsdt.web.ui/META-INF/MANIFEST.MF | 4 ++-- + org.eclipse.wst.sse.core/META-INF/MANIFEST.MF | 3 +-- + org.eclipse.wst.sse.ui/META-INF/MANIFEST.MF | 3 +-- + org.eclipse.wst.web/META-INF/MANIFEST.MF | 2 +- + org.eclipse.wst.ws.explorer/META-INF/MANIFEST.MF | 4 ++-- + org.eclipse.wst.wsdl/META-INF/MANIFEST.MF | 2 +- + org.eclipse.wst.wsi/META-INF/MANIFEST.MF | 4 ++-- + org.eclipse.wst.xml.core/META-INF/MANIFEST.MF | 4 ++-- + org.eclipse.wst.xml.ui/META-INF/MANIFEST.MF | 4 ++-- + org.eclipse.wst.xml.xpath2.processor/META-INF/MANIFEST.MF | 6 +++--- + org.eclipse.wst.xsd.ui/META-INF/MANIFEST.MF | 2 +- + org.eclipse.wst.xsl.ui/META-INF/MANIFEST.MF | 2 +- + 23 files changed, 30 insertions(+), 37 deletions(-) + +diff --git a/org.eclipse.jem.util/META-INF/MANIFEST.MF b/org.eclipse.jem.util/META-INF/MANIFEST.MF +index 66f6702..3f3f502 100644 +--- a/org.eclipse.jem.util/META-INF/MANIFEST.MF ++++ b/org.eclipse.jem.util/META-INF/MANIFEST.MF +@@ -20,7 +20,7 @@ Require-Bundle: org.eclipse.core.runtime;bundle-version="[3.4.0,4.0.0)", + org.eclipse.core.resources;bundle-version="[3.4.0,4.0.0)", + org.eclipse.emf.ecore;bundle-version="[2.4.0,3.0.0)", + org.eclipse.emf.ecore.xmi;bundle-version="[2.4.0,3.0.0)", +- com.ibm.icu;bundle-version="3.8.1", ++ com.ibm.icu, + org.eclipse.wst.common.core;bundle-version="[1.1.201,2.0.0)";visibility:=reexport + Eclipse-LazyStart: true + Bundle-RequiredExecutionEnvironment: J2SE-1.5 +diff --git a/org.eclipse.wst.common.snippets/META-INF/MANIFEST.MF b/org.eclipse.wst.common.snippets/META-INF/MANIFEST.MF +index 9af51a4..8a2c4ef 100644 +--- a/org.eclipse.wst.common.snippets/META-INF/MANIFEST.MF ++++ b/org.eclipse.wst.common.snippets/META-INF/MANIFEST.MF +@@ -17,8 +17,7 @@ Export-Package: org.eclipse.wst.common.snippets.core, + org.eclipse.wst.common.snippets.internal.ui;x-internal:=true, + org.eclipse.wst.common.snippets.internal.util;x-internal:=true, + org.eclipse.wst.common.snippets.ui +-Import-Package: com.ibm.icu.util; version="3.8", +- com.ibm.icu.text; version="3.8" ++Import-Package: com.ibm.icu.util, com.ibm.icu.text + Require-Bundle: org.eclipse.gef;bundle-version="[3.4.0,4.0.0)", + org.eclipse.ui.ide;bundle-version="[3.4.0,4.0.0)", + org.eclipse.ui.workbench.texteditor;bundle-version="[3.4.0,4.0.0)", +diff --git a/org.eclipse.wst.common.ui/META-INF/MANIFEST.MF b/org.eclipse.wst.common.ui/META-INF/MANIFEST.MF +index 65e708e..a39f173 100644 +--- a/org.eclipse.wst.common.ui/META-INF/MANIFEST.MF ++++ b/org.eclipse.wst.common.ui/META-INF/MANIFEST.MF +@@ -13,7 +13,7 @@ Export-Package: org.eclipse.wst.common.ui.internal;x-internal:=true, + org.eclipse.wst.common.ui.internal.search;x-internal:=true, + org.eclipse.wst.common.ui.internal.search.dialogs, + org.eclipse.wst.common.ui.internal.viewers;x-internal:=true +-Import-Package: com.ibm.icu.text; version="3.8" ++Import-Package: com.ibm.icu.text + Require-Bundle: org.eclipse.ui.ide;bundle-version="[3.4.0,4.0.0)", + org.eclipse.ui;bundle-version="[3.4.0,4.0.0)", + org.eclipse.core.runtime;bundle-version="[3.4.0,4.0.0)", +diff --git a/org.eclipse.wst.css.core/META-INF/MANIFEST.MF b/org.eclipse.wst.css.core/META-INF/MANIFEST.MF +index c662395..3024427 100644 +--- a/org.eclipse.wst.css.core/META-INF/MANIFEST.MF ++++ b/org.eclipse.wst.css.core/META-INF/MANIFEST.MF +@@ -35,7 +35,7 @@ Export-Package: org.eclipse.wst.css.core.internal;x-friends:="org.eclipse.wst.cs + org.eclipse.wst.css.core.internal.util;x-friends:="org.eclipse.wst.css.ui", + org.eclipse.wst.css.core.internal.util.declaration;x-internal:=true, + org.eclipse.wst.css.core.text +-Import-Package: com.ibm.icu.util; version="3.8" ++Import-Package: com.ibm.icu.util + Require-Bundle: org.apache.xerces;bundle-version="[2.9.0,3.0.0)";visibility:=reexport, + org.eclipse.wst.xml.core;bundle-version="[1.1.500,1.2.0)", + org.eclipse.wst.sse.core;bundle-version="[1.1.500,1.2.0)", +diff --git a/org.eclipse.wst.css.ui/META-INF/MANIFEST.MF b/org.eclipse.wst.css.ui/META-INF/MANIFEST.MF +index f68be86..d279475 100644 +--- a/org.eclipse.wst.css.ui/META-INF/MANIFEST.MF ++++ b/org.eclipse.wst.css.ui/META-INF/MANIFEST.MF +@@ -30,8 +30,7 @@ Export-Package: org.eclipse.wst.css.ui, + org.eclipse.wst.css.ui.internal.wizard;x-internal:=true, + org.eclipse.wst.css.ui.views.contentoutline, + org.eclipse.wst.css.ui.views.properties +-Import-Package: com.ibm.icu.util; version="3.8", +- com.ibm.icu.text; version="3.8" ++Import-Package: com.ibm.icu.util, com.ibm.icu.text + Require-Bundle: org.eclipse.ui.ide;bundle-version="[3.5.0,4.0.0)", + org.eclipse.ui.views;bundle-version="[3.4.0,4.0.0)", + org.eclipse.jface.text;bundle-version="[3.5.0,4.0.0)", +diff --git a/org.eclipse.wst.dtd.core/META-INF/MANIFEST.MF b/org.eclipse.wst.dtd.core/META-INF/MANIFEST.MF +index 726ed69..8242b83 100644 +--- a/org.eclipse.wst.dtd.core/META-INF/MANIFEST.MF ++++ b/org.eclipse.wst.dtd.core/META-INF/MANIFEST.MF +@@ -29,8 +29,7 @@ Export-Package: org.eclipse.wst.dtd.core.internal;x-friends:="org.eclipse.wst.dt + org.eclipse.wst.dtd.core.internal.validation;x-friends:="org.eclipse.wst.dtd.core,org.eclipse.wst.dtd.ui,org.eclipse.wst.xml.core,org.eclipse.wst.xml.ui,org.eclipse.wst.xsd.core,org.eclipse.wst.xsd.ui", + org.eclipse.wst.dtd.core.internal.validation.eclipse;x-internal:=true, + org.eclipse.wst.dtd.core.text +-Import-Package: com.ibm.icu.util; version="3.8", +- com.ibm.icu.text; version="3.8" ++Import-Package: com.ibm.icu.util, com.ibm.icu.text + Require-Bundle: org.eclipse.core.resources;bundle-version="[3.4.0,4.0.0)", + org.eclipse.core.runtime;bundle-version="[3.4.0,4.0.0)", + org.eclipse.emf.ecore;bundle-version="[2.4.0,3.0.0)", +diff --git a/org.eclipse.wst.dtd.ui/META-INF/MANIFEST.MF b/org.eclipse.wst.dtd.ui/META-INF/MANIFEST.MF +index 3ab23ea..717459a 100644 +--- a/org.eclipse.wst.dtd.ui/META-INF/MANIFEST.MF ++++ b/org.eclipse.wst.dtd.ui/META-INF/MANIFEST.MF +@@ -21,8 +21,7 @@ Export-Package: org.eclipse.wst.dtd.ui, + org.eclipse.wst.dtd.ui.internal.views.properties;x-internal:=true, + org.eclipse.wst.dtd.ui.internal.wizard;x-internal:=true, + org.eclipse.wst.dtd.ui.views.contentoutline +-Import-Package: com.ibm.icu.util; version="3.8", +- com.ibm.icu.text; version="3.8" ++Import-Package: com.ibm.icu.util, com.ibm.icu.text + Require-Bundle: org.eclipse.core.resources;bundle-version="[3.4.0,4.0.0)", + org.eclipse.core.runtime;bundle-version="[3.4.0,4.0.0)", + org.eclipse.jface.text;bundle-version="[3.4.0,4.0.0)", +diff --git a/org.eclipse.wst.html.core/META-INF/MANIFEST.MF b/org.eclipse.wst.html.core/META-INF/MANIFEST.MF +index d422f23..8d98c34 100644 +--- a/org.eclipse.wst.html.core/META-INF/MANIFEST.MF ++++ b/org.eclipse.wst.html.core/META-INF/MANIFEST.MF +@@ -28,7 +28,7 @@ Export-Package: org.eclipse.wst.html.core.internal;x-internal:=true, + org.eclipse.wst.html.core.internal.validate;x-internal:=true, + org.eclipse.wst.html.core.internal.validation;x-internal:=true, + org.eclipse.wst.html.core.text +-Import-Package: com.ibm.icu.util; version="3.8" ++Import-Package: com.ibm.icu.util + Require-Bundle: org.eclipse.core.resources;bundle-version="[3.5.0,4.0.0)", + org.eclipse.core.runtime;bundle-version="[3.5.0,4.0.0)", + org.eclipse.wst.common.uriresolver;bundle-version="[1.1.301,2.0.0)", +diff --git a/org.eclipse.wst.html.ui/META-INF/MANIFEST.MF b/org.eclipse.wst.html.ui/META-INF/MANIFEST.MF +index 81fed4e..e535e4d 100644 +--- a/org.eclipse.wst.html.ui/META-INF/MANIFEST.MF ++++ b/org.eclipse.wst.html.ui/META-INF/MANIFEST.MF +@@ -29,8 +29,7 @@ Export-Package: org.eclipse.wst.html.internal.validation;x-internal:=true, + org.eclipse.wst.html.ui.internal.text;x-internal:=true, + org.eclipse.wst.html.ui.internal.wizard;x-internal:=true, + org.eclipse.wst.html.ui.views.contentoutline +-Import-Package: com.ibm.icu.util; version="3.8", +- com.ibm.icu.text; version="3.8" ++Import-Package: com.ibm.icu.util, com.ibm.icu.text + Require-Bundle: org.eclipse.ui.ide;bundle-version="[3.5.0,4.0.0)", + org.eclipse.jface.text;bundle-version="[3.5.0,4.0.0)", + org.eclipse.ui.workbench.texteditor;bundle-version="[3.5.0,4.0.0)", +diff --git a/org.eclipse.wst.jsdt.core/META-INF/MANIFEST.MF b/org.eclipse.wst.jsdt.core/META-INF/MANIFEST.MF +index 51048a3..e759f64 100644 +--- a/org.eclipse.wst.jsdt.core/META-INF/MANIFEST.MF ++++ b/org.eclipse.wst.jsdt.core/META-INF/MANIFEST.MF +@@ -49,7 +49,7 @@ Export-Package: org.eclipse.wst.jsdt.core, + org.eclipse.wst.jsdt.internal.oaametadata, + org.eclipse.wst.jsdt.launching, + org.eclipse.wst.jsdt.libraries +-Import-Package: com.ibm.icu.text; version="3.8" ++Import-Package: com.ibm.icu.text + Bundle-Activator: org.eclipse.wst.jsdt.core.JavaScriptCore + Require-Bundle: org.eclipse.core.resources;bundle-version="[3.5.0,4.0.0)", + org.eclipse.core.runtime;bundle-version="[3.5.0,4.0.0)", +diff --git a/org.eclipse.wst.jsdt.web.core/META-INF/MANIFEST.MF b/org.eclipse.wst.jsdt.web.core/META-INF/MANIFEST.MF +index 036e787..9c48c0d 100644 +--- a/org.eclipse.wst.jsdt.web.core/META-INF/MANIFEST.MF ++++ b/org.eclipse.wst.jsdt.web.core/META-INF/MANIFEST.MF +@@ -19,7 +19,7 @@ Export-Package: org.eclipse.wst.jsdt.web.core.internal;x-internal:=true, + org.eclipse.wst.jsdt.web.core.javascript, + org.eclipse.wst.jsdt.web.core.javascript.search, + org.eclipse.wst.jsdt.web.core.text +-Import-Package: com.ibm.icu.util; version="3.8" ++Import-Package: com.ibm.icu.util + Require-Bundle: org.eclipse.core.runtime;bundle-version="[3.5.0,4.0.0)", + org.eclipse.core.resources;bundle-version="[3.5.0,4.0.0)", + org.eclipse.core.filebuffers;bundle-version="[3.5.0,4.0.0)", +diff --git a/org.eclipse.wst.jsdt.web.ui/META-INF/MANIFEST.MF b/org.eclipse.wst.jsdt.web.ui/META-INF/MANIFEST.MF +index ce3c358..5d3be07 100644 +--- a/org.eclipse.wst.jsdt.web.ui/META-INF/MANIFEST.MF ++++ b/org.eclipse.wst.jsdt.web.ui/META-INF/MANIFEST.MF +@@ -26,8 +26,8 @@ Export-Package: org.eclipse.wst.jsdt.web.ui;x-internal:=true, + org.eclipse.wst.jsdt.web.ui.internal.text;x-internal:=true, + org.eclipse.wst.jsdt.web.ui.views.contentoutline, + org.eclipse.wst.jsdt.web.ui.views.provisional.contentoutline +-Import-Package: com.ibm.icu.util; version="3.8", +- com.ibm.icu.text; version="3.8", ++Import-Package: com.ibm.icu.util, ++ com.ibm.icu.text, + org.eclipse.core.filesystem, + org.eclipse.ui.views.contentoutline + Require-Bundle: org.eclipse.ui.ide;bundle-version="[3.5.0,4.0.0)", +diff --git a/org.eclipse.wst.sse.core/META-INF/MANIFEST.MF b/org.eclipse.wst.sse.core/META-INF/MANIFEST.MF +index 193a44b..3bfe583 100644 +--- a/org.eclipse.wst.sse.core/META-INF/MANIFEST.MF ++++ b/org.eclipse.wst.sse.core/META-INF/MANIFEST.MF +@@ -38,8 +38,7 @@ Export-Package: org.eclipse.wst.sse.core, + org.eclipse.wst.sse.core.text, + org.eclipse.wst.sse.core.utils, + org.eclipse.wst.sse.internal.contentproperties;x-friends:="org.eclipse.wst.dtd.core,org.eclipse.wst.dtd.ui,org.eclipse.wst.sse.ui,org.eclipse.wst.xml.core,org.eclipse.wst.xml.ui,org.eclipse.wst.xsd.core,org.eclipse.wst.xsd.ui" +-Import-Package: com.ibm.icu.util; version="3.8", +- com.ibm.icu.text; version="3.8" ++Import-Package: com.ibm.icu.util,com.ibm.icu.text + Require-Bundle: org.eclipse.core.resources;bundle-version="[3.5.0,4.0.0)", + org.eclipse.text;bundle-version="[3.5.0,4.0.0)";visibility:=reexport, + org.eclipse.core.jobs;bundle-version="[3.5.0,4.0.0)", +diff --git a/org.eclipse.wst.sse.ui/META-INF/MANIFEST.MF b/org.eclipse.wst.sse.ui/META-INF/MANIFEST.MF +index 2729fe7..e0ba775 100644 +--- a/org.eclipse.wst.sse.ui/META-INF/MANIFEST.MF ++++ b/org.eclipse.wst.sse.ui/META-INF/MANIFEST.MF +@@ -49,8 +49,7 @@ Export-Package: org.eclipse.wst.sse.ui, + org.eclipse.wst.sse.ui.typing, + org.eclipse.wst.sse.ui.views.contentoutline, + org.eclipse.wst.sse.ui.views.properties +-Import-Package: com.ibm.icu.util; version="3.8", +- com.ibm.icu.text; version="3.8" ++Import-Package: com.ibm.icu.util,com.ibm.icu.text + Require-Bundle: org.eclipse.ui.ide;bundle-version="[3.5.0,4.0.0)", + org.eclipse.jface.text;bundle-version="[3.6.0,4.0.0)", + org.eclipse.debug.ui;bundle-version="[3.5.0,4.0.0)", +diff --git a/org.eclipse.wst.web/META-INF/MANIFEST.MF b/org.eclipse.wst.web/META-INF/MANIFEST.MF +index e56c50b..c215e2a 100644 +--- a/org.eclipse.wst.web/META-INF/MANIFEST.MF ++++ b/org.eclipse.wst.web/META-INF/MANIFEST.MF +@@ -23,7 +23,7 @@ Require-Bundle: org.eclipse.core.resources;bundle-version="[3.2.0,4.0.0)", + org.eclipse.wst.common.modulecore;bundle-version="[1.2.0,2.0.0)", + org.eclipse.emf.ecore;bundle-version="[2.2.0,3.0.0)", + org.eclipse.wst.common.project.facet.core;bundle-version="[1.1.0,2.0.0)", +- com.ibm.icu;bundle-version="3.8.1", ++ com.ibm.icu, + org.eclipse.wst.common.environment;bundle-version="[1.0.100,1.1.0)" + Eclipse-LazyStart: true + Bundle-RequiredExecutionEnvironment: J2SE-1.5 +diff --git a/org.eclipse.wst.ws.explorer/META-INF/MANIFEST.MF b/org.eclipse.wst.ws.explorer/META-INF/MANIFEST.MF +index 12a262b..fe3903b 100644 +--- a/org.eclipse.wst.ws.explorer/META-INF/MANIFEST.MF ++++ b/org.eclipse.wst.ws.explorer/META-INF/MANIFEST.MF +@@ -41,6 +41,6 @@ Bundle-RequiredExecutionEnvironment: J2SE-1.5 + Import-Package: javax.servlet;version="2.4.0", + javax.servlet.http;version="2.4.0", + org.osgi.service.http;version="1.2.0", +- com.ibm.icu.util; version="3.8", +- com.ibm.icu.text; version="3.8" ++ com.ibm.icu.util, ++ com.ibm.icu.text + Bundle-ActivationPolicy: lazy +diff --git a/org.eclipse.wst.wsdl/META-INF/MANIFEST.MF b/org.eclipse.wst.wsdl/META-INF/MANIFEST.MF +index b590a99..43e95da 100644 +--- a/org.eclipse.wst.wsdl/META-INF/MANIFEST.MF ++++ b/org.eclipse.wst.wsdl/META-INF/MANIFEST.MF +@@ -31,6 +31,6 @@ Require-Bundle: org.eclipse.emf.ecore;bundle-version="[2.2.0,3.0.0)", + javax.wsdl, + org.eclipse.core.runtime;bundle-version="[3.2.0,4.0.0)", + org.apache.xerces;bundle-version="[2.8.0,3.0.0)" +-Import-Package: com.ibm.icu.util; version="3.8" ++Import-Package: com.ibm.icu.util + Bundle-ActivationPolicy: lazy + Bundle-RequiredExecutionEnvironment: J2SE-1.4 +diff --git a/org.eclipse.wst.wsi/META-INF/MANIFEST.MF b/org.eclipse.wst.wsi/META-INF/MANIFEST.MF +index a367ebe..f112c61 100644 +--- a/org.eclipse.wst.wsi/META-INF/MANIFEST.MF ++++ b/org.eclipse.wst.wsi/META-INF/MANIFEST.MF +@@ -54,7 +54,7 @@ Require-Bundle: org.eclipse.core.runtime;bundle-version="[3.2.0,4.0.0)", + org.apache.axis;bundle-version="[1.3.0,2.0.0)", + org.apache.xerces;bundle-version="[2.8.0,3.0.0)", + org.apache.commons.codec;bundle-version="[1.2.0,2.0.0)" +-Import-Package: com.ibm.icu.util; version="3.8", +- com.ibm.icu.text; version="3.8" ++Import-Package: com.ibm.icu.util, ++ com.ibm.icu.text + Bundle-ActivationPolicy: lazy + Bundle-RequiredExecutionEnvironment: J2SE-1.4 +diff --git a/org.eclipse.wst.xml.core/META-INF/MANIFEST.MF b/org.eclipse.wst.xml.core/META-INF/MANIFEST.MF +index c1e61b3..99c85f0 100644 +--- a/org.eclipse.wst.xml.core/META-INF/MANIFEST.MF ++++ b/org.eclipse.wst.xml.core/META-INF/MANIFEST.MF +@@ -308,8 +308,8 @@ Export-Package: org.eclipse.wst.xml.core.contentmodel.modelquery, + org.eclipse.wst.xsd.core, + org.eclipse.wst.xsd.ui", + org.eclipse.wst.xml.core.text +-Import-Package: com.ibm.icu.util; version="3.8", +- com.ibm.icu.text; version="3.8" ++Import-Package: com.ibm.icu.util, ++ com.ibm.icu.text + Require-Bundle: org.apache.xerces;bundle-version="[2.9.0,3.0.0)";visibility:=reexport, + org.eclipse.core.runtime;bundle-version="[3.5.0,4.0.0)", + org.eclipse.core.resources;bundle-version="[3.5.0,4.0.0)", +diff --git a/org.eclipse.wst.xml.ui/META-INF/MANIFEST.MF b/org.eclipse.wst.xml.ui/META-INF/MANIFEST.MF +index f485fb6..c4f5e28 100644 +--- a/org.eclipse.wst.xml.ui/META-INF/MANIFEST.MF ++++ b/org.eclipse.wst.xml.ui/META-INF/MANIFEST.MF +@@ -45,8 +45,8 @@ Export-Package: org.eclipse.wst.xml.ui, + org.eclipse.wst.xml.ui.internal.wizards;x-friends:="org.eclipse.wst.xsd.ui,org.eclipse.wst.dtd.ui", + org.eclipse.wst.xml.ui.views.contentoutline, + org.eclipse.wst.xml.ui.views.properties +-Import-Package: com.ibm.icu.util; version="3.8", +- com.ibm.icu.text; version="3.8" ++Import-Package: com.ibm.icu.util, ++ com.ibm.icu.text + Require-Bundle: org.eclipse.ui.ide;bundle-version="[3.5.0,4.0.0)", + org.eclipse.ui.views;bundle-version="[3.4.0,4.0.0)", + org.eclipse.jface.text;bundle-version="[3.5.0,4.0.0)", +diff --git a/org.eclipse.wst.xml.xpath2.processor/META-INF/MANIFEST.MF b/org.eclipse.wst.xml.xpath2.processor/META-INF/MANIFEST.MF +index 530092f..5a8a57e 100644 +--- a/org.eclipse.wst.xml.xpath2.processor/META-INF/MANIFEST.MF ++++ b/org.eclipse.wst.xml.xpath2.processor/META-INF/MANIFEST.MF +@@ -22,6 +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" ++Import-Package: com.ibm.icu.lang, ++ com.ibm.icu.text, ++ com.ibm.icu.util +diff --git a/org.eclipse.wst.xsd.ui/META-INF/MANIFEST.MF b/org.eclipse.wst.xsd.ui/META-INF/MANIFEST.MF +index e3b9f49..2ff7d08 100644 +--- a/org.eclipse.wst.xsd.ui/META-INF/MANIFEST.MF ++++ b/org.eclipse.wst.xsd.ui/META-INF/MANIFEST.MF +@@ -82,6 +82,6 @@ Require-Bundle: org.eclipse.ui.views.properties.tabbed;bundle-version="[3.2.0,4. + org.eclipse.search;bundle-version="[3.2.0,4.0.0)", + org.eclipse.core.expressions;bundle-version="[3.4.0,4.0.0)", + org.eclipse.core.filesystem;bundle-version="[1.2.0,2.0.0)" +-Import-Package: com.ibm.icu.util;version="3.8.1" ++Import-Package: com.ibm.icu.util + Bundle-ActivationPolicy: lazy + Bundle-RequiredExecutionEnvironment: J2SE-1.5 +diff --git a/org.eclipse.wst.xsl.ui/META-INF/MANIFEST.MF b/org.eclipse.wst.xsl.ui/META-INF/MANIFEST.MF +index 3f56ea6..4d84f01 100644 +--- a/org.eclipse.wst.xsl.ui/META-INF/MANIFEST.MF ++++ b/org.eclipse.wst.xsl.ui/META-INF/MANIFEST.MF +@@ -23,7 +23,7 @@ Require-Bundle: org.eclipse.ui;bundle-version="[3.4.0,4.0.0)", + org.eclipse.ui.forms;bundle-version="[3.3.100,4.0.0)", + org.eclipse.wst.xml.xpath.ui;bundle-version="[1.0.0,2.0.0)", + org.eclipse.wst.xml.xpath.core;bundle-version="[1.0.0,2.0.0)", +- com.ibm.icu;bundle-version="3.8.1" ++ com.ibm.icu + Bundle-Vendor: %providerName + Bundle-RequiredExecutionEnvironment: J2SE-1.5 + Export-Package: org.eclipse.wst.xsl.ui.internal;x-internal:=true, -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/eclipse-wtp.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

