Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kurtakov2017-04-27 12:51:31 +0000
committerAlexander Kurtakov2017-04-27 21:12:29 +0000
commit9891b56e23c2d31fb0808fdf2dea536d821f3b3b (patch)
treefb2519c8b4c8f198bbc3466b6e603841ad1113f3
parent664dd67f1b7243bae360df038ae09730f4c60972 (diff)
downloadrt.equinox.framework-9891b56e23c2d31fb0808fdf2dea536d821f3b3b.tar.gz
rt.equinox.framework-9891b56e23c2d31fb0808fdf2dea536d821f3b3b.tar.xz
rt.equinox.framework-9891b56e23c2d31fb0808fdf2dea536d821f3b3b.zip
Bug 515548 - Drop support for ppc32 on platform
Stop building ppc32 launcher. Change-Id: I346ce57af718e7eab5b37423c7b07014245cfa2e Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
-rw-r--r--pom.xml1
1 files changed, 0 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 95d609e44..58214de79 100644
--- a/pom.xml
+++ b/pom.xml
@@ -85,7 +85,6 @@
<module>bundles/org.eclipse.equinox.launcher</module>
<module>bundles/org.eclipse.equinox.launcher.cocoa.macosx.x86_64</module>
- <module>bundles/org.eclipse.equinox.launcher.gtk.linux.ppc</module>
<module>bundles/org.eclipse.equinox.launcher.gtk.linux.ppc64</module>
<module>bundles/org.eclipse.equinox.launcher.gtk.linux.ppc64le</module>
<module>bundles/org.eclipse.equinox.launcher.gtk.linux.x86</module>

Back to the top