diff options
author | Yegor Kozlov <yegor@apache.org> | 2009-02-22 16:29:29 +0000 |
---|---|---|
committer | Yegor Kozlov <yegor@apache.org> | 2009-02-22 16:29:29 +0000 |
commit | b8a9b30fdb710aed036bafa818dbc4895f5c85e5 (patch) | |
tree | 16414f5a1c24729621cba347d47bc15aabc5484c /build.xml | |
parent | fa2e0c0db310a614545c4ad5b59b54d19a2985e6 (diff) | |
download | poi-b8a9b30fdb710aed036bafa818dbc4895f5c85e5.tar.gz poi-b8a9b30fdb710aed036bafa818dbc4895f5c85e5.zip |
fixed Incorrect ooxml.xsds.url, see bugzilla #46753
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@746756 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'build.xml')
-rw-r--r-- | build.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -137,7 +137,7 @@ under the License. <!-- "Copy these file(s), free of charge" --> <property name="ooxml.xsds.ozip" location="${ooxml.lib}/OfficeOpenXML-Part4.zip"/> <property name="ooxml.xsds.izip" location="${ooxml.lib}/OfficeOpenXML-XMLSchema.zip"/> - <property name="ooxml.xsds.url" value="http://www.ecma-international.org/publications/files/ECMA-ST/Office%20Open%20XML%20Part%204%20(DOCX).zip" /> + <property name="ooxml.xsds.url" value="http://www.ecma-international.org/publications/files/ECMA-ST/Office%20Open%20XML%201st%20edition%20Part%204%20(PDF).zip" /> <property name="ooxml.xsds.jar" location="${ooxml.lib}/ooxml-schemas.jar"/> <property name="maven.ooxml.xsds.version.id" value="1.0"/> |