diff options
author | PJ Fanning <fanningpj@apache.org> | 2020-12-19 09:47:19 +0000 |
---|---|---|
committer | PJ Fanning <fanningpj@apache.org> | 2020-12-19 09:47:19 +0000 |
commit | b2bfc99cdcd894d9f1cffa36f8fef59f82613168 (patch) | |
tree | 5f23e13d9a49d103c68cff6ba1554ce24473fa61 /build.xml | |
parent | dc2fa9b635d536a2c47d0efeb0df5008f6edaf5e (diff) | |
download | poi-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.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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"/> |