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 2011/11/14 10:33:39 UTC

svn commit: r1201648 - in /gump/metadata: profile/gump.xml project/nant.xml repository/nant.xml testbase/profile.xml

Author: bodewig
Date: Mon Nov 14 09:33:38 2011
New Revision: 1201648

URL: http://svn.apache.org/viewvc?rev=1201648&view=rev
Log:
NAnt moved to github

Added:
    gump/metadata/repository/nant.xml   (with props)
Modified:
    gump/metadata/profile/gump.xml
    gump/metadata/project/nant.xml
    gump/metadata/testbase/profile.xml

Modified: gump/metadata/profile/gump.xml
URL: http://svn.apache.org/viewvc/gump/metadata/profile/gump.xml?rev=1201648&r1=1201647&r2=1201648&view=diff
==============================================================================
--- gump/metadata/profile/gump.xml (original)
+++ gump/metadata/profile/gump.xml Mon Nov 14 09:33:38 2011
@@ -499,6 +499,7 @@
   <repository href="repository/junit.xml"/>
   <repository href="repository/jython.xml"/>
   <repository href="repository/mozilla.xml"/>
+  <repository href="repository/nant.xml"/>
   <repository href="repository/objectweb.xml"/>
   <repository href="repository/objenesis.xml"/>
   <repository href="repository/pcre.xml"/>

Modified: gump/metadata/project/nant.xml
URL: http://svn.apache.org/viewvc/gump/metadata/project/nant.xml?rev=1201648&r1=1201647&r2=1201648&view=diff
==============================================================================
--- gump/metadata/project/nant.xml (original)
+++ gump/metadata/project/nant.xml Mon Nov 14 09:33:38 2011
@@ -23,7 +23,7 @@
   </description>
   <redistributable/>
 
-  <cvs repository="sourceforge" host-prefix="nant"  dir="nant"/>
+  <git repository="nant"/>
   
   <project name="nant" language="csharp">
     <make>

Added: gump/metadata/repository/nant.xml
URL: http://svn.apache.org/viewvc/gump/metadata/repository/nant.xml?rev=1201648&view=auto
==============================================================================
--- gump/metadata/repository/nant.xml (added)
+++ gump/metadata/repository/nant.xml Mon Nov 14 09:33:38 2011
@@ -0,0 +1,24 @@
+<?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="nant" type="git">
+  <title>NAnt is a free .NET build tool.</title>
+  <home-page>http://nant.sourceforge.net/</home-page>
+  <web>https://github.com/nant/nant</web>
+  <url>git://github.com/nant/nant.git</url>
+</repository>

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

Modified: gump/metadata/testbase/profile.xml
URL: http://svn.apache.org/viewvc/gump/metadata/testbase/profile.xml?rev=1201648&r1=1201647&r2=1201648&view=diff
==============================================================================
--- gump/metadata/testbase/profile.xml (original)
+++ gump/metadata/testbase/profile.xml Mon Nov 14 09:33:38 2011
@@ -38,6 +38,7 @@
   <repository href="repository/asf.xml"/>
   <repository href="repository/javanet.xml"/>
   <repository href="repository/junit.xml"/>
+  <repository href="repository/nant.xml"/>
   <repository href="repository/sourceforge.xml"/>
   <repository href="repository/xstream.xml"/>