jsr173_api-1.0.jar has moved to a new location, update build.xml to download it from http://repo1.maven.org/maven2/javax/xml/bind/jsr173_api/1.0/jsr173_api-1.0.jar

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@733473 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Yegor Kozlov 2009-01-11 13:59:04 +00:00
parent 5d1f44e314
commit 1dcb6eec84
1 changed files with 2 additions and 1 deletions

View File

@ -66,6 +66,7 @@ under the License.
<property environment="env"/>
<property name="repository" value="http://www.ibiblio.org/maven"/>
<property name="repository.m2" value="http://repo1.maven.org"/>
<property name="forrest.home" value="${env.FORREST_HOME}"/>
<!-- Main: -->
@ -130,7 +131,7 @@ under the License.
<property name="ooxml.xmlbeans.jar" location="${ooxml.lib}/xmlbeans-2.3.0.jar"/>
<property name="ooxml.xmlbeans.url" value="${repository}/org.apache.xmlbeans/jars/xmlbeans-2.3.0.jar"/>
<property name="ooxml.jsr173.jar" location="${ooxml.lib}/jsr173_1.0_api.jar"/>
<property name="ooxml.jsr173.url" value="${repository}/xmlbeans/jars/jsr173_1.0_api.jar"/>
<property name="ooxml.jsr173.url" value="${repository.m2}/maven2/javax/xml/bind/jsr173_api/1.0/jsr173_api-1.0.jar"/>
<property name="ooxml.schemas.jar" location="${ooxml.lib}/ooxml-schemas-1.0.jar"/>
<property name="ooxml.schemas.url" value="${repository}/org.apache.poi/jars/ooxml-schemas-1.0.jar"/>