Skip to main content
summaryrefslogtreecommitdiffstats
path: root/releng
diff options
context:
space:
mode:
Diffstat (limited to 'releng')
-rw-r--r--releng/org.eclipse.equinox.launcher.releng/build.xml1
1 files changed, 0 insertions, 1 deletions
diff --git a/releng/org.eclipse.equinox.launcher.releng/build.xml b/releng/org.eclipse.equinox.launcher.releng/build.xml
index 59f8f5e2b..506bb882c 100644
--- a/releng/org.eclipse.equinox.launcher.releng/build.xml
+++ b/releng/org.eclipse.equinox.launcher.releng/build.xml
@@ -50,7 +50,6 @@
<equals arg1="s390x" arg2="${arch}" />
<equals arg1="motif.sparc" arg2="${ws}.${arch}" />
<equals arg1="win32.ia64" arg2="${ws}.${arch}" />
- <equals arg1="gtk.ppc64" arg2="${ws}.${arch}" /> <!-- linux.gtk.ppc64 is contributed until M5 -->
</or>
</condition>
</target>

Back to the top