aboutsummaryrefslogtreecommitdiffstats
path: root/build.xml
diff options
context:
space:
mode:
authorAndreas Beeker <kiwiwings@apache.org>2020-06-20 05:27:08 +0000
committerAndreas Beeker <kiwiwings@apache.org>2020-06-20 05:27:08 +0000
commitc1b0256d51131e6ee3dc050d84cbc22b8981bb53 (patch)
treeaa7822f78cf3c45f032f160f2896b68dc3b3f7c2 /build.xml
parent01717a3fd6e465e6b408f00b621994df453a990b (diff)
downloadpoi-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.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/build.xml b/build.xml
index 5bb8f8e649..b8de10ac66 100644
--- a/build.xml
+++ b/build.xml
@@ -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">