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 2005/10/12 12:15:49 UTC

svn commit: r314836 - in /gump/metadata: project/logging-log4j-12.xml repository/logging.xml

Author: bodewig
Date: Wed Oct 12 03:15:43 2005
New Revision: 314836

URL: http://svn.apache.org/viewcvs?rev=314836&view=rev
Log:
fix logging repo URL (that / shouldn't be that significant IMHO) and log4j-12's descriptor (dir instead of module)

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

Modified: gump/metadata/project/logging-log4j-12.xml
URL: http://svn.apache.org/viewcvs/gump/metadata/project/logging-log4j-12.xml?rev=314836&r1=314835&r2=314836&view=diff
==============================================================================
--- gump/metadata/project/logging-log4j-12.xml (original)
+++ gump/metadata/project/logging-log4j-12.xml Wed Oct 12 03:15:43 2005
@@ -21,7 +21,7 @@
     Fast and flexible logging package for Java
   </description>
 
-  <svn repository="logging" module="log4j/branches/v1_2-branch"/>
+  <svn repository="logging" dir="log4j/branches/v1_2-branch"/>
   
   <project name="logging-log4j-12">
     <package>org.apache.log4j</package>

Modified: gump/metadata/repository/logging.xml
URL: http://svn.apache.org/viewcvs/gump/metadata/repository/logging.xml?rev=314836&r1=314835&r2=314836&view=diff
==============================================================================
--- gump/metadata/repository/logging.xml (original)
+++ gump/metadata/repository/logging.xml Wed Oct 12 03:15:43 2005
@@ -19,6 +19,6 @@
   <title>Logging</title>
   <home-page>http://logging.apache.org/</home-page>
   <cvsweb>http://cvs.apache.org/viewcvs.cgi/logging/?root=Apache-SVN/</cvsweb>
-  <url>http://svn.apache.org/repos/asf/logging</url>
+  <url>http://svn.apache.org/repos/asf/logging/</url>
   <redistributable/>
 </repository>