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

cvs commit: gump/project dumbster.xml jakarta-commons-sandbox.xml

stefano     2004/10/26 19:20:16

  Modified:    profile  gump.xml
               project  jakarta-commons-sandbox.xml
  Added:       project  dumbster.xml
  Log:
  adding the dumbster project that is needed by commons-email
  
  Revision  Changes    Path
  1.440     +1 -0      gump/profile/gump.xml
  
  Index: gump.xml
  ===================================================================
  RCS file: /home/cvs/gump/profile/gump.xml,v
  retrieving revision 1.439
  retrieving revision 1.440
  diff -u -r1.439 -r1.440
  --- gump.xml	27 Oct 2004 01:45:29 -0000	1.439
  +++ gump.xml	27 Oct 2004 02:20:16 -0000	1.440
  @@ -172,6 +172,7 @@
     <module href="project/beaver.xml"/>
     <module href="project/beepcore.xml"/>
     <module href="project/checkstyle.xml"/>
  +  <module href="project/dumbster.xml"/>
     <module href="project/dom4j.xml"/>
     <module href="project/easymock.xml"/>
     <module href="project/ehcache.xml"/>
  
  
  
  1.183     +1 -0      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.182
  retrieving revision 1.183
  diff -u -r1.182 -r1.183
  --- jakarta-commons-sandbox.xml	26 Oct 2004 10:44:01 -0000	1.182
  +++ jakarta-commons-sandbox.xml	27 Oct 2004 02:20:16 -0000	1.183
  @@ -57,6 +57,7 @@
       <depend project="commons-validator"/>
       <depend project="jakarta-oro"/>
       <depend project="xml-xerces"/>
  +    <depend project="dumbster"/>
   
       <depend project="javamail"/>
       <depend project="jaf"/>
  
  
  
  1.1                  gump/project/dumbster.xml
  
  Index: dumbster.xml
  ===================================================================
  <?xml version="1.0" ?>
  <!--
    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.
  -->
  
  <!-- $Id: dumbster.xml,v 1.1 2004/10/27 02:20:16 stefano Exp $ -->
  
  <module name="dumpster">
  
    <url href="http://quintanasoft.com/dumbster/"/>
    <description>
    The Dumbster is a very simple fake SMTP server designed for unit and system testing applications that send email messages
    </description>
  
    <cvs repository="sourceforge" dir="dumpster" module="dumpster"/>
  
    <project name="dumpster">
      <package>com.dumbster.smtp</package>
  
      <ant target="world"/>
  
      <depend project="jaf"/>
      <depend project="junit"/>
      <depend project="javamail"/>
   
      <jar name="build/dumbster.jar"/>
  
      <license name="license.txt"/>
    </project>
  
  </module>