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

cvs commit: xml-forrest/src/resources/forrestbot/ant templates.build.xml

jefft       2002/12/01 07:51:32

  Modified:    src/resources/forrestbot/ant templates.build.xml
  Log:
  Add a debug msg
  
  Revision  Changes    Path
  1.13      +1 -0      xml-forrest/src/resources/forrestbot/ant/templates.build.xml
  
  Index: templates.build.xml
  ===================================================================
  RCS file: /home/cvs/xml-forrest/src/resources/forrestbot/ant/templates.build.xml,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -r1.12 -r1.13
  --- templates.build.xml	27 Nov 2002 14:31:15 -0000	1.12
  +++ templates.build.xml	1 Dec 2002 15:51:32 -0000	1.13
  @@ -326,6 +326,7 @@
   
     <target name="template.mail" if="mail.send" depends="echo.mail">
       <property name="mail.host" value="localhost" />
  +    <echo>Mailing ${mail.to}...</echo>
       <mail from="forrest-bot@xml.apache.org"
             mailhost="${mail.host}"
             tolist="${mail.to}"