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/09/06 20:38:34 UTC

svn commit: r279058 - in /gump/metadata: project/ant-1.5.xml project/ant.xml repository/ant.xml

Author: bodewig
Date: Tue Sep  6 11:38:30 2005
New Revision: 279058

URL: http://svn.apache.org/viewcvs?rev=279058&view=rev
Log:
Ant moved to svn

Modified:
    gump/metadata/project/ant-1.5.xml
    gump/metadata/project/ant.xml
    gump/metadata/repository/ant.xml

Modified: gump/metadata/project/ant-1.5.xml
URL: http://svn.apache.org/viewcvs/gump/metadata/project/ant-1.5.xml?rev=279058&r1=279057&r2=279058&view=diff
==============================================================================
--- gump/metadata/project/ant-1.5.xml (original)
+++ gump/metadata/project/ant-1.5.xml Tue Sep  6 11:38:30 2005
@@ -1,6 +1,6 @@
 <?xml version="1.0" ?>
 <!--
-  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.
@@ -21,8 +21,7 @@
     Java based build tool
   </description>
 
-  <cvs repository="ant" tag="ANT_15_BRANCH" module="ant"/>
-
+  <svn repository="ant" dir="core/branches/ANT_15_BRANCH"/>
   <project name="ant-1.5">
     <package>org.apache.tools.ant</package>
 

Modified: gump/metadata/project/ant.xml
URL: http://svn.apache.org/viewcvs/gump/metadata/project/ant.xml?rev=279058&r1=279057&r2=279058&view=diff
==============================================================================
--- gump/metadata/project/ant.xml (original)
+++ gump/metadata/project/ant.xml Tue Sep  6 11:38:30 2005
@@ -21,7 +21,7 @@
     Java based build tool
   </description>
 
-  <cvs repository="ant"/>
+  <svn repository="ant" dir="core/trunk"/>
 
   <project name="jakarta-ant">
     <depend project="ant" inherit="jars"/>

Modified: gump/metadata/repository/ant.xml
URL: http://svn.apache.org/viewcvs/gump/metadata/repository/ant.xml?rev=279058&r1=279057&r2=279058&view=diff
==============================================================================
--- gump/metadata/repository/ant.xml (original)
+++ gump/metadata/repository/ant.xml Tue Sep  6 11:38:30 2005
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="ISO-8859-1"?>
 <!--
-  Copyright 2003-2004 The Apache Software Foundation
+  Copyright 2003-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="ant" type="cvs">
+<repository name="ant" type="svn">
   <title>Ant</title>
   <home-page>http://ant.apache.org/</home-page>
-  <cvsweb>http://cvs.apache.org/viewcvs/</cvsweb>
+  <cvsweb>http://cvs.apache.org/viewcvs.cgi/ant/?root=Apache-SVN</cvsweb>  
   <redistributable/>
-
-  <root>
-    <method>pserver</method>
-    <user>anoncvs</user>
-    <password>anoncvs</password>
-    <hostname>cvs.apache.org</hostname>
-    <path>/home/cvspublic</path>
-  </root>
+  <url>http://svn.apache.org/repos/asf/ant/</url>
 </repository>