Author: fanningpj
Date: Mon Jul 25 01:02:10 2022
New Revision: 1902994

URL: http://svn.apache.org/viewvc?rev=1902994&view=rev
Log:
ant builds need to match gradle builds (poi-ooxml-full schemas)

Modified:
    poi/trunk/build.xml

Modified: poi/trunk/build.xml
URL: 
http://svn.apache.org/viewvc/poi/trunk/build.xml?rev=1902994&r1=1902993&r2=1902994&view=diff
==============================================================================
--- poi/trunk/build.xml (original)
+++ poi/trunk/build.xml Mon Jul 25 01:02:10 2022
@@ -959,7 +959,7 @@ under the License.
             <fileset dir="${ooxml.schema.xsdconfig.dir}" 
includes="ooxmlSchemas.xsdconfig,markup-compatibility.xsd,vmlDrawing.xsd"/>
             <zipfileset src="${ooxml.xsds.izip.2}" 
includes="opc-digSig.xsd,opc-relationships.xsd"/>
             <fileset dir="${ooxml.security.xsd.dir}" 
includes="signatureInfo.xsd"/>
-            <fileset dir="${ooxml.schema.xsdconfig.dir}" 
includes="XAdES*.xsd,*.xsdconfig,xmldsig*.xsd"/>
+            <fileset dir="${ooxml.schema.xsdconfig.dir}" 
includes="dml-drawing.xml,word12.xsd,XAdES*.xsd,*.xsdconfig,xlThreaded*.xsd,xmldsig*.xsd"/>
         </copy>
 
         <taskdef name="xmlbean" 
classname="org.apache.xmlbeans.impl.tool.XMLBean">



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

Reply via email to