mirror of https://github.com/apache/poi.git
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:
parent
5d1f44e314
commit
1dcb6eec84
|
@ -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"/>
|
||||
|
||||
|
|
Loading…
Reference in New Issue