mirror of https://github.com/apache/poi.git
revert accidental change
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1884624 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
b2bfc99cdc
commit
8ff37c2a8a
|
@ -324,7 +324,7 @@ under the License.
|
||||||
|
|
||||||
<!-- See https://www.ecma-international.org/publications/standards/Ecma-376.htm -->
|
<!-- See https://www.ecma-international.org/publications/standards/Ecma-376.htm -->
|
||||||
<!-- "Copy these file(s), free of charge" -->
|
<!-- "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.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.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"/>
|
<property name="ooxml.xsds.jar" location="build/dist/maven/poi-ooxml-full/poi-ooxml-full-${version.id}.jar"/>
|
||||||
|
|
Loading…
Reference in New Issue