Update of /cvsroot/springframework/spring
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14530
Modified Files:
build-continuous.xml
Log Message:
Updated build-continuous.xml
Index: build-continuous.xml
===================================================================
RCS file: /cvsroot/springframework/spring/build-continuous.xml,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** build-continuous.xml 13 Mar 2006 09:21:27 -0000 1.7
--- build-continuous.xml 20 Apr 2006 14:03:33 -0000 1.8
***************
*** 63,67 ****
<target name="email-failure" depends="guard.smtp.host">
! <mail mailhost="${smtp.host}" subject="Spring ${label} FAILED" tolist="spr...@li...,ale...@in..." from="ale...@in...">
<message>Errors and a list of modifications can be found in the build log (http://static.springframework.org/spring/build/index.html).</message>
</mail>
--- 63,67 ----
<target name="email-failure" depends="guard.smtp.host">
! <mail mailhost="${smtp.host}" subject="Spring ${label} FAILED" tolist="spr...@li..." from="bu...@in...">
<message>Errors and a list of modifications can be found in the build log (http://static.springframework.org/spring/build/index.html).</message>
</mail>
***************
*** 69,73 ****
<target name="email-success" depends="guard.smtp.host">
! <mail mailhost="${smtp.host}" subject="Spring ${label} SUCCEEDED" tolist="spr...@li...,ale...@in..." from="ale...@in...">
<message>Snapshot has been uploaded to http://www.springframework.org/snaphots
--- 69,73 ----
<target name="email-success" depends="guard.smtp.host">
! <mail mailhost="${smtp.host}" subject="Spring ${label} SUCCEEDED" tolist="spr...@li..." from="bu...@in...">
<message>Snapshot has been uploaded to http://www.springframework.org/snaphots
***************
*** 110,114 ****
</target>
! <target name="automated-build" depends="cvs-update,clean,testsummary,release, snapshot"/>
--- 110,114 ----
</target>
! <target name="automated-build" depends="clean,testsummary,release, snapshot"/>
|