From 70f4e1d88583a91f8917dafc81e256b10e421af7 Mon Sep 17 00:00:00 2001 From: Dominik Stadler Date: Mon, 18 Aug 2014 13:59:01 +0000 Subject: [PATCH] * Allow to start tests with old Xerces jar-file to trigger issues we saw with missing methods in this XML parser. This is only active if the location of the jar-file is provided via ant property "-Dadditionaljar=lib/xercesImpl-2.6.1.jar" * Also remove dom4j from downloaded libs to fully get rid of it in build-environments git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1618610 13f79535-47bb-0310-9956-ffa450edef68 --- build.xml | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/build.xml b/build.xml index 3dbf0a81b8..ce0b900176 100644 --- a/build.xml +++ b/build.xml @@ -154,13 +154,17 @@ under the License. - + + + + + @@ -231,6 +235,7 @@ under the License. + @@ -238,6 +243,7 @@ under the License. + @@ -245,6 +251,7 @@ under the License. + @@ -277,6 +284,7 @@ under the License. + @@ -349,6 +357,7 @@ under the License. + @@ -365,6 +374,7 @@ under the License. + @@ -415,6 +425,10 @@ under the License. + + + + -- 2.39.5