Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSravan Kumar Lakkimsetti2017-12-04 11:37:18 +0000
committerSravan Kumar Lakkimsetti2017-12-04 11:39:37 +0000
commit41c788e77f420eacdf0b951cc21686db9ffa9ada (patch)
tree7e830a72f41a403f31665f081ebb561997ccf078 /bundles/org.eclipse.swt/buildSWT.xml
parent0bc565397ef8b90315c4344544d598f4dcba21c4 (diff)
downloadeclipse.platform.swt-41c788e77f420eacdf0b951cc21686db9ffa9ada.tar.gz
eclipse.platform.swt-41c788e77f420eacdf0b951cc21686db9ffa9ada.tar.xz
eclipse.platform.swt-41c788e77f420eacdf0b951cc21686db9ffa9ada.zip
Bug 528065 - Mac OS slave is offline on releng hipp
Change-Id: Ib15818ef8406e7f68db0a299c1305f8a9dc814a6 Signed-off-by: Sravan Kumar Lakkimsetti <sravankumarl@in.ibm.com>
Diffstat (limited to 'bundles/org.eclipse.swt/buildSWT.xml')
-rw-r--r--bundles/org.eclipse.swt/buildSWT.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/bundles/org.eclipse.swt/buildSWT.xml b/bundles/org.eclipse.swt/buildSWT.xml
index d6fba40dc1..ac9ad7114f 100644
--- a/bundles/org.eclipse.swt/buildSWT.xml
+++ b/bundles/org.eclipse.swt/buildSWT.xml
@@ -783,6 +783,11 @@
port="${port}"
keyfile="${keyfile}"
trust="true"/>
+ <scp file="swtbuild@${build_machine}:${lib_output}/${libs}/webkitextensions/*"
+ todir="${output_dir}/webkitextensions/"
+ port="${port}"
+ keyfile="${keyfile}"
+ trust="true"/>
<sshexec host="${build_machine}"
username="swtbuild"
port="${port}"

Back to the top