aboutsummaryrefslogtreecommitdiffstats
path: root/build.xml
diff options
context:
space:
mode:
authorPJ Fanning <fanningpj@apache.org>2020-12-19 09:49:23 +0000
committerPJ Fanning <fanningpj@apache.org>2020-12-19 09:49:23 +0000
commit8ff37c2a8a5a145574ddbfa3f400c6514f81ce02 (patch)
treef454e248abb059262a2eb33776dc502578a64eeb /build.xml
parentb2bfc99cdcd894d9f1cffa36f8fef59f82613168 (diff)
downloadpoi-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.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.xml b/build.xml
index 156befd69d..4a9f81773a 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-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"/>