You are viewing a plain text version of this content. The canonical link for it is here.
Posted to general@gump.apache.org by aj...@apache.org on 2004/06/04 06:20:50 UTC

cvs commit: gump/project jakarta-commons-codec-11.xml

ajack       2004/06/03 21:20:50

  Modified:    profile  gump.xml
  Added:       project  jakarta-commons-codec-11.xml
  Log:
  See if we can create a codec 1.1 module/project w/ tag=CODEC_1_1
  to allow folks like ws-xmlrpc to be Gumped on this level of codec.
  
  Revision  Changes    Path
  1.350     +3 -7      gump/profile/gump.xml
  
  Index: gump.xml
  ===================================================================
  RCS file: /home/cvs/gump/profile/gump.xml,v
  retrieving revision 1.349
  retrieving revision 1.350
  diff -u -r1.349 -r1.350
  --- gump.xml	3 Jun 2004 14:50:24 -0000	1.349
  +++ gump.xml	4 Jun 2004 04:20:49 -0000	1.350
  @@ -59,6 +59,7 @@
     <module href="project/jakarta-bsf.xml"/>
     <module href="project/jakarta-cactus.xml"/>
     <module href="project/jakarta-commons.xml"/>
  +  <module href="project/jakarta-commons-codec-11.xml"/>
     <module href="project/commons-httpclient-2.0-branch.xml"/>
     <module href="project/jakarta-commons-sandbox.xml"/>
     <module href="http://cvs.apache.org/viewcvs/~checkout~/jakarta-commons-sandbox/grant/gump.xml"/>
  @@ -148,7 +149,7 @@
     <module href="project/xml-xerces2.xml"/>
     <module href="project/xml-xindice.xml"/>
     <module href="project/xml-xmlbeans.xml"/>
  -  <module href="http://svn.apache.org/repos/asf/forrest/trunk/module.xml"/>
  +  <module href="http://svn.apache.org/repos/asf/xml/forrest/trunk/module.xml"/>
   
   <!-- SourceForge -->
   
  @@ -248,7 +249,6 @@
     <module href="project/jdbc.xml"/>
     <module href="project/jdo.xml"/>
     <module href="project/jimi.xml"/>
  -  <module href="project/jisp.xml"/>
     <module href="project/jms.xml"/>
     <module href="project/jmx.xml"/>
     <module href="project/jndi.xml"/>
  @@ -269,8 +269,6 @@
   
     <project name="antlr"            package="antlr-2.7.3"/>
     <project name="aspectj"          package="aspectj1.1"/>
  -  <project name="avalon-phoenix-dependencies"             
  -           package="avalon-phoenix-dependencies"/>
     <project name="concurrent"       package="dougLea"/>
     <project name="cos"              package="cos-05Nov2002"/>
     <project name="cryptix"          package="cryptix32-20001002-r3.2.0"/>
  @@ -290,7 +288,6 @@
     <project name="jcifs"            package="jcifs"/>
     <project name="jdbc"             package="jdbc2_0"/>
     <project name="jimi"             package="Jimi"/>
  -  <project name="jisp"             package="jisp-2.5.1"/>
     <project name="jdepend"          package="jdepend-2.6"/>
     <project name="jdo"              package="jdo-1_0_1-ri"/>
     <project name="jms"              package="jms1.0.2"/>
  @@ -325,8 +322,6 @@
   
     <repository href="repository/apache-svn-sandbox.xml"/>
     <repository href="repository/apache-incubator-svn.xml"/>
  -  <repository href="repository/forrest.xml"/>
  -  <repository href="repository/xml-svn.xml"/>
   
   <!-- CVS Repository definitions -->
   
  @@ -356,6 +351,7 @@
     <repository href="repository/w3c.xml"/>
     <repository href="repository/ws.xml"/>
     <repository href="repository/xml.xml"/>
  +  <repository href="repository/xml-svn.xml"/>
   
   <!-- server definitions -->
   
  
  
  
  1.1                  gump/project/jakarta-commons-codec-11.xml
  
  Index: jakarta-commons-codec-11.xml
  ===================================================================
  <?xml version="1.0" ?>
  <!--
    Copyright 2001-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.
  -->
  <module name="jakarta-commons-codec-11">
  
    <url href="http://jakarta.apache.org/commons/index.html"/>
    <description>
      Jakarta Commons Codec 1.1
    </description>
  
    <cvs repository="jakarta"  tag="CODEC_1_1" module="codec"/>
  
    <project name="commons-codec-11">
      <package>org.apache.commons.codec</package>
      <description>Commons Encoding/Decoding Package</description>
      <url href="http://jakarta.apache.org/commons/codec/"/>
  
      <ant basedir="codec" target="dist">
        <property name="component.version"  value="@@DATE@@"/>
      </ant>
      <depend project="ant" inherit="runtime"/>
      <depend project="xml-xerces"/>
  
      <!-- tests -->
      <depend project="junit"/>
      <work nested="codec/target/classes"/>
      <work nested="codec/target/test-classes"/>
      <jar name="codec/dist/commons-codec-@@DATE@@.jar"/>
      <javadoc nested="codec/dist/docs/api"/>
      <nag to="commons-dev@jakarta.apache.org"
           from="Tim OBrien &lt;tobrien@apache.org&gt;"/>
    </project>
  
  </module>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: general-unsubscribe@gump.apache.org
For additional commands, e-mail: general-help@gump.apache.org