fix build error

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1880988 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Andreas Beeker 2020-08-19 09:47:10 +00:00
parent 02a363d37c
commit 5e04140d59
1 changed files with 1 additions and 2 deletions

View File

@ -588,7 +588,7 @@ under the License.
<delete dir="ooxml-lib" failonerror="false"/>
<delete dir="ooxml-testlib" failonerror="false"/>
<delete dir="${basedir}/lib" includes="*.jar" failonerror="false"/>
<delete>
<delete failonerror="false">
<fileset dir="lib/main-tests" includes="hamcrest-core*"/>
</delete>
@ -2070,7 +2070,6 @@ under the License.
<include name="commons-logging-*.jar"/>
<include name="commons-collections4-*.jar"/>
<include name="commons-math3-*.jar"/>
<include name="activation-*.jar"/>
<include name="log4j-*.jar"/>
<include name="SparseBitSet-*.jar"/>
</fileset>