File tree Expand file tree Collapse file tree 1 file changed +1
-34
lines changed Expand file tree Collapse file tree 1 file changed +1
-34
lines changed Original file line number Diff line number Diff line change 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 >
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 >
You can’t perform that action at this time.
0 commit comments