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 2007/12/20 13:42:09 UTC

svn commit: r605910 - /gump/metadata/repository/activemq.xml

Author: bodewig
Date: Thu Dec 20 04:42:08 2007
New Revision: 605910

URL: http://svn.apache.org/viewvc?rev=605910&view=rev
Log:
no trailing slash if we are not going to append anything

Modified:
    gump/metadata/repository/activemq.xml

Modified: gump/metadata/repository/activemq.xml
URL: http://svn.apache.org/viewvc/gump/metadata/repository/activemq.xml?rev=605910&r1=605909&r2=605910&view=diff
==============================================================================
--- gump/metadata/repository/activemq.xml (original)
+++ gump/metadata/repository/activemq.xml Thu Dec 20 04:42:08 2007
@@ -21,5 +21,5 @@
   <home-page>http://activemq.apache.org/</home-page>
   <cvsweb>http://cvs.apache.org/viewcvs.cgi/activemq/?root=Apache-SVN</cvsweb>  
   <redistributable/>
-  <url>http://svn.apache.org/repos/asf/activemq/</url>
+  <url>http://svn.apache.org/repos/asf/activemq</url>
 </repository>