aboutsummaryrefslogtreecommitdiffstats
path: root/build.xml
diff options
context:
space:
mode:
authorYegor Kozlov <yegor@apache.org>2009-02-22 16:29:29 +0000
committerYegor Kozlov <yegor@apache.org>2009-02-22 16:29:29 +0000
commitb8a9b30fdb710aed036bafa818dbc4895f5c85e5 (patch)
tree16414f5a1c24729621cba347d47bc15aabc5484c /build.xml
parentfa2e0c0db310a614545c4ad5b59b54d19a2985e6 (diff)
downloadpoi-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.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.xml b/build.xml
index e562c45030..0e67323b0b 100644
--- a/build.xml
+++ b/build.xml
@@ -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"/>