You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@abdera.apache.org by jm...@apache.org on 2008/05/12 18:35:24 UTC

svn commit: r655552 - /incubator/abdera/java/trunk/adapters/jdbc/build.xml

Author: jmsnell
Date: Mon May 12 09:35:24 2008
New Revision: 655552

URL: http://svn.apache.org/viewvc?rev=655552&view=rev
Log:
https://issues.apache.org/jira/browse/ABDERA-134 - "It seems that ibiblio maven2 repository has been deleted or moved, so the build script can't download the jar."

Modified:
    incubator/abdera/java/trunk/adapters/jdbc/build.xml

Modified: incubator/abdera/java/trunk/adapters/jdbc/build.xml
URL: http://svn.apache.org/viewvc/incubator/abdera/java/trunk/adapters/jdbc/build.xml?rev=655552&r1=655551&r2=655552&view=diff
==============================================================================
--- incubator/abdera/java/trunk/adapters/jdbc/build.xml (original)
+++ incubator/abdera/java/trunk/adapters/jdbc/build.xml Mon May 12 09:35:24 2008
@@ -32,7 +32,7 @@
   <target name="dependencies">
     <mkdir dir="${basedir}/lib" />
     <parallel>      
-      <get src="http://ibiblio.org/pub/packages/maven2/org/apache/ibatis/ibatis-sqlmap/2.3.0/ibatis-sqlmap-2.3.0.jar" dest="${basedir}/lib/ibatis-sqlmap-2.3.0.jar" usetimestamp="true" />
+      <get src="http://repo1.maven.org/maven2/org/apache/ibatis/ibatis-sqlmap/2.3.0/ibatis-sqlmap-2.3.0.jar" dest="${basedir}/lib/ibatis-sqlmap-2.3.0.jar" usetimestamp="true" />
     </parallel>
     <path id="dependencies">
       <fileset dir="${basedir}/lib" includes="**/*.jar" />