Skip to main content
aboutsummaryrefslogtreecommitdiffstats
path: root/releng
diff options
context:
space:
mode:
authorAndrew Niefer2011-09-01 20:01:08 +0000
committerAndrew Niefer2011-09-01 20:01:08 +0000
commit70f3e2020877dd10960eb6eb37be0db1d43f7279 (patch)
treecbbfa4abdaaf9851567c8db2a8f91d0e0b76acdc /releng
parent5a1fec73948c59f8ad41e566e882e0199a6c6fe5 (diff)
downloadrt.equinox.framework-70f3e2020877dd10960eb6eb37be0db1d43f7279.tar.gz
rt.equinox.framework-70f3e2020877dd10960eb6eb37be0db1d43f7279.tar.xz
rt.equinox.framework-70f3e2020877dd10960eb6eb37be0db1d43f7279.zip
copy launcher properties remotely for s390
Diffstat (limited to 'releng')
-rw-r--r--releng/org.eclipse.equinox.launcher.releng/build.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/releng/org.eclipse.equinox.launcher.releng/build.xml b/releng/org.eclipse.equinox.launcher.releng/build.xml
index e4547e7ee..43e39e425 100644
--- a/releng/org.eclipse.equinox.launcher.releng/build.xml
+++ b/releng/org.eclipse.equinox.launcher.releng/build.xml
@@ -360,7 +360,7 @@
<zip basedir="${localGitClone}/bundles/org.eclipse.equinox.executable/library" includes="**" destfile="${basedir}/library.zip" />
<mkremote dir="${scpDest}:${workspace}/${os}.${ws}.${arch}"/>
- <SCP dir="${basedir}" source="remote.sh build.xml library.zip" destination="${scpDest}:${workspace}/${os}.${ws}.${arch}" />
+ <SCP dir="${basedir}" source="remote.sh build.xml launcher.properties library.zip" destination="${scpDest}:${workspace}/${os}.${ws}.${arch}" />
<echo message="Execing ssh ${machine}" />
<exec executable="ssh" failonerror="true" >
<arg line="${sshUser} ${machine}" />

Back to the top