Skip to content

Commit 4593e3c

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

File tree

1 file changed

+1
-34
lines changed

1 file changed

+1
-34
lines changed

io.sloeber.parent/pom.xml

Lines changed: 1 addition & 34 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>
@@ -209,30 +199,7 @@
209199
</build>
210200
</profile>
211201

212-
<profile>
213-
<id>win32</id>
214-
<build>
215-
<plugins>
216-
<plugin>
217-
<groupId>org.eclipse.tycho</groupId>
218-
<artifactId>target-platform-configuration</artifactId>
219-
<version>${tycho.version}</version>
220-
<configuration>
221-
<!-- configure the p2 target environments for multi-platform build -->
222-
<!-- The strings ("linux", "gtk", "x86"...) are defined by the OSGi
223-
spec -->
224-
<environments>
225-
<environment>
226-
<os>win32</os>
227-
<ws>win32</ws>
228-
<arch>x86</arch>
229-
</environment>
230-
</environments>
231-
</configuration>
232-
</plugin>
233-
</plugins>
234-
</build>
235-
</profile>
202+
236203
<profile>
237204
<id>win64</id>
238205
<build>

0 commit comments

Comments
 (0)