Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSilenio Quarti2013-09-24 20:29:09 +0000
committerSilenio Quarti2013-09-24 20:29:09 +0000
commit15a325747f844bbf135d7779e1715b870fd51bba (patch)
tree5e3abae2c6ab58c17ba2035e2a10f0d6ccc4132d
parentf84d197f0133afb506d13eb4c094868a2080679c (diff)
downloadeclipse.platform.swt-I20131009-0430.tar.gz
eclipse.platform.swt-I20131009-0430.tar.xz
eclipse.platform.swt-I20131009-0430.zip
allow build machine names to include domain name - againv4409bv4409aI20131009-0430I20131008-2330I20131001-0800
-rw-r--r--bundles/org.eclipse.swt/buildSWT.xml1
1 files changed, 0 insertions, 1 deletions
diff --git a/bundles/org.eclipse.swt/buildSWT.xml b/bundles/org.eclipse.swt/buildSWT.xml
index 5c4c95f8c5..42985f4cac 100644
--- a/bundles/org.eclipse.swt/buildSWT.xml
+++ b/bundles/org.eclipse.swt/buildSWT.xml
@@ -305,7 +305,6 @@
<length string="${m_linux_x86_output}" when="greater" length="0"/>
<matches pattern="x${m_linux_x86_output}*" string="x${m_linux_x86}"/>
</and>
- <matches pattern="${m_linux_x86}*" string="${m_linux_x86_output}"/>
</condition>
<condition property="m_linux_x86_64_test" value="${success_msg}" else="${fail_msg}">
<and>

Back to the top