1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-08-10 17:55:39 +02:00

Changed compile log into txt file.

This commit is contained in:
Doug Schaefer 2004-07-21 14:42:47 +00:00
parent 81a765a048
commit a2b60dcd5b

View file

@ -140,7 +140,7 @@
<target name="mailFail" if="hasErrors"> <target name="mailFail" if="hasErrors">
<mail subject="CDT ${branchVersion} Build ${buildId} failed" <mail subject="CDT ${branchVersion} Build ${buildId} failed"
tolist="${mailto}" from="dschaefe@ca.ibm.com"> tolist="${mailto}" from="dschaefe@ca.ibm.com">
<message src="compile.log"/> <message src="compilelog.txt"/>
</mail> </mail>
</target> </target>