1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-09 10:05:24 +02:00

Fix RSE nightly build messaging for R-builds and S-builds

This commit is contained in:
Martin Oberhuber 2006-11-12 22:29:53 +00:00
parent 5586e7f360
commit 96fbc844ca
2 changed files with 2 additions and 2 deletions

View file

@ -386,7 +386,7 @@
<target name="mailPass" unless="hasErrors"> <target name="mailPass" unless="hasErrors">
<copy file="${builder}/${messagefile}" tofile="${buildDirectory}/message.txt" overwrite="true"/> <copy file="${builder}/${messagefile}" tofile="${buildDirectory}/message.txt" overwrite="true"/>
<replace file="${buildDirectory}/message.txt"> <replace file="${buildDirectory}/message.txt">
<replacefilter token="@buildId@" value="${buildId}"/> <replacefilter token="@dropDir@" value="${dropDir}"/>
</replace> </replace>
<mail subject="RSE Build ${buildId} completed" <mail subject="RSE Build ${buildId} completed"
tolist="${mailto}" from="martin.oberhuber@windriver.com"> tolist="${mailto}" from="martin.oberhuber@windriver.com">

View file

@ -1,6 +1,6 @@
The build is available at The build is available at
http://download.eclipse.org/dsdp/tm/downloads/drops/@buildId@ http://download.eclipse.org/dsdp/tm/downloads/drops/@dropDir@
Cheers, Cheers,
the RSE nightly build... the RSE nightly build...