aboutsummaryrefslogtreecommitdiffstats
path: root/build.xml
diff options
context:
space:
mode:
authorAndreas Beeker <kiwiwings@apache.org>2020-08-19 09:47:10 +0000
committerAndreas Beeker <kiwiwings@apache.org>2020-08-19 09:47:10 +0000
commit5e04140d591b07aefda594d2777c4694bce171d5 (patch)
treeec1cf9c3a80d47c0055c42cf563c8c55d6e4308a /build.xml
parent02a363d37ca79abd4cb7ccad1cc39af01ac564ab (diff)
downloadpoi-5e04140d591b07aefda594d2777c4694bce171d5.tar.gz
poi-5e04140d591b07aefda594d2777c4694bce171d5.zip
fix build error
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1880988 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml3
1 files changed, 1 insertions, 2 deletions
diff --git a/build.xml b/build.xml
index b95d541ddb..b6604fa47a 100644
--- a/build.xml
+++ b/build.xml
@@ -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>