Delete outdated versions of ooxml-schemas jars before building

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1708681 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Dominik Stadler 2015-10-14 19:27:14 +00:00
parent 392591e222
commit 05c161b6cf
1 changed files with 5 additions and 0 deletions

View File

@ -431,6 +431,7 @@ under the License.
we often had hard-to-find build/CI-problems because of these! -->
<mkdir dir="${main.lib}"/>
<mkdir dir="${compile.lib}"/>
<mkdir dir="${ooxml.lib}"/>
<delete verbose="true">
<fileset dir="${main.lib}">
<include name="ant-1.8*"/>
@ -453,6 +454,10 @@ under the License.
<include name="junit-3*"/>
<include name="junit-4.11*"/>
</fileset>
<fileset dir="${ooxml.lib}">
<include name="ooxml-schemas-1.1-sources.jar"/>
<include name="ooxml-schemas-1.1.jar"/>
</fileset>
</delete>
<condition property="jars.present">