Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSravan Kumar Lakkimsetti2020-05-11 10:23:46 +0000
committerSravan Kumar Lakkimsetti2020-05-11 10:23:46 +0000
commit10c0f7b307118b9feafadaaf516069d05dd767e0 (patch)
tree499f2a9da7861816ecb668136882c2d9bb8cb713 /eclipse-platform-parent
parent56bcd17269cbc9951ffeac1f29497fc6331bbb7b (diff)
downloadeclipse.platform.releng.aggregator-10c0f7b307118b9feafadaaf516069d05dd767e0.tar.gz
eclipse.platform.releng.aggregator-10c0f7b307118b9feafadaaf516069d05dd767e0.tar.xz
eclipse.platform.releng.aggregator-10c0f7b307118b9feafadaaf516069d05dd767e0.zip
Bug 563040 - Drop PPC64LE from eclipse platform build
Change-Id: I1aeb7869bf66fa74636fae6992d3b2b1bd710889 Signed-off-by: Sravan Kumar Lakkimsetti <sravankumarl@in.ibm.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 b90ca6345..bdbe7b7d9 100644
--- a/eclipse-platform-parent/pom.xml
+++ b/eclipse-platform-parent/pom.xml
@@ -259,11 +259,6 @@
<arch>x86_64</arch>
</environment>
<environment>
- <os>linux</os>
- <ws>gtk</ws>
- <arch>ppc64le</arch>
- </environment>
- <environment>
<os>win32</os>
<ws>win32</ws>
<arch>x86_64</arch>

Back to the top