You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@gump.apache.org by bi...@apache.org on 2010/07/27 04:20:34 UTC

svn commit: r979498 - in /gump/metadata: profile/gump.xml project/checkstyle.xml repository/sourceforge-checkstyle.xml

Author: billbarker
Date: Tue Jul 27 02:20:34 2010
New Revision: 979498

URL: http://svn.apache.org/viewvc?rev=979498&view=rev
Log:
Part of the problem is that checkstyle has moved to svn

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

Modified: gump/metadata/profile/gump.xml
URL: http://svn.apache.org/viewvc/gump/metadata/profile/gump.xml?rev=979498&r1=979497&r2=979498&view=diff
==============================================================================
--- gump/metadata/profile/gump.xml (original)
+++ gump/metadata/profile/gump.xml Tue Jul 27 02:20:34 2010
@@ -524,6 +524,7 @@
   <repository href="repository/slf4j.xml" />
   <repository href="repository/smartfrog.xml" />
   <repository href="repository/sourceforge-ant-contrib.xml"/>
+  <repository href="repository/sourceforge-checkstyle.xml"/>
   <repository href="repository/sourceforge-htmlunit.xml"/>
   <repository href="repository/sourceforge-httpunit.xml"/>
   <repository href="repository/sourceforge-jsvc-wrapper.xml"/>

Modified: gump/metadata/project/checkstyle.xml
URL: http://svn.apache.org/viewvc/gump/metadata/project/checkstyle.xml?rev=979498&r1=979497&r2=979498&view=diff
==============================================================================
--- gump/metadata/project/checkstyle.xml (original)
+++ gump/metadata/project/checkstyle.xml Tue Jul 27 02:20:34 2010
@@ -22,8 +22,7 @@
     Java style checker
   </description>
   
-  <cvs repository="sourceforge" host-prefix="checkstyle"
-  	dir="checkstyle"/>
+  <svn repository="sourceforge-checkstyle" dir="trunk/checkstyle" />
 
   <project name="checkstyle">
     <package>com.puppycrawl.tools.checkstyle</package>

Added: gump/metadata/repository/sourceforge-checkstyle.xml
URL: http://svn.apache.org/viewvc/gump/metadata/repository/sourceforge-checkstyle.xml?rev=979498&view=auto
==============================================================================
--- gump/metadata/repository/sourceforge-checkstyle.xml (added)
+++ gump/metadata/repository/sourceforge-checkstyle.xml Tue Jul 27 02:20:34 2010
@@ -0,0 +1,26 @@
+<?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-checkstyle" type="svn">
+  <title>Checkstyle.</title>
+  <home-page>http://checkstyle.sourceforge.net/</home-page>
+  
+  <web>http://checkstyle.svn.sourceforge.net/viewvc/checkstyle/</web>
+  
+  <url>https://checkstyle.svn.sourceforge.net/svnroot/checkstyle/</url>
+  
+</repository>

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