Skip to content

Commit 5a38a8b

Browse files
author
jantje
committed
#1106 remove 32 bit os profiles (linux and windows)
1 parent 18f61b7 commit 5a38a8b

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

io.sloeber.parent/pom.xml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -177,21 +177,11 @@
177177
<!-- The strings ("linux", "gtk", "x86"...) are defined by the OSGi
178178
spec -->
179179
<environments>
180-
<environment>
181-
<os>win32</os>
182-
<ws>win32</ws>
183-
<arch>x86</arch>
184-
</environment>
185180
<environment>
186181
<os>win32</os>
187182
<ws>win32</ws>
188183
<arch>x86_64</arch>
189184
</environment>
190-
<environment>
191-
<os>linux</os>
192-
<ws>gtk</ws>
193-
<arch>x86</arch>
194-
</environment>
195185
<environment>
196186
<os>linux</os>
197187
<ws>gtk</ws>

0 commit comments

Comments
 (0)