From 493511bbdc0079bab3922666c411f958c2bd877b Mon Sep 17 00:00:00 2001 From: Dominik Stadler Date: Sun, 31 May 2015 20:11:28 +0000 Subject: [PATCH] Bug 57904: Add full source build from dist-packages to CI builds git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1682786 13f79535-47bb-0310-9956-ffa450edef68 --- src/integrationtest/build.xml | 45 +++++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 src/integrationtest/build.xml diff --git a/src/integrationtest/build.xml b/src/integrationtest/build.xml new file mode 100644 index 0000000000..1a5e940473 --- /dev/null +++ b/src/integrationtest/build.xml @@ -0,0 +1,45 @@ + + + + Test-Ant file which verifies that the Apache POI distribution build sources can be compiled successfully. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -- 2.39.5