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/08/02 06:51:08 UTC

svn commit: r427891 - in /gump/metadata: profile/gump.xml project/jetty.xml repository/codehaus-svn.xml

Author: bodewig
Date: Tue Aug  1 21:51:07 2006
New Revision: 427891

URL: http://svn.apache.org/viewvc?rev=427891&view=rev
Log:
fix jetty repo, won't help since they switched to Maven 2 now

Added:
    gump/metadata/repository/codehaus-svn.xml   (with props)
Modified:
    gump/metadata/profile/gump.xml
    gump/metadata/project/jetty.xml

Modified: gump/metadata/profile/gump.xml
URL: http://svn.apache.org/viewvc/gump/metadata/profile/gump.xml?rev=427891&r1=427890&r2=427891&view=diff
==============================================================================
--- gump/metadata/profile/gump.xml (original)
+++ gump/metadata/profile/gump.xml Tue Aug  1 21:51:07 2006
@@ -606,6 +606,7 @@
   <repository href="repository/codehaus_annogen.xml"/>
   <repository href="repository/codehaus_scm.xml"/>
   <repository href="repository/codehaus_projects.xml"/>
+  <repository href="repository/codehaus-svn.xml"/>
   <repository href="repository/db.xml"/>
   <repository href="repository/db-svn.xml"/>
   <repository href="repository/dbxml.xml"/>

Modified: gump/metadata/project/jetty.xml
URL: http://svn.apache.org/viewvc/gump/metadata/project/jetty.xml?rev=427891&r1=427890&r2=427891&view=diff
==============================================================================
--- gump/metadata/project/jetty.xml (original)
+++ gump/metadata/project/jetty.xml Tue Aug  1 21:51:07 2006
@@ -22,8 +22,7 @@
   </description>
   <redistributable/>
 
-  <cvs repository="sourceforge"  dir="jetty"
-    module="Jetty"/>
+  <svn repository="codehaus-svn" dir="jetty/jetty/trunk"/>
   
   <project name="jetty">
     <package>org.mortbay.jetty</package>

Added: gump/metadata/repository/codehaus-svn.xml
URL: http://svn.apache.org/viewvc/gump/metadata/repository/codehaus-svn.xml?rev=427891&view=auto
==============================================================================
--- gump/metadata/repository/codehaus-svn.xml (added)
+++ gump/metadata/repository/codehaus-svn.xml Tue Aug  1 21:51:07 2006
@@ -0,0 +1,24 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+<!--
+  Copyright 2006 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.
+  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="codehaus-svn" type="svn">
+  <title>Annogen</title>
+  <home-page>http://www.codehaus.org/</home-page>
+  <cvsweb>http://fisheye.codehaus.org/</cvsweb>
+  <url>http://svn.codehaus.org/</url>
+  <redistributable/>
+</repository>

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