diff options
author | Dominik Stadler <centic@apache.org> | 2019-03-19 21:55:36 +0000 |
---|---|---|
committer | Dominik Stadler <centic@apache.org> | 2019-03-19 21:55:36 +0000 |
commit | c1dec91b005afa19be9bdec58b78628a2b3f0d55 (patch) | |
tree | 24191c7048924027fa6a4024d06d32984b546073 /build.xml | |
parent | bb73949f7bb344cd942fde90444d5b58987e003f (diff) | |
download | poi-c1dec91b005afa19be9bdec58b78628a2b3f0d55.tar.gz poi-c1dec91b005afa19be9bdec58b78628a2b3f0d55.zip |
Remove old versions of commons-collections also in ooxml-lib, we loaded
it there at some point
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1855875 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'build.xml')
-rw-r--r-- | build.xml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -691,6 +691,7 @@ under the License. </fileset> <fileset dir="${ooxml.lib}"> <!-- remove jars from previous versions, but not the current version --> + <include name="commons-collections4-4.1*"/> <include name="ooxml-schemas-src-1.1.jar"/> <include name="ooxml-schemas-1.1-sources.jar"/> <include name="ooxml-schemas-1.1.jar"/> |