You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@forrest.apache.org by ni...@apache.org on 2002/06/01 16:51:53 UTC

cvs commit: xml-forrest/src/targets project.xtarget

nicolaken    2002/06/01 07:51:53

  Modified:    src/targets project.xtarget
  Log:
  Added sendlog utility target.
  
  Revision  Changes    Path
  1.31      +13 -1     xml-forrest/src/targets/project.xtarget
  
  Index: project.xtarget
  ===================================================================
  RCS file: /home/cvs/xml-forrest/src/targets/project.xtarget,v
  retrieving revision 1.30
  retrieving revision 1.31
  diff -u -r1.30 -r1.31
  --- project.xtarget	29 May 2002 17:28:37 -0000	1.30
  +++ project.xtarget	1 Jun 2002 14:51:53 -0000	1.31
  @@ -306,7 +306,19 @@
     </target>
     
     
  -  
  +  <target name="sendlog" depends="init">
  +  <!--
  +   <mail from="Happy Forrest Bot"
  +         tolist="forrest-dev@xml.apache.org"
  +         subject="[DO NOT REPLY] Building in the Forrest"
  +         files="forrestbot.log" />
  +-->
  +   <mail from="Happy Forrest Bot"
  +         tolist="nicolaken@apache.org"
  +         subject="[DO NOT REPLY] Building in the Forrest"
  +         files="forrestbot.log" />
  +                                   
  +  </target>   
     
     
     <target name="testpoi" depends="init, testpoicvs, testpoigen, testpoideploy"/>