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/09/21 20:56:05 UTC

svn commit: r448631 - in /gump/metadata: profile/gump.xml project/ant-contrib.xml repository/sourceforge-svn.xml

Author: bodewig
Date: Thu Sep 21 11:56:05 2006
New Revision: 448631

URL: http://svn.apache.org/viewvc?view=rev&rev=448631
Log:
Ant-Contrib has moved to svn

Added:
    gump/metadata/repository/sourceforge-svn.xml   (with props)
Modified:
    gump/metadata/profile/gump.xml
    gump/metadata/project/ant-contrib.xml

Modified: gump/metadata/profile/gump.xml
URL: http://svn.apache.org/viewvc/gump/metadata/profile/gump.xml?view=diff&rev=448631&r1=448630&r2=448631
==============================================================================
--- gump/metadata/profile/gump.xml (original)
+++ gump/metadata/profile/gump.xml Thu Sep 21 11:56:05 2006
@@ -640,6 +640,7 @@
   <repository href="repository/slf4j.xml" />
   <repository href="repository/smartfrog.xml"/>
   <repository href="repository/sourceforge.xml"/>
+  <repository href="repository/sourceforge-svn.xml"/>
   <repository href="repository/struts-svn.xml"/>
   <repository href="repository/tigris.xml"/>
   <repository href="repository/tomcat.xml" />

Modified: gump/metadata/project/ant-contrib.xml
URL: http://svn.apache.org/viewvc/gump/metadata/project/ant-contrib.xml?view=diff&rev=448631&r1=448630&r2=448631
==============================================================================
--- gump/metadata/project/ant-contrib.xml (original)
+++ gump/metadata/project/ant-contrib.xml Thu Sep 21 11:56:05 2006
@@ -23,7 +23,7 @@
   </description>
   <redistributable/>
 
-  <cvs repository="ant-contrib" dir="."/>
+  <svn repository="sourceforge-svn" dir="ant-contrib/trunk/ant-contrib"/>
   
   <project name="ant-contrib">
     <ant>

Added: gump/metadata/repository/sourceforge-svn.xml
URL: http://svn.apache.org/viewvc/gump/metadata/repository/sourceforge-svn.xml?view=auto&rev=448631
==============================================================================
--- gump/metadata/repository/sourceforge-svn.xml (added)
+++ gump/metadata/repository/sourceforge-svn.xml Thu Sep 21 11:56:05 2006
@@ -0,0 +1,27 @@
+<?xml version="1.0"?>
+<!--
+   Licensed to the Apache Software Foundation (ASF) under one or more
+   contributor license agreements.  See the NOTICE file distributed with
+   this work for additional information regarding copyright ownership.
+   The ASF licenses this file to You under the Apache License, Version 2.0
+   (the "License"); you may not use this file except in compliance with
+   the License.  You may obtain a copy of the License at
+
+       http://www.apache.org/licenses/LICENSE-2.0
+
+   Unless required by applicable law or agreed to in writing, software
+   distributed under the License is distributed on an "AS IS" BASIS,
+   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+   See the License for the specific language governing permissions and
+   limitations under the License.
+-->
+<repository name="sourceforge-svn" type="svn">
+  <title>SourceForge</title>
+  <home-page>http://sourceforge.net/</home-page>
+  
+  <cvsweb>http://svn.sourceforge.net/viewvc/</cvsweb>  
+  
+  <url>https://svn.sourceforge.net/svnroot/</url>
+  
+  <redistributable/>
+</repository>

Propchange: gump/metadata/repository/sourceforge-svn.xml
------------------------------------------------------------------------------
    svn:eol-style = native