You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@gump.apache.org by jh...@apache.org on 2009/04/16 07:37:00 UTC

svn commit: r765470 - in /gump/metadata: project/hudson.xml repository/javanet.svn.xml

Author: jhm
Date: Thu Apr 16 05:37:00 2009
New Revision: 765470

URL: http://svn.apache.org/viewvc?rev=765470&view=rev
Log:
Rename repository: If Hudson does not need its own Repo, use a more generic name. (Forgot to rename the 'name' of the repo, not only the filename.)

Modified:
    gump/metadata/project/hudson.xml
    gump/metadata/repository/javanet.svn.xml

Modified: gump/metadata/project/hudson.xml
URL: http://svn.apache.org/viewvc/gump/metadata/project/hudson.xml?rev=765470&r1=765469&r2=765470&view=diff
==============================================================================
--- gump/metadata/project/hudson.xml (original)
+++ gump/metadata/project/hudson.xml Thu Apr 16 05:37:00 2009
@@ -20,7 +20,7 @@
   <description>
     Hudson CI-Server
   </description>
-  <svn repository="hudson" dir="hudson/trunk/"/>
+  <svn repository="java.net-svn" dir="hudson/trunk/"/>
 
 
   <project name="hudson-core">

Modified: gump/metadata/repository/javanet.svn.xml
URL: http://svn.apache.org/viewvc/gump/metadata/repository/javanet.svn.xml?rev=765470&r1=765469&r2=765470&view=diff
==============================================================================
--- gump/metadata/repository/javanet.svn.xml (original)
+++ gump/metadata/repository/javanet.svn.xml Thu Apr 16 05:37:00 2009
@@ -16,7 +16,7 @@
   limitations under the License.
 -->
 
-<repository name="hudson" type="svn">
+<repository name="java.net-svn" type="svn">
   <title>dev.java.net</title>
   <home-page>http://dev.java.net/</home-page>
   <web>http://dev.java.net/</web>