1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-23 22:52:11 +02:00

Update build script from work done in 2.0

This commit is contained in:
Doug Schaefer 2004-12-07 19:51:40 +00:00
parent ef16d14160
commit 3022e88fa1

View file

@ -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">