Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Niefer2010-02-04 19:50:52 +0000
committerAndrew Niefer2010-02-04 19:50:52 +0000
commit82e271045ff3d336de74b88be7f8cdf90edcb5d8 (patch)
tree79c77cdec5a6e42edf04455f588d2b3d20317a40 /releng/org.eclipse.equinox.launcher.releng
parent724a1c55218d81fea4465a4380bec8408263f05b (diff)
downloadrt.equinox.framework-82e271045ff3d336de74b88be7f8cdf90edcb5d8.tar.gz
rt.equinox.framework-82e271045ff3d336de74b88be7f8cdf90edcb5d8.tar.xz
rt.equinox.framework-82e271045ff3d336de74b88be7f8cdf90edcb5d8.zip
bug 292273 - moving ppc64 to bin
Diffstat (limited to 'releng/org.eclipse.equinox.launcher.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