Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Niefer2011-09-14 17:34:07 +0000
committerAndrew Niefer2011-09-14 17:34:07 +0000
commit9c49847876c6c0e8371af963e9781d867a04041c (patch)
tree8fed5158ce020c55471b908692c386bf09ec6ac4
parente5b0d41c82a7af8d379250214913ce1301f87bcc (diff)
downloadrt.equinox.framework-9c49847876c6c0e8371af963e9781d867a04041c.tar.gz
rt.equinox.framework-9c49847876c6c0e8371af963e9781d867a04041c.tar.xz
rt.equinox.framework-9c49847876c6c0e8371af963e9781d867a04041c.zip
fix copy to remote machines
-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 7154b795b..9ffa859a7 100644
--- a/releng/org.eclipse.equinox.launcher.releng/build.xml
+++ b/releng/org.eclipse.equinox.launcher.releng/build.xml
@@ -392,7 +392,7 @@
<zip basedir="${localGitClone}/bundles/org.eclipse.equinox.executable/library" includes="**" destfile="${basedir}/library.zip" />
<mkremote-task dir="${scpDest}:${workspace}/${os}.${ws}.${arch}"/>
- <scp trust="yes" keyfile="${keyfile}" file="${libraryFolder}/carbon/eclipse" todir="${scpDest}:${workspace}/${os}.${ws}.${arch}" >
+ <scp trust="yes" keyfile="${keyfile}" todir="${scpDest}:${workspace}/${os}.${ws}.${arch}" >
<fileset dir="${basedir}" includes="remote.sh,build.xml,launcher.properties,library.zip" />
</scp>

Back to the top