Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
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