Browse Source

fix build - remove old ant libs

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1880647 13f79535-47bb-0310-9956-ffa450edef68
tags/before_ooxml_3rd_edition
Andreas Beeker 3 years ago
parent
commit
99817f56f7
1 changed files with 3 additions and 0 deletions
  1. 3
    0
      build.xml

+ 3
- 0
build.xml View File

@@ -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">

Loading…
Cancel
Save