You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@poi.apache.org by ce...@apache.org on 2015/10/14 21:27:14 UTC

svn commit: r1708681 - /poi/trunk/build.xml

Author: centic
Date: Wed Oct 14 19:27:14 2015
New Revision: 1708681

URL: http://svn.apache.org/viewvc?rev=1708681&view=rev
Log:
Delete outdated versions of ooxml-schemas jars before building

Modified:
    poi/trunk/build.xml

Modified: poi/trunk/build.xml
URL: http://svn.apache.org/viewvc/poi/trunk/build.xml?rev=1708681&r1=1708680&r2=1708681&view=diff
==============================================================================
--- poi/trunk/build.xml (original)
+++ poi/trunk/build.xml Wed Oct 14 19:27:14 2015
@@ -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">



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@poi.apache.org
For additional commands, e-mail: commits-help@poi.apache.org