aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPJ Fanning <fanningpj@apache.org>2022-07-25 01:12:05 +0000
committerPJ Fanning <fanningpj@apache.org>2022-07-25 01:12:05 +0000
commit2a749dc671ff33b96e0ba2b24a17cd876193a2d9 (patch)
tree3526e1141621b5d1696c94bad46db79a202b8f62
parentb09958613848a1d79b05c5281e58983884f3bd51 (diff)
downloadpoi-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.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.xml b/build.xml
index 47ddd573dd..b3db7068a3 100644
--- 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">