Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kurtakov2017-04-27 12:58:01 +0000
committerAlexander Kurtakov2017-04-28 08:07:20 +0000
commitb56c25457b1dcf8ec111c49b30d9c37e58b1d9d4 (patch)
treebd5b5bae5e6ba38fb16c7f2a2709bdb566027437 /eclipse-platform-parent
parent6b82670dc6405042a23a2dbff6285f093e6e5b7b (diff)
downloadeclipse.platform.releng.aggregator-b56c25457b1dcf8ec111c49b30d9c37e58b1d9d4.tar.gz
eclipse.platform.releng.aggregator-b56c25457b1dcf8ec111c49b30d9c37e58b1d9d4.tar.xz
eclipse.platform.releng.aggregator-b56c25457b1dcf8ec111c49b30d9c37e58b1d9d4.zip
Bug 515548 - Drop support for ppc32 on platform
Drop the ppc32 env from targets. Change-Id: I15b30fc35d50fd89adb9f971f0c751fbf5bc1496 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
Diffstat (limited to 'eclipse-platform-parent')
-rw-r--r--eclipse-platform-parent/pom.xml5
1 files changed, 0 insertions, 5 deletions
diff --git a/eclipse-platform-parent/pom.xml b/eclipse-platform-parent/pom.xml
index a62f848e2..481bee7f1 100644
--- a/eclipse-platform-parent/pom.xml
+++ b/eclipse-platform-parent/pom.xml
@@ -268,11 +268,6 @@
<environment>
<os>linux</os>
<ws>gtk</ws>
- <arch>ppc</arch>
- </environment>
- <environment>
- <os>linux</os>
- <ws>gtk</ws>
<arch>ppc64</arch>
</environment>
<environment>

Back to the top