summaryrefslogtreecommitdiffstats
path: root/bundles/org.eclipse.swt/tasks
diff options
context:
space:
mode:
authorBogdan Gheorghe <gheorghe>2011-01-10 23:00:04 +0000
committerBogdan Gheorghe <gheorghe>2011-01-10 23:00:04 +0000
commit720943dc216c8741e0c99e3be25570dd020fbbe7 (patch)
tree305aaba7c7e4dc0feaed1d352b9f8ba431536b2d /bundles/org.eclipse.swt/tasks
parent9eeab5b1cedc5b146c5a7e3bb64f6c3669516c52 (diff)
downloadeclipse.platform.swt-720943dc216c8741e0c99e3be25570dd020fbbe7.tar.gz
eclipse.platform.swt-720943dc216c8741e0c99e3be25570dd020fbbe7.tar.xz
eclipse.platform.swt-720943dc216c8741e0c99e3be25570dd020fbbe7.zip
Remove AIX and PPC from check machines
Diffstat (limited to 'bundles/org.eclipse.swt/tasks')
-rw-r--r--bundles/org.eclipse.swt/tasks/build.xml10
1 files changed, 6 insertions, 4 deletions
diff --git a/bundles/org.eclipse.swt/tasks/build.xml b/bundles/org.eclipse.swt/tasks/build.xml
index 861e10e915..11fe4986b0 100644
--- a/bundles/org.eclipse.swt/tasks/build.xml
+++ b/bundles/org.eclipse.swt/tasks/build.xml
@@ -733,21 +733,23 @@
<condition property="m_linux_rh3_x86_64_test" value="${success_msg}" else="${fail_msg}">
<matches pattern="${m_linux_rh3_x86_64}*" string="${m_linux_rh3_x86_64_output}"/>
</condition-->
- <condition property="m_linux_ppc_test" value="${success_msg}" else="${fail_msg}">
+ <!-- TEMPORARY: AIX machine is being repaired. -->
+ <!--condition property="m_linux_ppc_test" value="${success_msg}" else="${fail_msg}">
<matches pattern="${m_linux_ppc}*" string="${m_linux_ppc_output}"/>
</condition>
<condition property="m_linux_ppc64_test" value="${success_msg}" else="${fail_msg}">
<matches pattern="${m_linux_ppc64}*" string="${m_linux_ppc64_output}"/>
- </condition>
+ </condition-->
<condition property="m_solaris_sparc_test" value="${success_msg}" else="${fail_msg}">
<matches pattern="${m_solaris_sparc}*" string="${m_solaris_sparc_output}"/>
</condition>
<condition property="m_solaris_x86_test" value="${success_msg}" else="${fail_msg}">
<matches pattern="${m_solaris_x86}*" string="${m_solaris_x86_output}"/>
</condition>
- <condition property="m_aix_test" value="${success_msg}" else="${fail_msg}">
+ <!-- TEMPORARY: AIX machine is being repaired. -->
+ <!--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>