aboutsummaryrefslogtreecommitdiffstats
path: root/build.xml
diff options
context:
space:
mode:
authorPJ Fanning <fanningpj@apache.org>2020-12-19 09:47:19 +0000
committerPJ Fanning <fanningpj@apache.org>2020-12-19 09:47:19 +0000
commitb2bfc99cdcd894d9f1cffa36f8fef59f82613168 (patch)
tree5f23e13d9a49d103c68cff6ba1554ce24473fa61 /build.xml
parentdc2fa9b635d536a2c47d0efeb0df5008f6edaf5e (diff)
downloadpoi-b2bfc99cdcd894d9f1cffa36f8fef59f82613168.tar.gz
poi-b2bfc99cdcd894d9f1cffa36f8fef59f82613168.zip
fix log text
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1884623 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 4a9f81773a..156befd69d 100644
--- a/build.xml
+++ b/build.xml
@@ -324,7 +324,7 @@ under the License.
<!-- See https://www.ecma-international.org/publications/standards/Ecma-376.htm -->
<!-- "Copy these file(s), free of charge" -->
- <property name="ooxml.xsds.izip.1" value="${basedir}/src/ooxml/resources/org/apache/poi/schemas/OfficeOpenXML-XMLSchema-Transitional.zip"/>
+ <property name="ooxml.xsds.izip.1" value="${basedir}/src/ooxml/resources/org/apache/poi/schemas/OfficeOpenXML-XMLSchema-Strict.zip"/>
<property name="ooxml.xsds.src.dir" location="build/ooxml-xsds-src"/>
<property name="ooxml.xsds.src.jar" location="build/dist/maven/poi-ooxml-full/poi-ooxml-full-${version.id}-sources.jar"/>
<property name="ooxml.xsds.jar" location="build/dist/maven/poi-ooxml-full/poi-ooxml-full-${version.id}.jar"/>