]> source.dussan.org Git - poi.git/commitdiff
Delete outdated versions of ooxml-schemas jars before building
authorDominik Stadler <centic@apache.org>
Wed, 14 Oct 2015 19:27:14 +0000 (19:27 +0000)
committerDominik Stadler <centic@apache.org>
Wed, 14 Oct 2015 19:27:14 +0000 (19:27 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1708681 13f79535-47bb-0310-9956-ffa450edef68

build.xml

index d50555190bdd9e8d14735df82ade07e570119c3b..d4730c69725f9ab80e3d609b0ef9c19a9dee3de6 100644 (file)
--- a/build.xml
+++ b/build.xml
@@ -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">