Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSravan Kumar Lakkimsetti2017-01-11 17:32:24 +0000
committerAlexander Kurtakov2017-01-12 10:46:08 +0000
commitc70e3955f23abc00e97c5d6ec1683fa63be2eefb (patch)
tree85a5b628b960826710f83daa3801409cddddcb70 /eclipse-platform-parent
parent7cabee4f44f9a305abc2769bf80ff461495cada4 (diff)
downloadeclipse.platform.releng.aggregator-c70e3955f23abc00e97c5d6ec1683fa63be2eefb.tar.gz
eclipse.platform.releng.aggregator-c70e3955f23abc00e97c5d6ec1683fa63be2eefb.tar.xz
eclipse.platform.releng.aggregator-c70e3955f23abc00e97c5d6ec1683fa63be2eefb.zip
Bug 509525 - Stop packaging Unix builds
Change-Id: I22231b3f6ea2872e30f91dd3700700faa51ff5ad Signed-off-by: Sravan Kumar Lakkimsetti <sravankumarl@in.ibm.com>
Diffstat (limited to 'eclipse-platform-parent')
-rw-r--r--eclipse-platform-parent/pom.xml35
1 files changed, 0 insertions, 35 deletions
diff --git a/eclipse-platform-parent/pom.xml b/eclipse-platform-parent/pom.xml
index e80488c15..60ce785d2 100644
--- a/eclipse-platform-parent/pom.xml
+++ b/eclipse-platform-parent/pom.xml
@@ -286,16 +286,6 @@
<arch>ppc64le</arch>
</environment>
<environment>
- <os>linux</os>
- <ws>gtk</ws>
- <arch>s390</arch>
- </environment>
- <environment>
- <os>linux</os>
- <ws>gtk</ws>
- <arch>s390x</arch>
- </environment>
- <environment>
<os>win32</os>
<ws>win32</ws>
<arch>x86</arch>
@@ -310,31 +300,6 @@
<ws>cocoa</ws>
<arch>x86_64</arch>
</environment>
- <environment>
- <os>solaris</os>
- <ws>gtk</ws>
- <arch>x86_64</arch>
- </environment>
- <environment>
- <os>solaris</os>
- <ws>gtk</ws>
- <arch>sparcv9</arch>
- </environment>
- <environment>
- <os>hpux</os>
- <ws>gtk</ws>
- <arch>ia64</arch>
- </environment>
- <environment>
- <os>aix</os>
- <ws>gtk</ws>
- <arch>ppc</arch>
- </environment>
- <environment>
- <os>aix</os>
- <ws>gtk</ws>
- <arch>ppc64</arch>
- </environment>
</environments>
</configuration>
</plugin>

Back to the top