You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@gump.apache.org by sc...@apache.org on 2007/08/05 01:19:21 UTC

svn commit: r562780 - /gump/metadata/repository/castor.xml

Author: sctemme
Date: Sat Aug  4 16:19:20 2007
New Revision: 562780

URL: http://svn.apache.org/viewvc?view=rev&rev=562780
Log:
svn gets confused by the incorrect scheme

Modified:
    gump/metadata/repository/castor.xml

Modified: gump/metadata/repository/castor.xml
URL: http://svn.apache.org/viewvc/gump/metadata/repository/castor.xml?view=diff&rev=562780&r1=562779&r2=562780
==============================================================================
--- gump/metadata/repository/castor.xml (original)
+++ gump/metadata/repository/castor.xml Sat Aug  4 16:19:20 2007
@@ -21,6 +21,6 @@
   <home-page>http://www.castor.org/</home-page>
   <cvsweb>http://cvs.castor.codehaus.org/viewrep/castor/</cvsweb>
 
-  <url>svn://svn.codehaus.org/castor/</url>
+  <url>http://svn.codehaus.org/castor/</url>
 
 </repository>