File tree 1 file changed +1
-34
lines changed
1 file changed +1
-34
lines changed Original file line number Diff line number Diff line change 177
177
<!-- The strings ("linux", "gtk", "x86"...) are defined by the OSGi
178
178
spec -->
179
179
<environments >
180
- <environment >
181
- <os >win32</os >
182
- <ws >win32</ws >
183
- <arch >x86</arch >
184
- </environment >
185
180
<environment >
186
181
<os >win32</os >
187
182
<ws >win32</ws >
188
183
<arch >x86_64</arch >
189
184
</environment >
190
- <environment >
191
- <os >linux</os >
192
- <ws >gtk</ws >
193
- <arch >x86</arch >
194
- </environment >
195
185
<environment >
196
186
<os >linux</os >
197
187
<ws >gtk</ws >
209
199
</build >
210
200
</profile >
211
201
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
+
236
203
<profile >
237
204
<id >win64</id >
238
205
<build >
You can’t perform that action at this time.
0 commit comments