1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-24 01:15:29 +02:00

Change the name of the download machine.

This commit is contained in:
Doug Schaefer 2004-10-22 14:06:25 +00:00
parent 2ebb271b82
commit 51f2da0305

View file

@ -23,8 +23,8 @@
<property name="buildingOSGi" value="true"/>
<property name="messagefile" value="message.in"/>
<property name="mailto" value="cdt-test-dev@eclipse.org"/>
<property name="remotedir" value="${cdtuser}:${cdtpasswd}@download.eclipse.org:/home/www/tools/cdt/builds/${branchVersion}"/>
<property name="cdtserver" value="download.eclipse.org"/>
<property name="remotedir" value="${cdtuser}:${cdtpasswd}@download1.eclipse.org:/home/www/tools/cdt/builds/${branchVersion}"/>
<property name="cdtserver" value="download1.eclipse.org"/>
<property name="cdtdir" value="/home/www/tools/cdt/builds/${branchVersion}"/>
</target>
@ -115,7 +115,7 @@
<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}@download.eclipse.org:/home/www/tools/cdt/wswb">
<scp todir="${cdtuser}:${cdtpasswd}@download1.eclipse.org:/home/www/tools/cdt/wswb">
<fileset file="cdt-map.txt"/>
</scp>
</target>