]> source.dussan.org Git - poi.git/commitdiff
fixed Incorrect ooxml.xsds.url, see bugzilla #46753
authorYegor Kozlov <yegor@apache.org>
Sun, 22 Feb 2009 16:29:29 +0000 (16:29 +0000)
committerYegor Kozlov <yegor@apache.org>
Sun, 22 Feb 2009 16:29:29 +0000 (16:29 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@746756 13f79535-47bb-0310-9956-ffa450edef68

build.xml

index e562c450306729c6a76ee2504192765e2b185931..0e67323b0ba0b49908a20b838b9c2d527a6eb8ff 100644 (file)
--- 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"/>