]> git.argeo.org Git - lgpl/argeo-commons.git/blob - pom.xml
eb9e7d532e648bdf580cc894e9b805b4f7e41f36
[lgpl/argeo-commons.git] / pom.xml
1 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
2 <modelVersion>4.0.0</modelVersion>
3 <parent>
4 <groupId>org.argeo.commons.rcp</groupId>
5 <artifactId>dep</artifactId>
6 <version>2.1.78</version>
7 <relativePath>..</relativePath>
8 </parent>
9 <artifactId>org.argeo.dep.cms.e4.rcp</artifactId>
10 <name>Node Eclipse RCP</name>
11 <dependencies>
12 <!-- Argeo -->
13 <dependency>
14 <groupId>org.argeo.commons</groupId>
15 <artifactId>org.argeo.eclipse.ui</artifactId>
16 <version>2.1.78</version>
17 </dependency>
18 <dependency>
19 <groupId>org.argeo.commons.rcp</groupId>
20 <artifactId>org.argeo.eclipse.ui.rcp</artifactId>
21 <version>2.1.78</version>
22 </dependency>
23 <dependency>
24 <groupId>org.argeo.commons</groupId>
25 <artifactId>org.argeo.cms.ui</artifactId>
26 <version>2.1.78</version>
27 </dependency>
28 <dependency>
29 <groupId>org.argeo.commons</groupId>
30 <artifactId>org.argeo.cms.ui.theme</artifactId>
31 <version>2.1.78</version>
32 </dependency>
33
34 <!-- Desktop -->
35 <dependency>
36 <groupId>org.argeo.commons.rcp</groupId>
37 <artifactId>org.argeo.cms.desktop</artifactId>
38 <version>2.1.78</version>
39 </dependency>
40
41 <!-- E4 specific -->
42 <dependency>
43 <groupId>org.argeo.commons</groupId>
44 <artifactId>org.argeo.cms.e4</artifactId>
45 <version>2.1.78</version>
46 </dependency>
47 <dependency>
48 <groupId>org.argeo.commons.rcp</groupId>
49 <artifactId>org.argeo.cms.e4.rcp</artifactId>
50 <version>2.1.78</version>
51 </dependency>
52
53 <!-- RCP specific -->
54 <!-- <dependency> -->
55 <!-- <groupId>org.argeo.commons.rcp</groupId> -->
56 <!-- <artifactId>org.argeo.cms.ui.workbench.rcp</artifactId> -->
57 <!-- <version>2.1.18-SNAPSHOT</version> -->
58 <!-- </dependency> -->
59 <!-- <dependency> -->
60 <!-- <groupId>org.argeo.commons</groupId> -->
61 <!-- <artifactId>org.argeo.cms.ui.workbench</artifactId> -->
62 <!-- <version>${version.argeo-commons}</version> -->
63 <!-- </dependency> -->
64
65 <dependency>
66 <groupId>org.argeo.commons</groupId>
67 <artifactId>org.argeo.dep.cms.node</artifactId>
68 <version>2.1.78</version>
69 <type>pom</type>
70 </dependency>
71
72 <!-- SDK -->
73 <dependency>
74 <groupId>org.argeo.tp.equinox</groupId>
75 <artifactId>org.eclipse.osgi</artifactId>
76 <scope>test</scope>
77 </dependency>
78
79 <!-- SWT for ARM -->
80 <dependency>
81 <groupId>org.argeo.tp.rcp.e4</groupId>
82 <artifactId>org.eclipse.swt.gtk.linux.arm</artifactId>
83 <version>3.108.0.v20180905-1254</version>
84 </dependency>
85
86 <!-- Eclipse launcher -->
87 <dependency>
88 <groupId>org.argeo.tp.rcp.e4</groupId>
89 <artifactId>org.eclipse.equinox.launcher</artifactId>
90 <version>1.5.100.v20180827-1352</version>
91 </dependency>
92
93 <!-- RCP -->
94 <dependency>
95 <groupId>org.argeo.tp.rcp.e4</groupId>
96 <artifactId>org.eclipse.e4.ui.css.swt.theme</artifactId>
97 <version>0.12.100.v20180828-0227</version>
98 </dependency>
99 <dependency>
100 <groupId>org.argeo.tp.rcp.e4</groupId>
101 <artifactId>org.eclipse.e4.ui.workbench.swt</artifactId>
102 <version>0.14.300.v20180906-1121</version>
103 </dependency>
104 <dependency>
105 <groupId>org.argeo.tp.rcp.e4</groupId>
106 <artifactId>org.eclipse.core.contenttype</artifactId>
107 <version>3.7.100.v20180817-1401</version>
108 </dependency>
109 <dependency>
110 <groupId>org.argeo.tp.rcp.e4</groupId>
111 <artifactId>org.apache.batik.constants</artifactId>
112 <version>1.10.0.v20180703-1553</version>
113 </dependency>
114 <dependency>
115 <groupId>org.argeo.tp.rcp.e4</groupId>
116 <artifactId>org.eclipse.e4.core.di</artifactId>
117 <version>1.7.100.v20180817-1215</version>
118 </dependency>
119 <dependency>
120 <groupId>org.argeo.tp.rcp.e4</groupId>
121 <artifactId>org.eclipse.swt.gtk.linux.x86</artifactId>
122 <version>3.108.0.v20180904-1901</version>
123 </dependency>
124 <dependency>
125 <groupId>org.argeo.tp.rcp.e4</groupId>
126 <artifactId>org.eclipse.core.runtime</artifactId>
127 <version>3.15.0.v20180817-1401</version>
128 </dependency>
129 <dependency>
130 <groupId>org.argeo.tp.rcp.e4</groupId>
131 <artifactId>org.eclipse.core.databinding</artifactId>
132 <version>1.7.0.v20180827-2028</version>
133 </dependency>
134 <dependency>
135 <groupId>org.argeo.tp.rcp.e4</groupId>
136 <artifactId>org.eclipse.e4.ui.bindings</artifactId>
137 <version>0.12.200.v20180828-0227</version>
138 </dependency>
139 <dependency>
140 <groupId>org.argeo.tp.rcp.e4</groupId>
141 <artifactId>org.eclipse.e4.ui.model.workbench</artifactId>
142 <version>2.1.100.v20180904-1914</version>
143 </dependency>
144 <dependency>
145 <groupId>org.argeo.tp.rcp.e4</groupId>
146 <artifactId>org.eclipse.ui.cocoa</artifactId>
147 <version>1.2.100.v20180828-0838</version>
148 </dependency>
149 <dependency>
150 <groupId>org.argeo.tp.rcp.e4</groupId>
151 <artifactId>org.apache.felix.scr</artifactId>
152 <version>2.0.14.v20180822-1822</version>
153 </dependency>
154 <dependency>
155 <groupId>org.argeo.tp.rcp.e4</groupId>
156 <artifactId>org.w3c.dom.svg</artifactId>
157 <version>1.1.0.v201011041433</version>
158 </dependency>
159 <dependency>
160 <groupId>org.argeo.tp.rcp.e4</groupId>
161 <artifactId>org.eclipse.jface.databinding</artifactId>
162 <version>1.8.300.v20180828-0836</version>
163 </dependency>
164 <dependency>
165 <groupId>org.argeo.tp.rcp.e4</groupId>
166 <artifactId>org.eclipse.e4.ui.workbench.addons.swt</artifactId>
167 <version>1.3.200.v20180828-0227</version>
168 </dependency>
169 <dependency>
170 <groupId>org.argeo.tp.rcp.e4</groupId>
171 <artifactId>org.eclipse.e4.core.services</artifactId>
172 <version>2.1.200.v20180817-1215</version>
173 </dependency>
174 <dependency>
175 <groupId>org.argeo.tp.rcp.e4</groupId>
176 <artifactId>org.apache.felix.gogo.shell</artifactId>
177 <version>1.1.0.v20180713-1646</version>
178 </dependency>
179 <dependency>
180 <groupId>org.argeo.tp.rcp.e4</groupId>
181 <artifactId>org.eclipse.e4.ui.widgets</artifactId>
182 <version>1.2.200.v20180828-0227</version>
183 </dependency>
184 <dependency>
185 <groupId>org.argeo.tp.rcp.e4</groupId>
186 <artifactId>org.eclipse.e4.core.commands</artifactId>
187 <version>0.12.300.v20180828-0227</version>
188 </dependency>
189 <dependency>
190 <groupId>org.argeo.tp.rcp.e4</groupId>
191 <artifactId>org.eclipse.e4.core.di.extensions.supplier</artifactId>
192 <version>0.15.200.v20180817-1215</version>
193 </dependency>
194 <dependency>
195 <groupId>org.argeo.tp.rcp.e4</groupId>
196 <artifactId>org.eclipse.core.expressions</artifactId>
197 <version>3.6.200.v20180817-1401</version>
198 </dependency>
199 <dependency>
200 <groupId>org.argeo.tp.rcp.e4</groupId>
201 <artifactId>org.eclipse.equinox.launcher.gtk.linux.x86_64</artifactId>
202 <version>1.1.800.v20180827-1352</version>
203 </dependency>
204 <dependency>
205 <groupId>org.argeo.tp.rcp.e4</groupId>
206 <artifactId>com.ibm.icu</artifactId>
207 <version>62.1.0.v20180727-1652</version>
208 </dependency>
209 <dependency>
210 <groupId>org.argeo.tp.rcp.e4</groupId>
211 <artifactId>org.apache.batik.css</artifactId>
212 <version>1.10.0.v20180703-1553</version>
213 </dependency>
214 <dependency>
215 <groupId>org.argeo.tp.rcp.e4</groupId>
216 <artifactId>org.eclipse.e4.ui.css.swt</artifactId>
217 <version>0.13.200.v20180828-0227</version>
218 </dependency>
219 <dependency>
220 <groupId>org.argeo.tp.rcp.e4</groupId>
221 <artifactId>org.eclipse.e4.ui.swt.gtk</artifactId>
222 <version>1.0.400.v20180828-0227</version>
223 </dependency>
224 <dependency>
225 <groupId>org.argeo.tp.rcp.e4</groupId>
226 <artifactId>org.apache.batik.i18n</artifactId>
227 <version>1.10.0.v20180703-1553</version>
228 </dependency>
229 <dependency>
230 <groupId>org.argeo.tp.rcp.e4</groupId>
231 <artifactId>org.w3c.css.sac</artifactId>
232 <version>1.3.1.v200903091627</version>
233 </dependency>
234 <dependency>
235 <groupId>org.argeo.tp.rcp.e4</groupId>
236 <artifactId>org.eclipse.equinox.launcher.gtk.linux.x86</artifactId>
237 <version>1.1.800.v20180827-1352</version>
238 </dependency>
239 <dependency>
240 <groupId>org.argeo.tp.rcp.e4</groupId>
241 <artifactId>org.eclipse.jface</artifactId>
242 <version>3.14.100.v20180828-0836</version>
243 </dependency>
244 <dependency>
245 <groupId>org.argeo.tp.rcp.e4</groupId>
246 <artifactId>org.eclipse.e4.emf.xpath</artifactId>
247 <version>0.2.200.v20180828-0227</version>
248 </dependency>
249 <dependency>
250 <groupId>org.argeo.tp.rcp.e4</groupId>
251 <artifactId>org.eclipse.swt.cocoa.macosx.x86_64</artifactId>
252 <version>3.108.0.v20180904-1901</version>
253 </dependency>
254 <dependency>
255 <groupId>org.argeo.tp.rcp.e4</groupId>
256 <artifactId>org.eclipse.equinox.launcher.win32.win32.x86</artifactId>
257 <version>1.1.800.v20180827-1352</version>
258 </dependency>
259 <dependency>
260 <groupId>org.argeo.tp.rcp.e4</groupId>
261 <artifactId>org.eclipse.equinox.launcher.cocoa.macosx.x86_64</artifactId>
262 <version>1.1.800.v20180827-1352</version>
263 </dependency>
264 <dependency>
265 <groupId>org.argeo.tp.rcp.e4</groupId>
266 <artifactId>org.apache.felix.gogo.runtime</artifactId>
267 <version>1.1.0.v20180713-1646</version>
268 </dependency>
269 <dependency>
270 <groupId>org.argeo.tp.rcp.e4</groupId>
271 <artifactId>org.eclipse.core.databinding.observable</artifactId>
272 <version>1.6.300.v20180827-2028</version>
273 </dependency>
274 <dependency>
275 <groupId>org.argeo.tp.rcp.e4</groupId>
276 <artifactId>org.eclipse.rcp</artifactId>
277 <version>4.9.100.v20180906-0745</version>
278 </dependency>
279 <dependency>
280 <groupId>org.argeo.tp.rcp.e4</groupId>
281 <artifactId>org.eclipse.equinox.launcher.win32.win32.x86_64</artifactId>
282 <version>1.1.800.v20180827-1352</version>
283 </dependency>
284 <dependency>
285 <groupId>org.argeo.tp.rcp.e4</groupId>
286 <artifactId>org.eclipse.help</artifactId>
287 <version>3.8.200.v20180821-0700</version>
288 </dependency>
289 <dependency>
290 <groupId>org.argeo.tp.rcp.e4</groupId>
291 <artifactId>org.eclipse.e4.ui.workbench.renderers.swt</artifactId>
292 <version>0.14.300.v20180828-0227</version>
293 </dependency>
294 <dependency>
295 <groupId>org.argeo.tp.rcp.e4</groupId>
296 <artifactId>org.w3c.dom.smil</artifactId>
297 <version>1.0.1.v200903091627</version>
298 </dependency>
299 <dependency>
300 <groupId>org.argeo.tp.rcp.e4</groupId>
301 <artifactId>org.eclipse.swt.win32.win32.x86</artifactId>
302 <version>3.108.0.v20180904-1901</version>
303 </dependency>
304 <dependency>
305 <groupId>org.argeo.tp.rcp.e4</groupId>
306 <artifactId>org.eclipse.core.databinding.property</artifactId>
307 <version>1.6.300.v20180827-2028</version>
308 </dependency>
309 <dependency>
310 <groupId>org.argeo.tp.rcp.e4</groupId>
311 <artifactId>org.apache.commons.io</artifactId>
312 <version>2.2.0.v201405211200</version>
313 </dependency>
314 <dependency>
315 <groupId>org.argeo.tp.rcp.e4</groupId>
316 <artifactId>org.w3c.dom.events</artifactId>
317 <version>3.0.0.draft20060413_v201105210656</version>
318 </dependency>
319 <dependency>
320 <groupId>org.argeo.tp.rcp.e4</groupId>
321 <artifactId>org.eclipse.e4.ui.di</artifactId>
322 <version>1.2.300.v20180906-1121</version>
323 </dependency>
324 <dependency>
325 <groupId>org.argeo.tp.rcp.e4</groupId>
326 <artifactId>org.eclipse.e4.ui.dialogs</artifactId>
327 <version>1.1.300.v20180828-0227</version>
328 </dependency>
329 <dependency>
330 <groupId>org.argeo.tp.rcp.e4</groupId>
331 <artifactId>org.eclipse.e4.core.di.extensions</artifactId>
332 <version>0.15.200.v20180817-1215</version>
333 </dependency>
334 <dependency>
335 <groupId>org.argeo.tp.rcp.e4</groupId>
336 <artifactId>org.eclipse.equinox.bidi</artifactId>
337 <version>1.1.200.v20180827-1235</version>
338 </dependency>
339 <dependency>
340 <groupId>org.argeo.tp.rcp.e4</groupId>
341 <artifactId>org.eclipse.e4.core.di.annotations</artifactId>
342 <version>1.6.200.v20180817-1215</version>
343 </dependency>
344 <dependency>
345 <groupId>org.argeo.tp.rcp.e4</groupId>
346 <artifactId>org.apache.commons.logging</artifactId>
347 <version>1.2.0.v20180409-1502</version>
348 </dependency>
349 <dependency>
350 <groupId>org.argeo.tp.rcp.e4</groupId>
351 <artifactId>org.apache.felix.gogo.command</artifactId>
352 <version>1.0.2.v20170914-1324</version>
353 </dependency>
354 <dependency>
355 <groupId>org.argeo.tp.rcp.e4</groupId>
356 <artifactId>org.eclipse.e4.ui.workbench3</artifactId>
357 <version>0.14.200.v20180828-0227</version>
358 </dependency>
359 <dependency>
360 <groupId>org.argeo.tp.rcp.e4</groupId>
361 <artifactId>org.eclipse.core.jobs</artifactId>
362 <version>3.10.100.v20180817-1215</version>
363 </dependency>
364 <dependency>
365 <groupId>org.argeo.tp.rcp.e4</groupId>
366 <artifactId>org.apache.commons.jxpath</artifactId>
367 <version>1.3.0.v200911051830</version>
368 </dependency>
369 <dependency>
370 <groupId>org.argeo.tp.rcp.e4</groupId>
371 <artifactId>org.eclipse.e4.core.contexts</artifactId>
372 <version>1.7.100.v20180817-1215</version>
373 </dependency>
374 <dependency>
375 <groupId>org.argeo.tp.rcp.e4</groupId>
376 <artifactId>org.eclipse.swt.gtk.linux.x86_64</artifactId>
377 <version>3.108.0.v20180904-1901</version>
378 </dependency>
379 <dependency>
380 <groupId>org.argeo.tp.rcp.e4</groupId>
381 <artifactId>org.eclipse.core.databinding.beans</artifactId>
382 <version>1.4.200.v20180827-2028</version>
383 </dependency>
384 <dependency>
385 <groupId>org.argeo.tp.rcp.e4</groupId>
386 <artifactId>org.eclipse.e4.ui.css.core</artifactId>
387 <version>0.12.300.v20180828-0227</version>
388 </dependency>
389 <dependency>
390 <groupId>org.argeo.tp.rcp.e4</groupId>
391 <artifactId>org.eclipse.ui.workbench</artifactId>
392 <version>3.112.0.v20180906-1121</version>
393 </dependency>
394 <dependency>
395 <groupId>org.argeo.tp.rcp.e4</groupId>
396 <artifactId>org.eclipse.swt.win32.win32.x86_64</artifactId>
397 <version>3.108.0.v20180904-1901</version>
398 </dependency>
399 <dependency>
400 <groupId>org.argeo.tp.rcp.e4</groupId>
401 <artifactId>org.apache.batik.util</artifactId>
402 <version>1.10.0.v20180703-1553</version>
403 </dependency>
404 <dependency>
405 <groupId>org.argeo.tp.rcp.e4</groupId>
406 <artifactId>org.eclipse.core.commands</artifactId>
407 <version>3.9.200.v20180827-1727</version>
408 </dependency>
409 <dependency>
410 <groupId>org.argeo.tp.rcp.e4</groupId>
411 <artifactId>org.eclipse.e4.ui.services</artifactId>
412 <version>1.3.200.v20180906-1121</version>
413 </dependency>
414 <dependency>
415 <groupId>org.argeo.tp.rcp.e4</groupId>
416 <artifactId>org.eclipse.ui</artifactId>
417 <version>3.110.0.v20180828-1350</version>
418 </dependency>
419 <dependency>
420 <groupId>org.argeo.tp.rcp.e4</groupId>
421 <artifactId>org.apache.xmlgraphics</artifactId>
422 <version>2.2.0.v20180809-1640</version>
423 </dependency>
424 <dependency>
425 <groupId>org.argeo.tp.rcp.e4</groupId>
426 <artifactId>org.eclipse.e4.ui.workbench.renderers.swt.cocoa</artifactId>
427 <version>0.12.100.v20180828-0227</version>
428 </dependency>
429 <dependency>
430 <groupId>org.argeo.tp.rcp.e4</groupId>
431 <artifactId>org.eclipse.swt.gtk.linux.ppc64le</artifactId>
432 <version>3.108.0.v20180904-1901</version>
433 </dependency>
434 <dependency>
435 <groupId>org.argeo.tp.rcp.e4</groupId>
436 <artifactId>org.eclipse.e4.ui.workbench</artifactId>
437 <version>1.7.0.v20180906-1121</version>
438 </dependency>
439 <dependency>
440 <groupId>org.argeo.tp.rcp.e4</groupId>
441 <artifactId>org.eclipse.swt</artifactId>
442 <version>3.108.0.v20180904-1901</version>
443 </dependency>
444
445 <!-- RCP -->
446 <!-- <dependency> -->
447 <!-- <groupId>org.argeo.tp</groupId> -->
448 <!-- <artifactId>argeo-tp-rcp-e4</artifactId> -->
449 <!-- <version>${version.argeo-tp}</version> -->
450 <!-- <exclusions> -->
451 <!-- <exclusion> -->
452 <!-- <groupId>org.argeo.tp.rcp.e4</groupId> -->
453 <!-- <artifactId>org.eclipse.osgi</artifactId> -->
454 <!-- </exclusion> -->
455 <!-- <exclusion> -->
456 <!-- <groupId>org.argeo.tp.rcp.e4</groupId> -->
457 <!-- <artifactId>org.eclipse.osgi.services</artifactId> -->
458 <!-- </exclusion> -->
459
460 <!-- <exclusion> -->
461 <!-- <groupId>org.argeo.tp.rcp.e4</groupId> -->
462 <!-- <artifactId>org.eclipse.osgi.compatibility.state</artifactId> -->
463 <!-- </exclusion> -->
464
465 <!-- <exclusion> -->
466 <!-- <groupId>org.argeo.tp.rcp.e4</groupId> -->
467 <!-- <artifactId>org.eclipse.update.configurator</artifactId> -->
468 <!-- </exclusion> -->
469 <!-- <exclusion> -->
470 <!-- <groupId>org.argeo.tp.rcp.e4</groupId> -->
471 <!-- <artifactId>org.eclipse.swt.carbon.macosx</artifactId> -->
472 <!-- </exclusion> -->
473 <!-- <exclusion> -->
474 <!-- <groupId>org.argeo.tp.rcp.e4</groupId> -->
475 <!-- <artifactId>org.eclipse.swt.gtk.solaris.sparc</artifactId> -->
476 <!-- </exclusion> -->
477 <!-- <exclusion> -->
478 <!-- <groupId>org.argeo.tp.rcp.e4</groupId> -->
479 <!-- <artifactId>org.eclipse.swt.gtk.solaris.x86</artifactId> -->
480 <!-- </exclusion> -->
481 <!-- <exclusion> -->
482 <!-- <groupId>org.argeo.tp.rcp.e4</groupId> -->
483 <!-- <artifactId>org.eclipse.swt.motif.solaris.sparc</artifactId> -->
484 <!-- </exclusion> -->
485 <!-- <exclusion> -->
486 <!-- <groupId>org.argeo.tp.rcp.e4</groupId> -->
487 <!-- <artifactId>org.eclipse.swt.gtk.linux.s390</artifactId> -->
488 <!-- </exclusion> -->
489 <!-- <exclusion> -->
490 <!-- <groupId>org.argeo.tp.rcp.e4</groupId> -->
491 <!-- <artifactId>org.eclipse.swt.gtk.linux.s390x</artifactId> -->
492 <!-- </exclusion> -->
493 <!-- <exclusion> -->
494 <!-- <groupId>org.argeo.tp.rcp.e4</groupId> -->
495 <!-- <artifactId>org.eclipse.swt.gtk.linux.ppc64</artifactId> -->
496 <!-- </exclusion> -->
497 <!-- <exclusion> -->
498 <!-- <groupId>org.argeo.tp.rcp.e4</groupId> -->
499 <!-- <artifactId>org.eclipse.swt.motif.linux.x86</artifactId> -->
500 <!-- </exclusion> -->
501 <!-- <exclusion> -->
502 <!-- <groupId>org.argeo.tp.rcp.e4</groupId> -->
503 <!-- <artifactId>org.eclipse.swt.gtk.linux.ppc</artifactId> -->
504 <!-- </exclusion> -->
505 <!-- <exclusion> -->
506 <!-- <groupId>org.argeo.tp.rcp.e4</groupId> -->
507 <!-- <artifactId>org.eclipse.swt.photon.qnx.x86</artifactId> -->
508 <!-- </exclusion> -->
509 <!-- <exclusion> -->
510 <!-- <groupId>org.argeo.tp.rcp.e4</groupId> -->
511 <!-- <artifactId>org.eclipse.swt.motif.aix.ppc</artifactId> -->
512 <!-- </exclusion> -->
513 <!-- <exclusion> -->
514 <!-- <groupId>org.argeo.tp.rcp.e4</groupId> -->
515 <!-- <artifactId>org.eclipse.swt.motif.aix.ppc64</artifactId> -->
516 <!-- </exclusion> -->
517 <!-- <exclusion> -->
518 <!-- <groupId>org.argeo.tp.rcp.e4</groupId> -->
519 <!-- <artifactId>org.eclipse.swt.motif.hpux.ia64_32</artifactId> -->
520 <!-- </exclusion> -->
521 <!-- <exclusion> -->
522 <!-- <groupId>org.argeo.tp.rcp.e4</groupId> -->
523 <!-- <artifactId>org.eclipse.swt.gtk.aix.ppc</artifactId> -->
524 <!-- </exclusion> -->
525 <!-- <exclusion> -->
526 <!-- <groupId>org.argeo.tp.rcp.e4</groupId> -->
527 <!-- <artifactId>org.eclipse.swt.gtk.aix.ppc64</artifactId> -->
528 <!-- </exclusion> -->
529 <!-- <exclusion> -->
530 <!-- <groupId>org.argeo.tp.rcp.e4</groupId> -->
531 <!-- <artifactId>org.eclipse.swt.gtk.hpux.ia64_32</artifactId> -->
532 <!-- </exclusion> -->
533
534 <!-- <exclusion> -->
535 <!-- <groupId>org.argeo.tp.rcp.e4</groupId> -->
536 <!-- <artifactId>org.eclipse.equinox.launcher.carbon.macosx</artifactId> -->
537 <!-- </exclusion> -->
538 <!-- <exclusion> -->
539 <!-- <groupId>org.argeo.tp.rcp.e4</groupId> -->
540 <!-- <artifactId>org.eclipse.equinox.launcher.gtk.solaris.sparc</artifactId> -->
541 <!-- </exclusion> -->
542 <!-- <exclusion> -->
543 <!-- <groupId>org.argeo.tp.rcp.e4</groupId> -->
544 <!-- <artifactId>org.eclipse.equinox.launcher.gtk.solaris.x86</artifactId> -->
545 <!-- </exclusion> -->
546 <!-- <exclusion> -->
547 <!-- <groupId>org.argeo.tp.rcp.e4</groupId> -->
548 <!-- <artifactId>org.eclipse.equinox.launcher.motif.solaris.sparc</artifactId> -->
549 <!-- </exclusion> -->
550 <!-- <exclusion> -->
551 <!-- <groupId>org.argeo.tp.rcp.e4</groupId> -->
552 <!-- <artifactId>org.eclipse.equinox.launcher.gtk.linux.s390</artifactId> -->
553 <!-- </exclusion> -->
554 <!-- <exclusion> -->
555 <!-- <groupId>org.argeo.tp.rcp.e4</groupId> -->
556 <!-- <artifactId>org.eclipse.equinox.launcher.gtk.linux.s390x</artifactId> -->
557 <!-- </exclusion> -->
558 <!-- <exclusion> -->
559 <!-- <groupId>org.argeo.tp.rcp.e4</groupId> -->
560 <!-- <artifactId>org.eclipse.equinox.launcher.gtk.linux.ppc64</artifactId> -->
561 <!-- </exclusion> -->
562 <!-- <exclusion> -->
563 <!-- <groupId>org.argeo.tp.rcp.e4</groupId> -->
564 <!-- <artifactId>org.eclipse.equinox.launcher.motif.linux.x86</artifactId> -->
565 <!-- </exclusion> -->
566 <!-- <exclusion> -->
567 <!-- <groupId>org.argeo.tp.rcp.e4</groupId> -->
568 <!-- <artifactId>org.eclipse.equinox.launcher.gtk.linux.ppc</artifactId> -->
569 <!-- </exclusion> -->
570 <!-- <exclusion> -->
571 <!-- <groupId>org.argeo.tp.rcp.e4</groupId> -->
572 <!-- <artifactId>org.eclipse.equinox.launcher.photon.qnx.x86</artifactId> -->
573 <!-- </exclusion> -->
574 <!-- <exclusion> -->
575 <!-- <groupId>org.argeo.tp.rcp.e4</groupId> -->
576 <!-- <artifactId>org.eclipse.equinox.launcher.motif.aix.ppc</artifactId> -->
577 <!-- </exclusion> -->
578 <!-- <exclusion> -->
579 <!-- <groupId>org.argeo.tp.rcp.e4</groupId> -->
580 <!-- <artifactId>org.eclipse.equinox.launcher.motif.aix.ppc64</artifactId> -->
581 <!-- </exclusion> -->
582 <!-- <exclusion> -->
583 <!-- <groupId>org.argeo.tp.rcp.e4</groupId> -->
584 <!-- <artifactId>org.eclipse.equinox.launcher.motif.hpux.ia64_32</artifactId> -->
585 <!-- </exclusion> -->
586 <!-- <exclusion> -->
587 <!-- <groupId>org.argeo.tp.rcp.e4</groupId> -->
588 <!-- <artifactId>org.eclipse.equinox.launcher.gtk.aix.ppc</artifactId> -->
589 <!-- </exclusion> -->
590 <!-- <exclusion> -->
591 <!-- <groupId>org.argeo.tp.rcp.e4</groupId> -->
592 <!-- <artifactId>org.eclipse.equinox.launcher.gtk.aix.ppc64</artifactId> -->
593 <!-- </exclusion> -->
594 <!-- <exclusion> -->
595 <!-- <groupId>org.argeo.tp.rcp.e4</groupId> -->
596 <!-- <artifactId>org.eclipse.equinox.launcher.gtk.hpux.ia64_32</artifactId> -->
597 <!-- </exclusion> -->
598 <!-- <exclusion> -->
599 <!-- <groupId>org.argeo.tp.rcp.e4</groupId> -->
600 <!-- <artifactId>org.eclipse.ui.carbon</artifactId> -->
601 <!-- </exclusion> -->
602 <!-- </exclusions> -->
603 <!-- </dependency> -->
604
605 <!-- From RAP -->
606 <dependency>
607 <groupId>org.argeo.tp.rap.e4</groupId>
608 <artifactId>org.eclipse.emf.common</artifactId>
609 </dependency>
610 <dependency>
611 <groupId>org.argeo.tp.rap.e4</groupId>
612 <artifactId>org.eclipse.emf.ecore</artifactId>
613 </dependency>
614 <dependency>
615 <groupId>org.argeo.tp.rap.e4</groupId>
616 <artifactId>org.eclipse.emf.ecore.change</artifactId>
617 </dependency>
618 <dependency>
619 <groupId>org.argeo.tp.rap.e4</groupId>
620 <artifactId>org.eclipse.emf.ecore.xmi</artifactId>
621 </dependency>
622
623 <dependency>
624 <groupId>org.argeo.tp.rap.e4</groupId>
625 <artifactId>org.eclipse.e4.ui.di</artifactId>
626 </dependency>
627 <dependency>
628 <groupId>org.argeo.tp.rap.e4</groupId>
629 <artifactId>org.eclipse.e4.core.di</artifactId>
630 </dependency>
631 <dependency>
632 <groupId>org.argeo.tp.rap.e4</groupId>
633 <artifactId>org.eclipse.e4.core.di.extensions.supplier</artifactId>
634 </dependency>
635 <dependency>
636 <groupId>org.argeo.tp.rap.e4</groupId>
637 <artifactId>org.eclipse.e4.ui.model.workbench</artifactId>
638 </dependency>
639 <dependency>
640 <groupId>org.argeo.tp.rap.e4</groupId>
641 <artifactId>org.eclipse.e4.emf.xpath</artifactId>
642 </dependency>
643 <dependency>
644 <groupId>org.argeo.tp.rap.e4</groupId>
645 <artifactId>org.eclipse.e4.core.contexts</artifactId>
646 </dependency>
647 <dependency>
648 <groupId>org.argeo.tp.rap.e4</groupId>
649 <artifactId>org.eclipse.e4.core.services</artifactId>
650 </dependency>
651 <dependency>
652 <groupId>org.argeo.tp.rap.e4</groupId>
653 <artifactId>org.eclipse.e4.core.di.annotations</artifactId>
654 </dependency>
655 <dependency>
656 <groupId>org.argeo.tp.rap.e4</groupId>
657 <artifactId>org.eclipse.e4.ui.services</artifactId>
658 </dependency>
659 <dependency>
660 <groupId>org.argeo.tp.rap.e4</groupId>
661 <artifactId>org.eclipse.e4.core.di.extensions</artifactId>
662 </dependency>
663
664
665 </dependencies>
666 <dependencyManagement>
667 <dependencies>
668 <dependency>
669 <groupId>org.argeo.tp</groupId>
670 <artifactId>argeo-tp-rcp-e4</artifactId>
671 <version>${version.argeo-tp}</version>
672 <scope>import</scope>
673 </dependency>
674 </dependencies>
675 </dependencyManagement>
676 <profiles>
677 <profile>
678 <id>rpmbuild</id>
679 <build>
680 <plugins>
681 <plugin>
682 <artifactId>maven-assembly-plugin</artifactId>
683 <executions>
684 <execution>
685 <id>prepare-source</id>
686 <phase>package</phase>
687 <goals>
688 <goal>single</goal>
689 </goals>
690 <configuration>
691 <descriptorRefs>
692 <descriptorRef>a2-source</descriptorRef>
693 </descriptorRefs>
694 </configuration>
695 </execution>
696 </executions>
697 </plugin>
698 <plugin>
699 <groupId>org.codehaus.mojo</groupId>
700 <artifactId>rpm-maven-plugin</artifactId>
701 <executions>
702 <execution>
703 <id>rpm-argeo</id>
704 <phase>package</phase>
705 <goals>
706 <goal>rpm</goal>
707 </goals>
708 <configuration>
709 <name>argeo-cms-e4-rcp</name>
710 <mappings>
711 <mapping>
712 <directory>/usr/share/osgi</directory>
713 <username>root</username>
714 <groupname>root</groupname>
715 <filemode>644</filemode>
716 <directoryIncluded>false</directoryIncluded>
717 <sources>
718 <source>
719 <location>${project.build.directory}/${project.artifactId}-${project.version}-a2-source</location>
720 <includes>
721 <include>**/*.jar</include>
722 </includes>
723 </source>
724 </sources>
725 </mapping>
726 </mappings>
727 <requires>
728 <require>argeo-cms-node</require>
729 <require>argeo-cms-e4-rcp-tp</require>
730 </requires>
731 </configuration>
732 </execution>
733 </executions>
734 </plugin>
735 </plugins>
736 </build>
737 </profile>
738 <profile>
739 <id>rpmbuild-tp</id>
740 <build>
741 <plugins>
742 <plugin>
743 <artifactId>maven-assembly-plugin</artifactId>
744 <executions>
745 <execution>
746 <id>prepare-source-tp</id>
747 <phase>package</phase>
748 <goals>
749 <goal>single</goal>
750 </goals>
751 <configuration>
752 <descriptorRefs>
753 <descriptorRef>a2-source-tp</descriptorRef>
754 </descriptorRefs>
755 </configuration>
756 </execution>
757 </executions>
758 </plugin>
759 <plugin>
760 <groupId>org.codehaus.mojo</groupId>
761 <artifactId>rpm-maven-plugin</artifactId>
762 <executions>
763 <execution>
764 <id>rpm-tp</id>
765 <phase>package</phase>
766 <goals>
767 <goal>rpm</goal>
768 </goals>
769 <configuration>
770 <name>argeo-cms-e4-rcp-tp</name>
771 <projversion>${version.argeo-tp}</projversion>
772 <mappings>
773 <mapping>
774 <directory>/usr/share/osgi</directory>
775 <username>root</username>
776 <groupname>root</groupname>
777 <filemode>644</filemode>
778 <directoryIncluded>false</directoryIncluded>
779 <sources>
780 <source>
781 <location>${project.build.directory}/${project.artifactId}-${project.version}-a2-source-tp</location>
782 <includes>
783 <include>**/*.jar</include>
784 </includes>
785 </source>
786 </sources>
787 </mapping>
788 <mapping>
789 <directory>/usr/share/osgi/boot</directory>
790 <username>root</username>
791 <groupname>root</groupname>
792 <filemode>644</filemode>
793 <directoryIncluded>false</directoryIncluded>
794 <dependency>
795 <stripVersion>true</stripVersion>
796 <includes>
797 <include>org.argeo.tp.rcp.e4:org.eclipse.equinox.launcher</include>
798 </includes>
799 </dependency>
800 </mapping>
801 </mappings>
802 <requires>
803 <require>argeo-cms-node-tp</require>
804 </requires>
805 </configuration>
806 </execution>
807 </executions>
808 </plugin>
809 </plugins>
810 </build>
811 </profile>
812 </profiles>
813 </project>