diff options
author | PJ Fanning <fanningpj@apache.org> | 2020-12-19 09:49:23 +0000 |
---|---|---|
committer | PJ Fanning <fanningpj@apache.org> | 2020-12-19 09:49:23 +0000 |
commit | 8ff37c2a8a5a145574ddbfa3f400c6514f81ce02 (patch) | |
tree | f454e248abb059262a2eb33776dc502578a64eeb /build.xml | |
parent | b2bfc99cdcd894d9f1cffa36f8fef59f82613168 (diff) | |
download | poi-8ff37c2a8a5a145574ddbfa3f400c6514f81ce02.tar.gz poi-8ff37c2a8a5a145574ddbfa3f400c6514f81ce02.zip |
revert accidental change
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1884624 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-Strict.zip"/> + <property name="ooxml.xsds.izip.1" value="${basedir}/src/ooxml/resources/org/apache/poi/schemas/OfficeOpenXML-XMLSchema-Transitional.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"/> |