remove old library directories

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1877400 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Andreas Beeker 2020-05-05 14:07:24 +00:00
parent 114a4dbd41
commit cf1b81fffb
1 changed files with 6 additions and 1 deletions

View File

@ -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">