diff options
author | Andreas Beeker <kiwiwings@apache.org> | 2020-06-20 05:27:08 +0000 |
---|---|---|
committer | Andreas Beeker <kiwiwings@apache.org> | 2020-06-20 05:27:08 +0000 |
commit | c1b0256d51131e6ee3dc050d84cbc22b8981bb53 (patch) | |
tree | aa7822f78cf3c45f032f160f2896b68dc3b3f7c2 /build.xml | |
parent | 01717a3fd6e465e6b408f00b621994df453a990b (diff) | |
download | poi-c1b0256d51131e6ee3dc050d84cbc22b8981bb53.tar.gz poi-c1b0256d51131e6ee3dc050d84cbc22b8981bb53.zip |
remove old ooxml-libs on build - update path
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1879021 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'build.xml')
-rw-r--r-- | build.xml | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -613,6 +613,9 @@ under the License. <fileset dir="${basedir}/lib/util"> <include name="asm*7.2.jar"/> </fileset> + <fileset dir="${basedir}/lib/ooxml"> + <include name="xmlbeans-3.1.0.jar"/> + </fileset> </delete> <condition property="jars.present"> |