You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@gump.apache.org by ca...@apache.org on 2005/10/11 02:54:57 UTC

svn commit: r312773 - in /gump/metadata: project/logging-chainsaw.xml project/logging-log4cxx.xml project/logging-log4j-12.xml project/logging-log4j.xml repository/logging.xml

Author: carnold
Date: Mon Oct 10 17:54:36 2005
New Revision: 312773

URL: http://svn.apache.org/viewcvs?rev=312773&view=rev
Log:
Update Logging Services descriptors for SVN migration

Modified:
    gump/metadata/project/logging-chainsaw.xml
    gump/metadata/project/logging-log4cxx.xml
    gump/metadata/project/logging-log4j-12.xml
    gump/metadata/project/logging-log4j.xml
    gump/metadata/repository/logging.xml

Modified: gump/metadata/project/logging-chainsaw.xml
URL: http://svn.apache.org/viewcvs/gump/metadata/project/logging-chainsaw.xml?rev=312773&r1=312772&r2=312773&view=diff
==============================================================================
--- gump/metadata/project/logging-chainsaw.xml (original)
+++ gump/metadata/project/logging-chainsaw.xml Mon Oct 10 17:54:36 2005
@@ -21,7 +21,7 @@
     Chainsaw log viewer
   </description>
 
-  <cvs repository="logging"/>
+  <svn repository="logging" dir="chainsaw/trunk"/>
   
   <project name="logging-log4j-chainsaw">
     <package>org.apache.log4j.chainsaw</package>

Modified: gump/metadata/project/logging-log4cxx.xml
URL: http://svn.apache.org/viewcvs/gump/metadata/project/logging-log4cxx.xml?rev=312773&r1=312772&r2=312773&view=diff
==============================================================================
--- gump/metadata/project/logging-log4cxx.xml (original)
+++ gump/metadata/project/logging-log4cxx.xml Mon Oct 10 17:54:36 2005
@@ -22,7 +22,7 @@
     Apache log4cxx
   </description>
 
-  <cvs repository="logging"/>
+  <svn repository="logging" dir="log4cxx/trunk"/>
 
   <!--
    

Modified: gump/metadata/project/logging-log4j-12.xml
URL: http://svn.apache.org/viewcvs/gump/metadata/project/logging-log4j-12.xml?rev=312773&r1=312772&r2=312773&view=diff
==============================================================================
--- gump/metadata/project/logging-log4j-12.xml (original)
+++ gump/metadata/project/logging-log4j-12.xml Mon Oct 10 17:54:36 2005
@@ -21,7 +21,7 @@
     Fast and flexible logging package for Java
   </description>
 
-  <cvs repository="logging" module="logging-log4j"/>
+  <svn repository="logging" module="log4j/branches/v1_2-branch"/>
   
   <project name="logging-log4j-12">
     <package>org.apache.log4j</package>

Modified: gump/metadata/project/logging-log4j.xml
URL: http://svn.apache.org/viewcvs/gump/metadata/project/logging-log4j.xml?rev=312773&r1=312772&r2=312773&view=diff
==============================================================================
--- gump/metadata/project/logging-log4j.xml (original)
+++ gump/metadata/project/logging-log4j.xml Mon Oct 10 17:54:36 2005
@@ -21,7 +21,7 @@
     Reliable, fast and flexible logging package for Java
   </description>
 
-  <cvs repository="logging"/>
+  <svn repository="logging" dir="log4j/trunk"/>
   
   <project name="jakarta-log4j">
     <depend project="logging-log4j" inherit="jars"/>

Modified: gump/metadata/repository/logging.xml
URL: http://svn.apache.org/viewcvs/gump/metadata/repository/logging.xml?rev=312773&r1=312772&r2=312773&view=diff
==============================================================================
--- gump/metadata/repository/logging.xml (original)
+++ gump/metadata/repository/logging.xml Mon Oct 10 17:54:36 2005
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="ISO-8859-1"?>
 <!--
-  Copyright 2004 The Apache Software Foundation
+  Copyright 2004-2005 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,17 +15,10 @@
   limitations under the License.
 -->
 
-<repository name="logging" type="cvs">
+<repository name="logging" type="svn">
   <title>Logging</title>
   <home-page>http://logging.apache.org/</home-page>
-  <cvsweb>http://cvs.apache.org/viewcvs/</cvsweb>
+  <cvsweb>http://cvs.apache.org/viewcvs.cgi/logging/?root=Apache-SVN/</cvsweb>
+  <url>http://svn.apache.org/repos/asf/logging</url>
   <redistributable/>
-
-  <root>
-    <method>pserver</method>
-    <user>anoncvs</user>
-    <password>anoncvs</password>
-    <hostname>cvs.apache.org</hostname>
-    <path>/home/cvspublic</path>
-  </root>
 </repository>