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 2014/05/25 21:06:04 UTC

svn commit: r1597462 - in /gump/metadata: profile/gump.xml project/ant.xml repository/asf-git.xml repository/asf.xml

Author: bodewig
Date: Sun May 25 19:06:04 2014
New Revision: 1597462

URL: http://svn.apache.org/r1597462
Log:
Ant uses git now

Added:
    gump/metadata/repository/asf-git.xml   (with props)
Modified:
    gump/metadata/profile/gump.xml
    gump/metadata/project/ant.xml
    gump/metadata/repository/asf.xml

Modified: gump/metadata/profile/gump.xml
URL: http://svn.apache.org/viewvc/gump/metadata/profile/gump.xml?rev=1597462&r1=1597461&r2=1597462&view=diff
==============================================================================
--- gump/metadata/profile/gump.xml (original)
+++ gump/metadata/profile/gump.xml Sun May 25 19:06:04 2014
@@ -164,6 +164,7 @@
 <!-- Repository definitions -->
 
   <repository href="repository/asf.xml"/>
+  <repository href="repository/asf-git.xml"/>
   <repository href="repository/eclipse.xml"/>
   <repository href="repository/github.xml" />
   <repository href="repository/google-guava.xml" />

Modified: gump/metadata/project/ant.xml
URL: http://svn.apache.org/viewvc/gump/metadata/project/ant.xml?rev=1597462&r1=1597461&r2=1597462&view=diff
==============================================================================
--- gump/metadata/project/ant.xml (original)
+++ gump/metadata/project/ant.xml Sun May 25 19:06:04 2014
@@ -22,7 +22,7 @@
     Java based build tool
   </description>
 
-  <svn repository="asf" dir="ant/core/trunk"/>
+  <git repository="asf-git" dir="ant.git"/>
 
   <project name="ant">
     <package>org.apache.tools.ant</package>

Added: gump/metadata/repository/asf-git.xml
URL: http://svn.apache.org/viewvc/gump/metadata/repository/asf-git.xml?rev=1597462&view=auto
==============================================================================
--- gump/metadata/repository/asf-git.xml (added)
+++ gump/metadata/repository/asf-git.xml Sun May 25 19:06:04 2014
@@ -0,0 +1,23 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+<!--
+ 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="asf-git" type="git">
+  <title>Apache Software Foundation (git)</title>
+  <home-page>http://www.apache.org/</home-page>
+  <url>http://git-wip-us.apache.org/repos/asf/</url>
+  <redistributable/>
+</repository>

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

Modified: gump/metadata/repository/asf.xml
URL: http://svn.apache.org/viewvc/gump/metadata/repository/asf.xml?rev=1597462&r1=1597461&r2=1597462&view=diff
==============================================================================
--- gump/metadata/repository/asf.xml (original)
+++ gump/metadata/repository/asf.xml Sun May 25 19:06:04 2014
@@ -17,8 +17,8 @@
 -->
 
 <repository name="asf" type="svn">
-  <title>Apache Software Foundation</title>
-  <home-page>http://www.apache.org</home-page>
+  <title>Apache Software Foundation (svn)</title>
+  <home-page>http://www.apache.org/</home-page>
   
   <web>http://svn.apache.org/viewvc/</web>