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/01/10 17:16:23 UTC

cvs commit: gump/project ant-contrib.xml jakarta-commons-sandbox.xml jakarta-slide.xml

bodewig     2005/01/10 08:16:23

  Modified:    project  ant-contrib.xml jakarta-commons-sandbox.xml
                        jakarta-slide.xml
  Log:
  fix project name
  
  Revision  Changes    Path
  1.3       +18 -3     gump/project/ant-contrib.xml
  
  Index: ant-contrib.xml
  ===================================================================
  RCS file: /home/cvs/gump/project/ant-contrib.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- ant-contrib.xml	10 Jan 2005 04:18:35 -0000	1.2
  +++ ant-contrib.xml	10 Jan 2005 16:16:23 -0000	1.3
  @@ -1,4 +1,19 @@
  -<?xml version="1.0"?>
  +<?xml version="1.0" ?>
  +<!--
  +  Copyright 2004-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="ant-contrib">
   
  @@ -17,7 +32,7 @@
   
       <depend project="ant" inherit="runtime"/>
       <depend project="xml-xerces"/>
  -	<depend project="jakarta-bcel"/>
  +    <depend project="bcel"/>
   
       <jar name="build/lib/ant-contrib-@@DATE@@.jar" />
       <license name="manual/LICENSE.txt"/>
  @@ -38,7 +53,7 @@
       <depend project="ant" inherit="runtime"/>
       <depend project="xml-xerces"/>
       <depend project="ant-contrib"/>
  -	<depend project="jakarta-bcel"/>
  +    <depend project="bcel"/>
       <work nested="test/classes"/>
       <nag from="Gump Integration Build &lt;general@gump.apache.org&gt;"
            to="ant-contrib-developers@lists.sourceforge.net"/>
  
  
  
  1.197     +16 -1     gump/project/jakarta-commons-sandbox.xml
  
  Index: jakarta-commons-sandbox.xml
  ===================================================================
  RCS file: /home/cvs/gump/project/jakarta-commons-sandbox.xml,v
  retrieving revision 1.196
  retrieving revision 1.197
  diff -u -r1.196 -r1.197
  --- jakarta-commons-sandbox.xml	26 Dec 2004 10:03:40 -0000	1.196
  +++ jakarta-commons-sandbox.xml	10 Jan 2005 16:16:23 -0000	1.197
  @@ -1,6 +1,6 @@
   <?xml version="1.0" ?>
   <!--
  -  Copyright 2001-2004 The Apache Software Foundation
  +  Copyright 2001-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.
  @@ -320,6 +320,21 @@
       <nag to="commons-dev@jakarta.apache.org" from="commons-vfs development &lt;commons-dev@jakarta.apache.org&gt;"/>
     </project>
     
  +  <project name="commons-xmlio">
  +    <package>org.apache.commons.xmlio</package>
  +    <description>XML Im-/Exporter is a low level library to assist you in the straight forward process of importing and exporting XML from and to your Java classes.</description>
  +    <ant basedir="xmlio" target="dist">
  +      <property name="version"  value="@@DATE@@"/>
  +    </ant>
  +    <depend project="ant" inherit="runtime"/>
  +    <depend project="xml-xerces"/>
  +    <depend project="junit"/>
  +    <jar name="xmlio/build/commons-xmlio-@@DATE@@.jar"/>
  +
  +    <nag to="commons-dev@jakarta.apache.org"
  +         from="Stefan Bodewig &lt;bodewig@apache.org&gt;"/>
  +  </project>
  +
     <project name="minml2">
       <url href="http://www.wilson.co.uk/xml/minml2.htm"/>
       <description>
  
  
  
  1.73      +3 -3      gump/project/jakarta-slide.xml
  
  Index: jakarta-slide.xml
  ===================================================================
  RCS file: /home/cvs/gump/project/jakarta-slide.xml,v
  retrieving revision 1.72
  retrieving revision 1.73
  diff -u -r1.72 -r1.73
  --- jakarta-slide.xml	16 Oct 2004 14:26:10 -0000	1.72
  +++ jakarta-slide.xml	10 Jan 2005 16:16:23 -0000	1.73
  @@ -1,6 +1,6 @@
   <?xml version="1.0" ?>
   <!--
  -  Copyright 2001-2004 The Apache Software Foundation
  +  Copyright 2001-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.
  @@ -61,6 +61,7 @@
       <depend project="commons-pool"/>
       <depend project="commons-transaction"/>
       <depend project="commons-logging"/>
  +    <depend project="commons-xmlio"/>
       <depend project="jakarta-lucene"/>
       <depend project="jaxen"/>
       <depend project="dist-ant" />
  @@ -72,7 +73,6 @@
       <depend project="jakarta-struts"/>
       <depend project="jakarta-oro"/>
       <depend project="jakarta-poi"/>
  -    <depend project="xml-im-exporter"/>
       <depend project="xmlunit"/>
       <depend project="slide-webdavclient" inherit="jars"/>
       <option project="jakarta-taglibs-standard" ids="jstl standard"/>
  @@ -137,12 +137,12 @@
       <depend project="commons-httpclient-2.0-branch"/>
       <depend project="commons-httpclient-contrib"/>
       <depend project="commons-transaction"/>
  +    <depend project="commons-xmlio"/>
       <depend project="dist-ant"/>
       <depend project="j2ee-connector"/>
       <depend project="jakarta-servletapi-4"/>
       <depend project="jdom"/>
       <depend project="jta"/>
  -    <depend project="xml-im-exporter"/>
       <depend project="xml-xerces"/>
   
       <work nested="webdavclient/build/clientlib/classes"/>