diff options
author | Markus Knauer | 2018-10-18 21:31:50 +0000 |
---|---|---|
committer | Markus Knauer | 2018-10-18 21:31:50 +0000 |
commit | 50a898b517c92920200d716326ee365b1176c7d1 (patch) | |
tree | e78245d27108523263bed1ecfffb4115a9a533d6 | |
parent | f88bd032c7dec42eef5541ba8b22709457fff484 (diff) | |
download | org.eclipse.epp.packages-50a898b517c92920200d716326ee365b1176c7d1.tar.gz org.eclipse.epp.packages-50a898b517c92920200d716326ee365b1176c7d1.tar.xz org.eclipse.epp.packages-50a898b517c92920200d716326ee365b1176c7d1.zip |
Disable 32-bit builds for Linux and Windows
Change-Id: I381d4a449ce0be870f48cc183dd42b8755080875
Signed-off-by: Markus Knauer <mknauer@eclipsesource.com>
-rw-r--r-- | releng/org.eclipse.epp.config/parent/pom.xml | 4 |
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> |