Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteve Francisco2014-08-21 20:25:09 +0000
committerDavid Williams2014-09-02 16:44:35 +0000
commitffff49f1a9e549f3113ae41adba9ad2e75df2869 (patch)
tree847497be3f44e10787e76ca94b959022ab6982dc /eclipse-platform-parent/pom.xml
parent889f06391dc0573f002c0cab25eb47d772f6eb42 (diff)
downloadeclipse.platform.releng.aggregator-ffff49f1a9e549f3113ae41adba9ad2e75df2869.tar.gz
eclipse.platform.releng.aggregator-ffff49f1a9e549f3113ae41adba9ad2e75df2869.tar.xz
eclipse.platform.releng.aggregator-ffff49f1a9e549f3113ae41adba9ad2e75df2869.zip
Bug 442290 - Add ppc64le support into 4.5 build
Signed-off-by: Steve Francisco <cisco@ca.ibm.com>
Diffstat (limited to 'eclipse-platform-parent/pom.xml')
-rw-r--r--eclipse-platform-parent/pom.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/eclipse-platform-parent/pom.xml b/eclipse-platform-parent/pom.xml
index f7ac81151..1ee06302f 100644
--- a/eclipse-platform-parent/pom.xml
+++ b/eclipse-platform-parent/pom.xml
@@ -221,6 +221,11 @@
<environment>
<os>linux</os>
<ws>gtk</ws>
+ <arch>ppc64le</arch>
+ </environment>
+ <environment>
+ <os>linux</os>
+ <ws>gtk</ws>
<arch>s390</arch>
</environment>
<environment>

Back to the top