]> source.dussan.org Git - poi.git/commitdiff
jsr173_api-1.0.jar has moved to a new location, update build.xml to download it from...
authorYegor Kozlov <yegor@apache.org>
Sun, 11 Jan 2009 13:59:04 +0000 (13:59 +0000)
committerYegor Kozlov <yegor@apache.org>
Sun, 11 Jan 2009 13:59:04 +0000 (13:59 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@733473 13f79535-47bb-0310-9956-ffa450edef68

build.xml

index 2894f216d1c6c584a7bda3a81f04d4b6426b6672..458bf30a231a7c21021378a3275fe2f72cd67849 100644 (file)
--- a/build.xml
+++ b/build.xml
@@ -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"/>