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