File tree Expand file tree Collapse file tree 2 files changed +69
-13
lines changed
it.baeyens.arduino.parent
it.baeyens.arduino.product Expand file tree Collapse file tree 2 files changed +69
-13
lines changed Original file line number Diff line number Diff line change 71
71
72
72
73
73
<profiles >
74
-
75
-
74
+
75
+ <profile >
76
+ <id >all</id >
77
+ <build >
78
+ <plugins >
79
+ <plugin >
80
+ <groupId >org.eclipse.tycho</groupId >
81
+ <artifactId >target-platform-configuration</artifactId >
82
+ <version >${tycho.version} </version >
83
+ <configuration >
84
+ <!-- configure the p2 target environments for multi-platform build -->
85
+ <!-- The strings ("linux", "gtk", "x86"...) are defined by the OSGi
86
+ spec -->
87
+ <environments >
88
+ <environment >
89
+ <os >win32</os >
90
+ <ws >win32</ws >
91
+ <arch >x86</arch >
92
+ </environment >
93
+ <environment >
94
+ <os >win32</os >
95
+ <ws >win32</ws >
96
+ <arch >x86_64</arch >
97
+ </environment >
98
+ <environment >
99
+ <os >linux</os >
100
+ <ws >gtk</ws >
101
+ <arch >x86</arch >
102
+ </environment >
103
+ <environment >
104
+ <os >linux</os >
105
+ <ws >gtk</ws >
106
+ <arch >x86_64</arch >
107
+ </environment >
108
+ <environment >
109
+ <os >macosx</os >
110
+ <ws >cocoa</ws >
111
+ <arch >x86_64</arch >
112
+ </environment >
113
+ </environments >
114
+ </configuration >
115
+ </plugin >
116
+ </plugins >
117
+ </build >
118
+ </profile >
76
119
77
120
<profile >
78
-
79
121
<id >win32</id >
80
122
<build >
81
123
<plugins >
98
140
</plugin >
99
141
</plugins >
100
142
</build >
101
- </profile ><profile >
143
+ </profile >
144
+ <profile >
102
145
<id >win64</id >
103
146
<build >
104
147
<plugins >
122
165
</plugins >
123
166
</build >
124
167
</profile >
125
-
168
+
126
169
127
170
<profile >
128
171
<id >linux32</id >
198
241
</plugin >
199
242
</plugins >
200
243
</build >
201
- </profile ><profile >
244
+ </profile >
245
+ <profile >
202
246
<id >mac64</id >
203
247
<build >
204
248
<plugins >
280
324
</profile >
281
325
</profiles >
282
326
283
- <repositories >
284
- <repository >
285
- <id >Nebula</id >
286
- <layout >p2</layout >
287
- <url > http://download.eclipse.org/technology/nebula/snapshot</url >
288
- </repository >
289
- </repositories >
327
+ <repositories >
328
+ <repository >
329
+ <id >Nebula</id >
330
+ <layout >p2</layout >
331
+ <url > http://download.eclipse.org/technology/nebula/snapshot</url >
332
+ </repository >
333
+ </repositories >
334
+
335
+ <pluginRepositories >
336
+ <pluginRepository >
337
+ <id >tycho-staged</id >
338
+ <url >https://oss.sonatype.org/content/repositories/orgeclipsetycho-1004/</url >
339
+ </pluginRepository >
340
+ </pluginRepositories >
290
341
291
342
</project >
292
343
Original file line number Diff line number Diff line change 35
35
</execution >
36
36
</executions >
37
37
<configuration >
38
+ <formats >
39
+ <win32 >zip</win32 >
40
+ <linux >tar.gz</linux >
41
+ <macosx >tar.gz</macosx >
42
+ </formats >
38
43
<products >
39
44
<product >
40
45
<!-- id is verbatim to todo.product "uid" -->
You can’t perform that action at this time.
0 commit comments