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:
parent
5586e7f360
commit
96fbc844ca
2 changed files with 2 additions and 2 deletions
|
@ -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">
|
||||||
|
|
|
@ -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...
|
||||||
|
|
Loading…
Add table
Reference in a new issue