]> source.dussan.org Git - poi.git/commitdiff
ant builds need to match gradle builds (poi-ooxml-full schemas)
authorPJ Fanning <fanningpj@apache.org>
Mon, 25 Jul 2022 01:02:10 +0000 (01:02 +0000)
committerPJ Fanning <fanningpj@apache.org>
Mon, 25 Jul 2022 01:02:10 +0000 (01:02 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1902994 13f79535-47bb-0310-9956-ffa450edef68

build.xml

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