]> 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:12:05 +0000 (01:12 +0000)
committerPJ Fanning <fanningpj@apache.org>
Mon, 25 Jul 2022 01:12:05 +0000 (01:12 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1902995 13f79535-47bb-0310-9956-ffa450edef68

build.xml

index 47ddd573dd3b83ed1d24180be3982ee99ae5e5db..b3db7068a3b2d189b2ab7cdfaf027021d094aaef 100644 (file)
--- a/build.xml
+++ b/build.xml
@@ -957,9 +957,9 @@ under the License.
             <zipfileset src="${ooxml.xsds.izip.1}"/>
             <fileset dir="${ooxml.visio.xsd.dir}"/>
             <fileset dir="${ooxml.schema.xsdconfig.dir}" includes="ooxmlSchemas.xsdconfig,markup-compatibility.xsd,vmlDrawing.xsd"/>
+            <fileset dir="${ooxml.schema.xsdconfig.dir}" includes="dml-drawing.xsd,word12.xsd,XAdES*.xsd,xlThreaded*.xsd,xmldsig*.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="dml-drawing.xml,word12.xsd,XAdES*.xsd,*.xsdconfig,xlThreaded*.xsd,xmldsig*.xsd"/>
         </copy>
 
         <taskdef name="xmlbean" classname="org.apache.xmlbeans.impl.tool.XMLBean">