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:
parent
392591e222
commit
05c161b6cf
@ -431,6 +431,7 @@ under the License.
|
|||||||
we often had hard-to-find build/CI-problems because of these! -->
|
we often had hard-to-find build/CI-problems because of these! -->
|
||||||
<mkdir dir="${main.lib}"/>
|
<mkdir dir="${main.lib}"/>
|
||||||
<mkdir dir="${compile.lib}"/>
|
<mkdir dir="${compile.lib}"/>
|
||||||
|
<mkdir dir="${ooxml.lib}"/>
|
||||||
<delete verbose="true">
|
<delete verbose="true">
|
||||||
<fileset dir="${main.lib}">
|
<fileset dir="${main.lib}">
|
||||||
<include name="ant-1.8*"/>
|
<include name="ant-1.8*"/>
|
||||||
@ -453,6 +454,10 @@ under the License.
|
|||||||
<include name="junit-3*"/>
|
<include name="junit-3*"/>
|
||||||
<include name="junit-4.11*"/>
|
<include name="junit-4.11*"/>
|
||||||
</fileset>
|
</fileset>
|
||||||
|
<fileset dir="${ooxml.lib}">
|
||||||
|
<include name="ooxml-schemas-1.1-sources.jar"/>
|
||||||
|
<include name="ooxml-schemas-1.1.jar"/>
|
||||||
|
</fileset>
|
||||||
</delete>
|
</delete>
|
||||||
|
|
||||||
<condition property="jars.present">
|
<condition property="jars.present">
|
||||||
|
Loading…
Reference in New Issue
Block a user