mirror of https://github.com/apache/poi.git
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:
parent
114a4dbd41
commit
cf1b81fffb
|
@ -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">
|
||||
|
|
Loading…
Reference in New Issue