aboutsummaryrefslogtreecommitdiffstats
path: root/build.xml
diff options
context:
space:
mode:
authorAndreas Beeker <kiwiwings@apache.org>2020-08-06 19:16:10 +0000
committerAndreas Beeker <kiwiwings@apache.org>2020-08-06 19:16:10 +0000
commit99817f56f790cd74f2fca647a12c39ec2c56fb0b (patch)
tree03164141076830415e8f4c4c6be1bfe9b6f240bc /build.xml
parentfad42e3ed673b7ae56904477159b400b2994c404 (diff)
downloadpoi-99817f56f790cd74f2fca647a12c39ec2c56fb0b.tar.gz
poi-99817f56f790cd74f2fca647a12c39ec2c56fb0b.zip
fix build - remove old ant libs
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1880647 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/build.xml b/build.xml
index fb2e8ad613..b92782b5c1 100644
--- a/build.xml
+++ b/build.xml
@@ -579,6 +579,9 @@ under the License.
<fileset dir="${basedir}/lib/util">
<include name="asm*7.2.jar"/>
</fileset>
+ <fileset dir="${basedir}/lib/excelant">
+ <include name="ant*1.10.1.jar"/>
+ </fileset>
</delete>
<condition property="jars.present">