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 2006/08/04 21:33:05 UTC

svn commit: r428852 - in /gump/metadata: profile/gump.xml repository/asf.xml

Author: bodewig
Date: Fri Aug  4 12:33:05 2006
New Revision: 428852

URL: http://svn.apache.org/viewvc?rev=428852&view=rev
Log:
tired of adding new repositories for every new TLP

Added:
    gump/metadata/repository/asf.xml
      - copied, changed from r428848, gump/metadata/repository/jakarta-svn.xml
Modified:
    gump/metadata/profile/gump.xml

Modified: gump/metadata/profile/gump.xml
URL: http://svn.apache.org/viewvc/gump/metadata/profile/gump.xml?rev=428852&r1=428851&r2=428852&view=diff
==============================================================================
--- gump/metadata/profile/gump.xml (original)
+++ gump/metadata/profile/gump.xml Fri Aug  4 12:33:05 2006
@@ -591,6 +591,7 @@
   <repository href="repository/apr.xml"/>
   <repository href="repository/apache-httpd.xml"/>
   <repository href="repository/apache-incubator-svn.xml"/>
+  <repository href="repository/asf.xml"/>
   <repository href="repository/avalon.xml"/>
   <repository href="repository/avalon-svn.xml"/>
   <repository href="repository/barcode4j.xml"/>

Copied: gump/metadata/repository/asf.xml (from r428848, gump/metadata/repository/jakarta-svn.xml)
URL: http://svn.apache.org/viewvc/gump/metadata/repository/asf.xml?p2=gump/metadata/repository/asf.xml&p1=gump/metadata/repository/jakarta-svn.xml&r1=428848&r2=428852&rev=428852&view=diff
==============================================================================
--- gump/metadata/repository/jakarta-svn.xml (original)
+++ gump/metadata/repository/asf.xml Fri Aug  4 12:33:05 2006
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="ISO-8859-1"?>
 <!--
-  Copyright 2003-2004 The Apache Software Foundation
+  Copyright 2006 The Apache Software Foundation
 
   Licensed under the Apache License, Version 2.0 (the "License");
   you may not use this file except in compliance with the License.
@@ -15,13 +15,13 @@
   limitations under the License.
 -->
 
-<repository name="jakarta-svn" type="svn">
-  <title>Apache Jakarta</title>
-  <home-page>http://jakarta.apache.org</home-page>
+<repository name="asf" type="svn">
+  <title>Apache Software Foundation</title>
+  <home-page>http://www.apache.org</home-page>
   
-  <cvsweb>http://cvs.apache.org/viewcvs.cgi/jakarta/?root=Apache-SVN</cvsweb>  
+  <cvsweb>http://svn.apache.org/viewvc/</cvsweb>
   
-  <url>http://svn.apache.org/repos/asf/jakarta/</url>
+  <url>http://svn.apache.org/repos/asf/</url>
   
   <redistributable/>
 </repository>