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/21 10:44:29 UTC

cvs commit: gump/project dumbster.xml

bodewig     2005/04/21 01:44:29

  Modified:    project  dumbster.xml
  Log:
  Separate build from tests
  
  Revision  Changes    Path
  1.8       +14 -6     gump/project/dumbster.xml
  
  Index: dumbster.xml
  ===================================================================
  RCS file: /home/cvs/gump/project/dumbster.xml,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- dumbster.xml	26 Nov 2004 11:03:57 -0000	1.7
  +++ dumbster.xml	21 Apr 2005 08:44:29 -0000	1.8
  @@ -1,6 +1,6 @@
   <?xml version="1.0" ?>
   <!--
  -  Copyright 2004 The Apache Software Foundation
  +  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.
  @@ -29,7 +29,7 @@
     <project name="dumbster">
       <package>com.dumbster.smtp</package>
   
  -    <ant target="world"/>
  +    <ant target="jar"/>
   
       <depend project="ant"/>
       <depend project="jaf"/>
  @@ -37,9 +37,6 @@
       <depend project="javamail"/>
       <depend project="xml-xerces"/>
   
  -    <work nested="build/classes"/>
  -    <work nested="build/test"/>
  -
       <jar name="build/dumbster.jar"/>
   
       <license name="license.txt"/>
  @@ -47,4 +44,15 @@
       <nag from="Jason Kitchen &lt;jasonkitchen@users.sourceforge.net&gt;" to="jasonkitchen@users.sourceforge.net" />    
     </project>
   
  +  <project name="dumbster-world">
  +    <package>com.dumbster.smtp</package>
  +
  +    <ant target="world"/>
  +
  +    <depend project="dumbster" inherit="all"/>
  +    <work nested="build/test"/>
  +
  +    <nag from="Jason Kitchen &lt;jasonkitchen@users.sourceforge.net&gt;" to="jasonkitchen@users.sourceforge.net" />    
  +  </project>
  +
   </module>