From c5156fd83beeabcaca8dcc4c4bb0999357ecf91f Mon Sep 17 00:00:00 2001 From: Dominik Stadler Date: Thu, 23 Jul 2015 12:33:00 +0000 Subject: [PATCH] When verifying that the source-package can be built copy over third party libs before starting to build to not download these files from scratch every time git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1692381 13f79535-47bb-0310-9956-ffa450edef68 --- src/integrationtest/build.xml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/src/integrationtest/build.xml b/src/integrationtest/build.xml index 795788e441..617056c9c5 100644 --- a/src/integrationtest/build.xml +++ b/src/integrationtest/build.xml @@ -63,6 +63,20 @@ under the License. + + + + + + + + + + + + + + -- 2.39.5