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 2007/11/04 17:07:47 UTC

svn commit: r591795 - /incubator/abdera/java/trunk/build/build.xml

Author: jmsnell
Date: Sun Nov  4 08:07:46 2007
New Revision: 591795

URL: http://svn.apache.org/viewvc?rev=591795&view=rev
Log:
https://issues.apache.org/jira/browse/ABDERA-69

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

Modified: incubator/abdera/java/trunk/build/build.xml
URL: http://svn.apache.org/viewvc/incubator/abdera/java/trunk/build/build.xml?rev=591795&r1=591794&r2=591795&view=diff
==============================================================================
--- incubator/abdera/java/trunk/build/build.xml (original)
+++ incubator/abdera/java/trunk/build/build.xml Sun Nov  4 08:07:46 2007
@@ -667,7 +667,7 @@
   <target name="download_feedvalidator_tests" depends="init" if="do.download.feedvalidator.tests">
     <mkdir dir="${parser.test.resources}/feedvalidator.org" />
     <exec failifexecutionfails="false" dir="${parser.test.resources}/feedvalidator.org" executable="svn">
-      <arg line="co https://svn.sourceforge.net/svnroot/feedvalidator/trunk/feedvalidator/testcases/atom testcases/atom" />
+      <arg line="co http://feedvalidator.googlecode.com/svn/trunk/feedvalidator/testcases/atom testcases/atom" />
     </exec>
   </target>