Skip to main content
aboutsummaryrefslogtreecommitdiffstats
path: root/releng
diff options
context:
space:
mode:
Diffstat (limited to 'releng')
-rw-r--r--releng/org.eclipse.epp.config/parent/pom.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/releng/org.eclipse.epp.config/parent/pom.xml b/releng/org.eclipse.epp.config/parent/pom.xml
index 7ebb3c35..8126745f 100644
--- a/releng/org.eclipse.epp.config/parent/pom.xml
+++ b/releng/org.eclipse.epp.config/parent/pom.xml
@@ -103,21 +103,25 @@
</dependency-resolution>
-->
<environments>
+ <!--
<environment>
<os>linux</os>
<ws>gtk</ws>
<arch>x86</arch>
</environment>
+ -->
<environment>
<os>linux</os>
<ws>gtk</ws>
<arch>x86_64</arch>
</environment>
+ <!--
<environment>
<os>win32</os>
<ws>win32</ws>
<arch>x86</arch>
</environment>
+ -->
<environment>
<os>win32</os>
<ws>win32</ws>

Back to the top