Author: fanningpj
Date: Mon Jul 25 01:12:05 2022
New Revision: 1902995
URL: http://svn.apache.org/viewvc?rev=1902995&view=rev
Log:
ant builds need to match gradle builds (poi-ooxml-full schemas)
Modified:
poi/trunk/build.xml
Modified: poi/trunk/build.xml
URL:
http://svn.apache.org/viewvc/poi/trunk/build.xml?rev=1902995&r1=1902994&r2=1902995&view=diff
==============================================================================
--- poi/trunk/build.xml (original)
+++ poi/trunk/build.xml Mon Jul 25 01:12:05 2022
@@ -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">
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]