diff options
author | PJ Fanning <fanningpj@apache.org> | 2022-07-25 01:12:05 +0000 |
---|---|---|
committer | PJ Fanning <fanningpj@apache.org> | 2022-07-25 01:12:05 +0000 |
commit | 2a749dc671ff33b96e0ba2b24a17cd876193a2d9 (patch) | |
tree | 3526e1141621b5d1696c94bad46db79a202b8f62 | |
parent | b09958613848a1d79b05c5281e58983884f3bd51 (diff) | |
download | poi-2a749dc671ff33b96e0ba2b24a17cd876193a2d9.tar.gz poi-2a749dc671ff33b96e0ba2b24a17cd876193a2d9.zip |
ant builds need to match gradle builds (poi-ooxml-full schemas)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1902995 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r-- | build.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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"> |