Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorUwe Stieber2012-03-03 09:16:28 +0000
committerUwe Stieber2012-03-03 09:16:28 +0000
commit60a47c89089fcce28ff95381996142737d35d5de (patch)
treef94a21cdecab6068e858a2f9ad142a28ab7a4e81 /pom.xml
parent9c1333efe03bdebb97a2f0923c48ce3a0a80ee76 (diff)
downloadorg.eclipse.tcf-60a47c89089fcce28ff95381996142737d35d5de.tar.gz
org.eclipse.tcf-60a47c89089fcce28ff95381996142737d35d5de.tar.xz
org.eclipse.tcf-60a47c89089fcce28ff95381996142737d35d5de.zip
Maven: Reduce number of build environments
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml17
1 files changed, 1 insertions, 16 deletions
diff --git a/pom.xml b/pom.xml
index 1e401d2da..1962bf14b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -154,11 +154,6 @@
<arch>x86_64</arch>
</environment>
<environment>
- <os>linux</os>
- <ws>gtk</ws>
- <arch>ppc64</arch>
- </environment>
- <environment>
<os>win32</os>
<ws>win32</ws>
<arch>x86</arch>
@@ -178,16 +173,6 @@
<ws>cocoa</ws>
<arch>x86_64</arch>
</environment>
- <environment>
- <os>aix</os>
- <ws>gtk</ws>
- <arch>ppc</arch>
- </environment>
- <environment>
- <os>solaris</os>
- <ws>gtk</ws>
- <arch>sparc</arch>
- </environment>
</environments>
</configuration>
</plugin>
@@ -289,4 +274,4 @@
</plugins>
</pluginManagement>
</build>
-</project> \ No newline at end of file
+</project>

Back to the top