Author: kiwiwings
Date: Tue May 5 14:07:24 2020
New Revision: 1877400
URL: http://svn.apache.org/viewvc?rev=1877400&view=rev
Log:
remove old library directories
Modified:
poi/trunk/build.xml
Modified: poi/trunk/build.xml
URL:
http://svn.apache.org/viewvc/poi/trunk/build.xml?rev=1877400&r1=1877399&r2=1877400&view=diff
==============================================================================
--- poi/trunk/build.xml (original)
+++ poi/trunk/build.xml Tue May 5 14:07:24 2020
@@ -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">
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]