From c557276cb4d299690a7179655fc4c32396f658c6 Mon Sep 17 00:00:00 2001 From: Dominik Stadler Date: Sun, 3 Aug 2014 21:30:30 +0000 Subject: [PATCH] * Ensure that some older versions of third-party libraries are removed when we do the jar-check, we saw some strange and hard-to-find build-errors lately, e.g. CI fails to run JaCoCo because of outdated asm-all-4.jar being still available. * Include new "release-notes" target in jenkins-target git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1615453 13f79535-47bb-0310-9956-ffa450edef68 --- build.xml | 20 +++++++++++++++++--- 1 file changed, 17 insertions(+), 3 deletions(-) diff --git a/build.xml b/build.xml index 7fa82516c..450f99dae 100644 --- a/build.xml +++ b/build.xml @@ -339,7 +339,21 @@ under the License. - + + + + + + + + + + + + + + @@ -1328,8 +1342,8 @@ under the License. - - + +