You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@gump.apache.org by kk...@apache.org on 2011/09/12 16:27:17 UTC

svn commit: r1169765 - /gump/metadata/project/checkstyle.xml

Author: kkolinko
Date: Mon Sep 12 14:27:17 2011
New Revision: 1169765

URL: http://svn.apache.org/viewvc?rev=1169765&view=rev
Log:
It is <hg> repository, not an <svn> one -- see r1151060.
I do not know why "<svn>" did work here.

Modified:
    gump/metadata/project/checkstyle.xml

Modified: gump/metadata/project/checkstyle.xml
URL: http://svn.apache.org/viewvc/gump/metadata/project/checkstyle.xml?rev=1169765&r1=1169764&r2=1169765&view=diff
==============================================================================
--- gump/metadata/project/checkstyle.xml (original)
+++ gump/metadata/project/checkstyle.xml Mon Sep 12 14:27:17 2011
@@ -22,7 +22,7 @@
     Java style checker
   </description>
   
-  <svn repository="sourceforge-checkstyle" dir="trunk/checkstyle" />
+  <hg repository="sourceforge-checkstyle" dir="trunk/checkstyle" />
 
   <project name="checkstyle">
     <package>com.puppycrawl.tools.checkstyle</package>