From eb30f2e1c82404b574297472efd7c6a1b52c36df Mon Sep 17 00:00:00 2001 From: Andreas Beeker Date: Mon, 22 Feb 2021 00:18:37 +0000 Subject: Use upcoming XmlBeans 5.0.0 (working version 4.0.1) Make batik optional as it doesn't work on the module-path Use sub-components of batik as batik-all references them all again resulting in duplicated entries (maven poms haven't been migrated yet ...) Remove SLF4j dependency git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1886777 13f79535-47bb-0310-9956-ffa450edef68 --- build.xml | 130 ++++++++++++++++++++++++++++++++++++++++++++++++++++++-------- 1 file changed, 114 insertions(+), 16 deletions(-) (limited to 'build.xml') diff --git a/build.xml b/build.xml index e8461f4df9..dddb2b15f5 100644 --- a/build.xml +++ b/build.xml @@ -288,7 +288,6 @@ under the License. - @@ -300,17 +299,36 @@ under the License. - - - - + + + + + + + + + + + + + + + + + + + + + + - + @@ -433,7 +451,6 @@ under the License. - @@ -461,7 +478,25 @@ under the License. - + + + + + + + + + + + + + + + + + + + @@ -623,12 +658,14 @@ under the License. + + @@ -675,7 +712,6 @@ under the License. - @@ -722,7 +758,6 @@ under the License. - @@ -756,7 +791,25 @@ under the License. - + + + + + + + + + + + + + + + + + + + @@ -775,7 +828,25 @@ under the License. - + + + + + + + + + + + + + + + + + + + @@ -858,9 +929,13 @@ under the License. - + + + + + + + + @@ -1287,6 +1363,10 @@ under the License. + + + + @@ -2579,7 +2659,25 @@ under the License. - + + + + + + + + + + + + + + + + + + + -- cgit v1.2.3