mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-23 14:42:11 +02:00
Update build script from work done in 2.0
This commit is contained in:
parent
ef16d14160
commit
3022e88fa1
1 changed files with 6 additions and 3 deletions
|
@ -114,10 +114,13 @@
|
|||
|
||||
<target name="wswbmap" depends="init" unless="hasErrors">
|
||||
<copy file="cdt-map.in" tofile="cdt-map.txt" overwrite="true"/>
|
||||
<replace file="cdt-map.txt" token="@buildId@" value="${buildId}"/>
|
||||
<scp todir="${cdtuser}:${cdtpasswd}@download1.eclipse.org:/home/www/tools/cdt/wswb">
|
||||
<replace file="cdt-map.txt">
|
||||
<replacefilter token="@branchVersion@" value="${branchVersion}"/>
|
||||
<replacefilter token="@buildId@" value="${buildId}"/>
|
||||
</replace>
|
||||
<ftp server="${cdtserver}" remotedir="/home/www/tools/cdt/wswb" userid="${cdtuser}" password="${cdtpasswd}">
|
||||
<fileset file="cdt-map.txt"/>
|
||||
</scp>
|
||||
</ftp>
|
||||
</target>
|
||||
|
||||
<target name="mail" depends="init">
|
||||
|
|
Loading…
Add table
Reference in a new issue