Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml11
1 files changed, 0 insertions, 11 deletions
diff --git a/pom.xml b/pom.xml
index 294f454dbd9..664ed687b96 100644
--- a/pom.xml
+++ b/pom.xml
@@ -54,7 +54,6 @@
<module>core/org.eclipse.cdt.core.win32.x86</module>
<module>core/org.eclipse.cdt.core.win32.x86_64</module>
<module>core/org.eclipse.cdt.core.macosx</module>
- <module>core/org.eclipse.cdt.core.aix</module>
<module>native/org.eclipse.cdt.native.serial</module>
<module>releng/org.eclipse.cdt.native-feature</module>
@@ -402,11 +401,6 @@
<arch>x86_64</arch>
</environment>
<environment>
- <os>aix</os>
- <ws>gtk</ws>
- <arch>ppc</arch>
- </environment>
- <environment>
<os>linux</os>
<ws>gtk</ws>
<arch>ppc64le</arch>
@@ -464,11 +458,6 @@
<ws>cocoa</ws>
<arch>x86_64</arch>
</environment>
- <environment>
- <os>aix</os>
- <ws>gtk</ws>
- <arch>ppc</arch>
- </environment>
</environments>
<target>
<artifact>

Back to the top