From 3ba5f7fd73abab8f90cf8c930b8de03d8be3eaa9 Mon Sep 17 00:00:00 2001 From: Dominik Stadler Date: Sun, 31 Jul 2016 17:19:05 +0000 Subject: [PATCH] Adjust build: * Use "skipexisting" in Get from Ant 1.8 * Do not always re-run ooxml-lite * Findbugs does not require src- and javadocs-jars, so depend on "jar" instead of "assemble" git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1754672 13f79535-47bb-0310-9956-ffa450edef68 --- build.xml | 27 +++++++++++++++++++++------ 1 file changed, 21 insertions(+), 6 deletions(-) diff --git a/build.xml b/build.xml index 7904466a9..beab59292 100644 --- a/build.xml +++ b/build.xml @@ -133,6 +133,7 @@ under the License. + @@ -502,9 +503,7 @@ under the License. - - - - + @@ -1509,7 +1508,20 @@ under the License. - + + + + + + + + + + + + + @@ -1535,6 +1547,8 @@ under the License. + + @@ -2089,7 +2103,7 @@ under the License. - + @@ -2114,6 +2128,7 @@ under the License. +