aboutsummaryrefslogtreecommitdiffstats
path: root/build.xml
diff options
context:
space:
mode:
authorPJ Fanning <fanningpj@apache.org>2022-07-25 01:02:10 +0000
committerPJ Fanning <fanningpj@apache.org>2022-07-25 01:02:10 +0000
commitb09958613848a1d79b05c5281e58983884f3bd51 (patch)
tree19b94b521b860bc9584598d01ed161a92482c281 /build.xml
parent1b60ffe3912f6deef643037cd27fa731ab180c0d (diff)
downloadpoi-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.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.xml b/build.xml
index 7b1ec20a78..47ddd573dd 100644
--- 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">