You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@gump.apache.org by bo...@apache.org on 2009/02/19 06:06:34 UTC

svn commit: r745726 - in /gump/metadata: project/junit.xml repository/junit.xml

Author: bodewig
Date: Thu Feb 19 05:06:34 2009
New Revision: 745726

URL: http://svn.apache.org/viewvc?rev=745726&view=rev
Log:
JUnit is at github now

Modified:
    gump/metadata/project/junit.xml
    gump/metadata/repository/junit.xml

Modified: gump/metadata/project/junit.xml
URL: http://svn.apache.org/viewvc/gump/metadata/project/junit.xml?rev=745726&r1=745725&r2=745726&view=diff
==============================================================================
--- gump/metadata/project/junit.xml (original)
+++ gump/metadata/project/junit.xml Thu Feb 19 05:06:34 2009
@@ -23,7 +23,7 @@
   </description>
   <redistributable/>
 
-  <cvs repository="junit"  dir="."/>
+  <git repository="junit"/>
   
   <project name="junit">
     <package>org.junit</package>

Modified: gump/metadata/repository/junit.xml
URL: http://svn.apache.org/viewvc/gump/metadata/repository/junit.xml?rev=745726&r1=745725&r2=745726&view=diff
==============================================================================
--- gump/metadata/repository/junit.xml (original)
+++ gump/metadata/repository/junit.xml Thu Feb 19 05:06:34 2009
@@ -16,16 +16,10 @@
   limitations under the License.
 -->
 
-<repository name="junit" type="cvs">
+<repository name="junit" type="git">
   <title>JUnit Test Framework</title>
-  <home-page>http://sourceforge.net/</home-page>
-  <web>http://junit.cvs.sourceforge.net/junit/</web>
-
-  <root>
-    <method>pserver</method>
-    <user>anonymous</user>
-    <password></password>
-    <hostname>junit.cvs.sourceforge.net</hostname>
-    <path>/cvsroot/junit</path>
-  </root>
+  <home-page>http://github.com/KentBeck/junit/</home-page>
+  <web>http://github.com/KentBeck/junit/tree/master</web>
+  <redistributable/>
+  <url>git://github.com/KentBeck/junit.git</url>
 </repository>