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 2005/04/27 17:26:16 UTC

cvs commit: gump/repository cargo.xml

bodewig     2005/04/27 08:26:16

  Modified:    profile  gump.xml
               project  jakarta-cactus.xml
  Added:       project  cargo.xml
               repository cargo.xml
  Log:
  Try to add cargo since cactus apparently needs it - the descriptor is purely based on guesswork
  
  Revision  Changes    Path
  1.552     +2 -0      gump/profile/gump.xml
  
  Index: gump.xml
  ===================================================================
  RCS file: /home/cvs/gump/profile/gump.xml,v
  retrieving revision 1.551
  retrieving revision 1.552
  diff -u -r1.551 -r1.552
  --- gump.xml	27 Apr 2005 12:24:51 -0000	1.551
  +++ gump.xml	27 Apr 2005 15:26:16 -0000	1.552
  @@ -318,6 +318,7 @@
     <module href="project/packaged-dom4j.xml"/>
   
   <!-- CodeHaus -->
  +  <module href="project/cargo.xml"/>
     <module href="project/classworlds.xml"/>
     <module href="project/groovy.xml"/>
     <module href="project/packaged-groovy.xml"/>
  @@ -502,6 +503,7 @@
     <repository href="repository/cocoondev.xml"/>
     <repository href="repository/lenya.xml"/>
     <repository href="repository/lucene.xml"/>
  +  <repository href="repository/cargo.xml"/>
     <repository href="repository/codehaus.xml"/>
     <repository href="repository/codehaus_scm.xml"/>
     <repository href="repository/db.xml"/>
  
  
  
  1.62      +4 -0      gump/project/jakarta-cactus.xml
  
  Index: jakarta-cactus.xml
  ===================================================================
  RCS file: /home/cvs/gump/project/jakarta-cactus.xml,v
  retrieving revision 1.61
  retrieving revision 1.62
  diff -u -r1.61 -r1.62
  --- jakarta-cactus.xml	25 Feb 2005 06:41:08 -0000	1.61
  +++ jakarta-cactus.xml	27 Apr 2005 15:26:16 -0000	1.62
  @@ -162,6 +162,8 @@
       </ant>
     
       <depend project="ant" inherit="runtime"/>
  +    <depend project="cargo-ant"/>
  +    <depend project="cargo-core"/>
       <depend project="xml-xerces"/>
       <depend project="xalan"/>
       <option project="checkstyle" inherit="runtime"/>
  @@ -212,6 +214,8 @@
       </ant>
     
       <depend project="ant" inherit="runtime"/>
  +    <depend project="cargo-ant"/>
  +    <depend project="cargo-core"/>
       <depend project="xml-xerces"/>
       <depend project="xalan"/>
       <option project="checkstyle" inherit="runtime"/>
  
  
  
  1.1                  gump/project/cargo.xml
  
  Index: cargo.xml
  ===================================================================
  <?xml version="1.0" ?>
  <!--
    Copyright 2005 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.
  -->
  
  <module name="cargo">
  
    <url href="http://cargo.codehaus.org/"/>
    <description>
      Cargo provides a Java API to manipulate Java Containers
    </description>
  
    <svn repository="cargo" dir="trunk"/>
  
    <project name="cargo-core">
      <maven goal="jar" basedir="core">
        <property name="maven.final.name" value="cargo-core-@@DATE@@"/>
      </maven>
      <depend project="ant"/>
      <depend project="jetty"/>
      <depend project="xml-xerces"/>
      <jar name="core/target/cargo-core-@@DATE@@.jar" />
    </project>
  
    <project name="cargo-ant">
      <maven goal="jar" basedir="ant">
        <property name="maven.final.name" value="cargo-ant-@@DATE@@"/>
      </maven>
      <depend project="ant"/>
      <depend project="cargo-core"/>
      <jar name="ant/target/cargo-ant-@@DATE@@.jar" />
    </project>
  </module>
  
  
  
  1.1                  gump/repository/cargo.xml
  
  Index: cargo.xml
  ===================================================================
  <?xml version="1.0" encoding="ISO-8859-1"?>
  <!--
    Copyright 2005 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="cargo" type="svn">
    <title>Cargo</title>
    <home-page>http://cargo.codehaus.org/</home-page>
    
    <cvsweb>http://svn.cargo.codehaus.org/</cvsweb>
    
    <url>svn://svn.cargo.codehaus.org/cargo/scm/cargo</url>
    
    <redistributable/>
  </repository>