You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@poi.apache.org by ki...@apache.org on 2020/08/06 19:16:11 UTC

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

Author: kiwiwings
Date: Thu Aug  6 19:16:10 2020
New Revision: 1880647

URL: http://svn.apache.org/viewvc?rev=1880647&view=rev
Log:
fix build - remove old ant libs

Modified:
    poi/trunk/build.xml

Modified: poi/trunk/build.xml
URL: http://svn.apache.org/viewvc/poi/trunk/build.xml?rev=1880647&r1=1880646&r2=1880647&view=diff
==============================================================================
--- poi/trunk/build.xml (original)
+++ poi/trunk/build.xml Thu Aug  6 19:16:10 2020
@@ -579,6 +579,9 @@ under the License.
             <fileset dir="${basedir}/lib/util">
                 <include name="asm*7.2.jar"/>
             </fileset>
+            <fileset dir="${basedir}/lib/excelant">
+                <include name="ant*1.10.1.jar"/>
+            </fileset>
         </delete>
 
         <condition property="jars.present">



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