summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFelipe Heidrich <fheidric>2009-08-17 16:06:16 +0000
committerFelipe Heidrich <fheidric>2009-08-17 16:06:16 +0000
commitf4ff9eed681662cd60cc7cbd4e858871baa68bbb (patch)
treee8bb51400fdf443dc7e3ccce5ab751f0341c48ce
parent6f8a3a49698f012b13f2b2f0ad6e5e7fd7112668 (diff)
downloadeclipse.platform.swt-f4ff9eed681662cd60cc7cbd4e858871baa68bbb.tar.gz
eclipse.platform.swt-f4ff9eed681662cd60cc7cbd4e858871baa68bbb.tar.xz
eclipse.platform.swt-f4ff9eed681662cd60cc7cbd4e858871baa68bbb.zip
*** empty log message ***
-rw-r--r--bundles/org.eclipse.swt/tasks/build.xml8
1 files changed, 0 insertions, 8 deletions
diff --git a/bundles/org.eclipse.swt/tasks/build.xml b/bundles/org.eclipse.swt/tasks/build.xml
index 809b565625..f0c64bc2c0 100644
--- a/bundles/org.eclipse.swt/tasks/build.xml
+++ b/bundles/org.eclipse.swt/tasks/build.xml
@@ -904,14 +904,6 @@
<param name="build_target" value="build_gtk_linux_rh3_x86_64"/>
<param name="pre_commands" value="export JAVA_HOME=~/build/JRE/x64/jdk1.6.0_14; export ANT_HOME=${ant_home}; export PATH=${ant_home}/bin:$PATH; "/>
</antcall>
- <sshexec host="${m_linux_rh3_x86_64}"
- username="swtbuild"
- keyfile="${keyfile}"
- trust="true"
- command="sudo /sbin/shutdown -r now"/>
- <waitfor maxwait="5" maxwaitunit="minute" checkevery="10" checkeveryunit="second">
- <socket server="${m_linux_x86_64}" port="22" />
- </waitfor>
<antcall target="build_ssh">
<param name="machine" value="${m_linux_x86_64}"/>
<param name="cp" value="${cp_gtk}"/>