]> source.dussan.org Git - poi.git/commitdiff
remove old library directories
authorAndreas Beeker <kiwiwings@apache.org>
Tue, 5 May 2020 14:07:24 +0000 (14:07 +0000)
committerAndreas Beeker <kiwiwings@apache.org>
Tue, 5 May 2020 14:07:24 +0000 (14:07 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1877400 13f79535-47bb-0310-9956-ffa450edef68

build.xml

index f6fb8230fdd797dd028d61c82f5682b21d3c9230..9fabae7c0eb50d77adb6a6ebaf3508e02036f9b0 100644 (file)
--- a/build.xml
+++ b/build.xml
@@ -595,9 +595,14 @@ under the License.
         <mkdir dir="${main.lib}"/>
         <mkdir dir="${ooxml.lib}"/>
         <mkdir dir="${ooxml-tests.lib}"/>
+
+        <!-- remove jars from previous versions, but not the current version -->
+        <delete dir="compile-lib"/>
+        <delete dir="ooxml-lib"/>
+        <delete dir="ooxml-testlib"/>
+
         <delete verbose="true">
             <fileset dir="${basedir}/lib" includes="*.jar"/>
-            <!-- remove jars from previous versions, but not the current version -->
         </delete>
 
         <condition property="jars.present">