You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@poi.apache.org by ce...@apache.org on 2019/03/19 21:55:37 UTC

svn commit: r1855875 - /poi/trunk/build.xml

Author: centic
Date: Tue Mar 19 21:55:36 2019
New Revision: 1855875

URL: http://svn.apache.org/viewvc?rev=1855875&view=rev
Log:
Remove old versions of commons-collections also in ooxml-lib, we loaded
it there at some point

Modified:
    poi/trunk/build.xml

Modified: poi/trunk/build.xml
URL: http://svn.apache.org/viewvc/poi/trunk/build.xml?rev=1855875&r1=1855874&r2=1855875&view=diff
==============================================================================
--- poi/trunk/build.xml (original)
+++ poi/trunk/build.xml Tue Mar 19 21:55:36 2019
@@ -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"/>



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@poi.apache.org
For additional commands, e-mail: commits-help@poi.apache.org