You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@gump.apache.org by ni...@apache.org on 2004/10/05 16:24:50 UTC

cvs commit: gump/repository struts-svn.xml

niallp      2004/10/05 07:24:49

  Modified:    project  struts.xml
  Added:       repository struts-svn.xml
  Log:
  Add struts-svn repository
  
  Revision  Changes    Path
  1.6       +1 -1      gump/project/struts.xml
  
  Index: struts.xml
  ===================================================================
  RCS file: /home/cvs/gump/project/struts.xml,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- struts.xml	2 Oct 2004 19:08:55 -0000	1.5
  +++ struts.xml	5 Oct 2004 14:24:49 -0000	1.6
  @@ -21,7 +21,7 @@
       Model 2 Model-View-Controller framework for Servlets and JSP
     </description>
   
  -  <svn repository="struts" dir="trunk"/>
  +  <svn repository="struts-svn" dir="trunk"/>
     
     <project name="jakarta-struts">
       <depend project="struts" inherit="jars"/>
  
  
  
  1.1                  gump/repository/struts-svn.xml
  
  Index: struts-svn.xml
  ===================================================================
  <?xml version="1.0" encoding="ISO-8859-1"?>
  <!--
    Copyright 2004 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="struts-svn" type="svn">
    <title>Apache Struts SubVersion</title>
    <home-page>http://struts.apache.org</home-page>
    
    <!-- Bogus, need to rename & just use url below -->
    <cvsweb>http://cvs.apache.org/viewcvs.cgi/struts/?root=Apache-SVN</cvsweb>  
    
    <url>http://svn.apache.org/repos/asf/struts/</url>
    
    <redistributable/>
  </repository>