summaryrefslogtreecommitdiffstats
path: root/bundles/org.eclipse.swt/tasks
diff options
context:
space:
mode:
authorBogdan Gheorghe <gheorghe>2011-01-13 15:53:09 +0000
committerBogdan Gheorghe <gheorghe>2011-01-13 15:53:09 +0000
commit25a820b9c61bce768cba2e9e95ac223905930030 (patch)
tree8b96d31bc4fc816b9593d276b8a522817b8df161 /bundles/org.eclipse.swt/tasks
parentf6a24088b046b1954c66d99e5955f79165bd4145 (diff)
downloadeclipse.platform.swt-25a820b9c61bce768cba2e9e95ac223905930030.tar.gz
eclipse.platform.swt-25a820b9c61bce768cba2e9e95ac223905930030.tar.xz
eclipse.platform.swt-25a820b9c61bce768cba2e9e95ac223905930030.zip
Restored AIX check machines
Diffstat (limited to 'bundles/org.eclipse.swt/tasks')
-rw-r--r--bundles/org.eclipse.swt/tasks/build.xml13
1 files changed, 5 insertions, 8 deletions
diff --git a/bundles/org.eclipse.swt/tasks/build.xml b/bundles/org.eclipse.swt/tasks/build.xml
index b7054ea9b1..2e3d5be764 100644
--- a/bundles/org.eclipse.swt/tasks/build.xml
+++ b/bundles/org.eclipse.swt/tasks/build.xml
@@ -695,14 +695,13 @@
outputproperty="m_solaris_x86_output"
command="hostname"/>
- <!-- TEMPORARY: AIX machine is being repaired. -->
- <!--sshexec host="${m_aix}"
+ <sshexec host="${m_aix}"
username="swtbuild"
keyfile="${keyfile}"
failonerror="false"
trust="true"
outputproperty="m_aix_output"
- command="hostname"/-->
+ command="hostname"/>
<sshexec host="${m_hpux}"
username="swtbuild"
@@ -746,10 +745,9 @@
<condition property="m_solaris_x86_test" value="${success_msg}" else="${fail_msg}">
<matches pattern="${m_solaris_x86}*" string="${m_solaris_x86_output}"/>
</condition>
- <!-- TEMPORARY: AIX machine is being repaired. -->
- <!--condition property="m_aix_test" value="${success_msg}" else="${fail_msg}">
+ <condition property="m_aix_test" value="${success_msg}" else="${fail_msg}">
<matches pattern="${m_aix}*" string="${m_aix_output}"/>
- </condition-->
+ </condition>
<condition property="m_hpux_test" value="${success_msg}" else="${fail_msg}">
<matches pattern="${m_hpux}*" string="${m_hpux_output}"/>
</condition>
@@ -768,8 +766,7 @@
<echo>${m_linux_ppc64} - ${m_linux_ppc64_test}</echo-->
<echo>${m_solaris_sparc} - ${m_solaris_sparc_test}</echo>
<echo>${m_solaris_x86} - ${m_solaris_x86_test}</echo>
- <!-- TEMPORARY: AIX machine is being repaired. -->
- <!--echo>${m_aix} - ${m_aix_test}</echo-->
+ <echo>${m_aix} - ${m_aix_test}</echo>
<echo>${m_hpux} - ${m_hpux_test}</echo>
<echo>${m_mac} - ${m_mac_test}</echo>
<echo>-------------------------</echo>