Author: centic
Date: Fri Apr 24 20:57:59 2020
New Revision: 1876944

URL: http://svn.apache.org/viewvc?rev=1876944&view=rev
Log:
Also remove very old versions of ooxml-schemas-jar (ca. POI 3.5)

Modified:
    poi/trunk/build.xml

Modified: poi/trunk/build.xml
URL: 
http://svn.apache.org/viewvc/poi/trunk/build.xml?rev=1876944&r1=1876943&r2=1876944&view=diff
==============================================================================
--- poi/trunk/build.xml (original)
+++ poi/trunk/build.xml Fri Apr 24 20:57:59 2020
@@ -696,6 +696,8 @@ under the License.
             </fileset>
             <fileset dir="${ooxml.lib}">
                 <!-- remove jars from previous versions, but not the current 
version -->
+                <include name="ooxml-schemas-1.0-sources.jar"/>
+                <include name="ooxml-schemas-1.0.jar"/>
                 <include name="ooxml-schemas-src-1.1.jar"/>
                 <include name="ooxml-schemas-1.1-sources.jar"/>
                 <include name="ooxml-schemas-1.1.jar"/>



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to