]> git.argeo.org Git - lgpl/argeo-commons.git/blob - rcp/dep/org.argeo.dep.cms.e4.rcp/pom.xml
[maven-release-plugin] prepare release argeo-commons-2.1.75
[lgpl/argeo-commons.git] / rcp / dep / org.argeo.dep.cms.e4.rcp / 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.75</version>
7 <relativePath>..</relativePath>
8 </parent>
9 <artifactId>org.argeo.dep.cms.e4.rcp</artifactId>
10 <name>Node Eclipse RCP</name>
11 <dependencies>
12 <!-- SWT for ARM -->
13 <dependency>
14 <groupId>org.argeo.tp.rcp.e4</groupId>
15 <artifactId>org.eclipse.swt.gtk.linux.arm</artifactId>
16 <version>3.106.100.v20180305-0927</version>
17 </dependency>
18
19 <!-- RCP -->
20 <dependency>
21 <groupId>org.argeo.tp</groupId>
22 <artifactId>argeo-tp-rcp-e4</artifactId>
23 <version>${version.argeo-tp}</version>
24 <exclusions>
25 <exclusion>
26 <groupId>org.argeo.tp.rcp.e4</groupId>
27 <artifactId>org.eclipse.osgi</artifactId>
28 </exclusion>
29 <exclusion>
30 <groupId>org.argeo.tp.rcp.e4</groupId>
31 <artifactId>org.eclipse.osgi.services</artifactId>
32 </exclusion>
33
34 <exclusion>
35 <groupId>org.argeo.tp.rcp.e4</groupId>
36 <artifactId>org.eclipse.osgi.compatibility.state</artifactId>
37 </exclusion>
38
39 <!-- Deprecated update configurator has side effect in PDE -->
40 <exclusion>
41 <groupId>org.argeo.tp.rcp.e4</groupId>
42 <artifactId>org.eclipse.update.configurator</artifactId>
43 </exclusion>
44 <!-- SWT -->
45 <!-- <exclusion> -->
46 <!-- <groupId>org.argeo.tp.rcp.e4</groupId> -->
47 <!-- <artifactId>org.eclipse.swt.win32.win32.x86_64</artifactId> -->
48 <!-- </exclusion> -->
49 <exclusion>
50 <groupId>org.argeo.tp.rcp.e4</groupId>
51 <artifactId>org.eclipse.swt.carbon.macosx</artifactId>
52 </exclusion>
53 <!-- <exclusion> -->
54 <!-- <groupId>org.argeo.tp.rcp.e4</groupId> -->
55 <!-- <artifactId>org.eclipse.swt.cocoa.macosx.x86_64</artifactId> -->
56 <!-- </exclusion> -->
57 <exclusion>
58 <groupId>org.argeo.tp.rcp.e4</groupId>
59 <artifactId>org.eclipse.swt.gtk.solaris.sparc</artifactId>
60 </exclusion>
61 <exclusion>
62 <groupId>org.argeo.tp.rcp.e4</groupId>
63 <artifactId>org.eclipse.swt.gtk.solaris.x86</artifactId>
64 </exclusion>
65 <exclusion>
66 <groupId>org.argeo.tp.rcp.e4</groupId>
67 <artifactId>org.eclipse.swt.motif.solaris.sparc</artifactId>
68 </exclusion>
69 <exclusion>
70 <groupId>org.argeo.tp.rcp.e4</groupId>
71 <artifactId>org.eclipse.swt.gtk.linux.s390</artifactId>
72 </exclusion>
73 <exclusion>
74 <groupId>org.argeo.tp.rcp.e4</groupId>
75 <artifactId>org.eclipse.swt.gtk.linux.s390x</artifactId>
76 </exclusion>
77 <exclusion>
78 <groupId>org.argeo.tp.rcp.e4</groupId>
79 <artifactId>org.eclipse.swt.gtk.linux.ppc64</artifactId>
80 </exclusion>
81 <exclusion>
82 <groupId>org.argeo.tp.rcp.e4</groupId>
83 <artifactId>org.eclipse.swt.motif.linux.x86</artifactId>
84 </exclusion>
85 <exclusion>
86 <groupId>org.argeo.tp.rcp.e4</groupId>
87 <artifactId>org.eclipse.swt.gtk.linux.ppc</artifactId>
88 </exclusion>
89 <exclusion>
90 <groupId>org.argeo.tp.rcp.e4</groupId>
91 <artifactId>org.eclipse.swt.photon.qnx.x86</artifactId>
92 </exclusion>
93 <exclusion>
94 <groupId>org.argeo.tp.rcp.e4</groupId>
95 <artifactId>org.eclipse.swt.motif.aix.ppc</artifactId>
96 </exclusion>
97 <exclusion>
98 <groupId>org.argeo.tp.rcp.e4</groupId>
99 <artifactId>org.eclipse.swt.motif.aix.ppc64</artifactId>
100 </exclusion>
101 <exclusion>
102 <groupId>org.argeo.tp.rcp.e4</groupId>
103 <artifactId>org.eclipse.swt.motif.hpux.ia64_32</artifactId>
104 </exclusion>
105 <exclusion>
106 <groupId>org.argeo.tp.rcp.e4</groupId>
107 <artifactId>org.eclipse.swt.gtk.aix.ppc</artifactId>
108 </exclusion>
109 <exclusion>
110 <groupId>org.argeo.tp.rcp.e4</groupId>
111 <artifactId>org.eclipse.swt.gtk.aix.ppc64</artifactId>
112 </exclusion>
113 <exclusion>
114 <groupId>org.argeo.tp.rcp.e4</groupId>
115 <artifactId>org.eclipse.swt.gtk.hpux.ia64_32</artifactId>
116 </exclusion>
117
118 <!-- Equinox Launcher -->
119 <!-- <exclusion> -->
120 <!-- <groupId>org.argeo.tp.rcp.e4</groupId> -->
121 <!-- <artifactId>org.eclipse.equinox.launcher.win32.win32.x86_64</artifactId> -->
122 <!-- </exclusion> -->
123 <exclusion>
124 <groupId>org.argeo.tp.rcp.e4</groupId>
125 <artifactId>org.eclipse.equinox.launcher.carbon.macosx</artifactId>
126 </exclusion>
127 <!-- <exclusion> -->
128 <!-- <groupId>org.argeo.tp.rcp.e4</groupId> -->
129 <!-- <artifactId>org.eclipse.equinox.launcher.cocoa.macosx.x86_64</artifactId> -->
130 <!-- </exclusion> -->
131 <exclusion>
132 <groupId>org.argeo.tp.rcp.e4</groupId>
133 <artifactId>org.eclipse.equinox.launcher.gtk.solaris.sparc</artifactId>
134 </exclusion>
135 <exclusion>
136 <groupId>org.argeo.tp.rcp.e4</groupId>
137 <artifactId>org.eclipse.equinox.launcher.gtk.solaris.x86</artifactId>
138 </exclusion>
139 <exclusion>
140 <groupId>org.argeo.tp.rcp.e4</groupId>
141 <artifactId>org.eclipse.equinox.launcher.motif.solaris.sparc</artifactId>
142 </exclusion>
143 <exclusion>
144 <groupId>org.argeo.tp.rcp.e4</groupId>
145 <artifactId>org.eclipse.equinox.launcher.gtk.linux.s390</artifactId>
146 </exclusion>
147 <exclusion>
148 <groupId>org.argeo.tp.rcp.e4</groupId>
149 <artifactId>org.eclipse.equinox.launcher.gtk.linux.s390x</artifactId>
150 </exclusion>
151 <exclusion>
152 <groupId>org.argeo.tp.rcp.e4</groupId>
153 <artifactId>org.eclipse.equinox.launcher.gtk.linux.ppc64</artifactId>
154 </exclusion>
155 <exclusion>
156 <groupId>org.argeo.tp.rcp.e4</groupId>
157 <artifactId>org.eclipse.equinox.launcher.motif.linux.x86</artifactId>
158 </exclusion>
159 <exclusion>
160 <groupId>org.argeo.tp.rcp.e4</groupId>
161 <artifactId>org.eclipse.equinox.launcher.gtk.linux.ppc</artifactId>
162 </exclusion>
163 <exclusion>
164 <groupId>org.argeo.tp.rcp.e4</groupId>
165 <artifactId>org.eclipse.equinox.launcher.photon.qnx.x86</artifactId>
166 </exclusion>
167 <exclusion>
168 <groupId>org.argeo.tp.rcp.e4</groupId>
169 <artifactId>org.eclipse.equinox.launcher.motif.aix.ppc</artifactId>
170 </exclusion>
171 <exclusion>
172 <groupId>org.argeo.tp.rcp.e4</groupId>
173 <artifactId>org.eclipse.equinox.launcher.motif.aix.ppc64</artifactId>
174 </exclusion>
175 <exclusion>
176 <groupId>org.argeo.tp.rcp.e4</groupId>
177 <artifactId>org.eclipse.equinox.launcher.motif.hpux.ia64_32</artifactId>
178 </exclusion>
179 <exclusion>
180 <groupId>org.argeo.tp.rcp.e4</groupId>
181 <artifactId>org.eclipse.equinox.launcher.gtk.aix.ppc</artifactId>
182 </exclusion>
183 <exclusion>
184 <groupId>org.argeo.tp.rcp.e4</groupId>
185 <artifactId>org.eclipse.equinox.launcher.gtk.aix.ppc64</artifactId>
186 </exclusion>
187 <exclusion>
188 <groupId>org.argeo.tp.rcp.e4</groupId>
189 <artifactId>org.eclipse.equinox.launcher.gtk.hpux.ia64_32</artifactId>
190 </exclusion>
191
192 <!-- Eclipse UI -->
193 <exclusion>
194 <groupId>org.argeo.tp.rcp.e4</groupId>
195 <artifactId>org.eclipse.ui.carbon</artifactId>
196 </exclusion>
197
198 <!-- Felix Gogo shell -->
199 <!-- <exclusion> -->
200 <!-- <groupId>org.argeo.tp.rap.platform</groupId> -->
201 <!-- <artifactId>org.apache.felix.gogo.runtime</artifactId> -->
202 <!-- </exclusion> -->
203 <!-- <exclusion> -->
204 <!-- <groupId>org.argeo.tp.rap.platform</groupId> -->
205 <!-- <artifactId>org.apache.felix.gogo.shell</artifactId> -->
206 <!-- </exclusion> -->
207 <!-- <exclusion> -->
208 <!-- <groupId>org.argeo.tp.rap.platform</groupId> -->
209 <!-- <artifactId>org.apache.felix.gogo.command</artifactId> -->
210 <!-- </exclusion> -->
211 <!-- <exclusion> -->
212 <!-- <groupId>org.argeo.tp.rap.platform</groupId> -->
213 <!-- <artifactId>org.eclipse.equinox.console</artifactId> -->
214 <!-- </exclusion> -->
215 </exclusions>
216 </dependency>
217
218 <!-- From RAP -->
219 <dependency>
220 <groupId>org.argeo.tp.rap.e4</groupId>
221 <artifactId>org.eclipse.emf.common</artifactId>
222 </dependency>
223 <dependency>
224 <groupId>org.argeo.tp.rap.e4</groupId>
225 <artifactId>org.eclipse.emf.ecore</artifactId>
226 </dependency>
227 <dependency>
228 <groupId>org.argeo.tp.rap.e4</groupId>
229 <artifactId>org.eclipse.emf.ecore.change</artifactId>
230 </dependency>
231 <dependency>
232 <groupId>org.argeo.tp.rap.e4</groupId>
233 <artifactId>org.eclipse.emf.ecore.xmi</artifactId>
234 </dependency>
235
236 <dependency>
237 <groupId>org.argeo.tp.rap.e4</groupId>
238 <artifactId>org.eclipse.e4.ui.di</artifactId>
239 </dependency>
240 <dependency>
241 <groupId>org.argeo.tp.rap.e4</groupId>
242 <artifactId>org.eclipse.e4.core.di</artifactId>
243 </dependency>
244 <dependency>
245 <groupId>org.argeo.tp.rap.e4</groupId>
246 <artifactId>org.eclipse.e4.core.di.extensions.supplier</artifactId>
247 </dependency>
248 <dependency>
249 <groupId>org.argeo.tp.rap.e4</groupId>
250 <artifactId>org.eclipse.e4.ui.model.workbench</artifactId>
251 </dependency>
252 <dependency>
253 <groupId>org.argeo.tp.rap.e4</groupId>
254 <artifactId>org.eclipse.e4.emf.xpath</artifactId>
255 </dependency>
256 <dependency>
257 <groupId>org.argeo.tp.rap.e4</groupId>
258 <artifactId>org.eclipse.e4.core.contexts</artifactId>
259 </dependency>
260 <dependency>
261 <groupId>org.argeo.tp.rap.e4</groupId>
262 <artifactId>org.eclipse.e4.core.services</artifactId>
263 </dependency>
264 <dependency>
265 <groupId>org.argeo.tp.rap.e4</groupId>
266 <artifactId>org.eclipse.e4.core.di.annotations</artifactId>
267 </dependency>
268 <dependency>
269 <groupId>org.argeo.tp.rap.e4</groupId>
270 <artifactId>org.eclipse.e4.ui.services</artifactId>
271 </dependency>
272 <dependency>
273 <groupId>org.argeo.tp.rap.e4</groupId>
274 <artifactId>org.eclipse.e4.core.di.extensions</artifactId>
275 </dependency>
276
277
278 <!-- Eclipse -->
279 <dependency>
280 <groupId>org.argeo.commons</groupId>
281 <artifactId>org.argeo.eclipse.ui</artifactId>
282 <version>2.1.75</version>
283 </dependency>
284 <dependency>
285 <groupId>org.argeo.commons.rcp</groupId>
286 <artifactId>org.argeo.cms.e4.rcp</artifactId>
287 <version>2.1.75</version>
288 </dependency>
289
290 <!-- RCP specific -->
291 <!-- <dependency> -->
292 <!-- <groupId>org.argeo.commons.rcp</groupId> -->
293 <!-- <artifactId>org.argeo.cms.ui.workbench.rcp</artifactId> -->
294 <!-- <version>2.1.18-SNAPSHOT</version> -->
295 <!-- </dependency> -->
296 <!-- <dependency> -->
297 <!-- <groupId>org.argeo.commons</groupId> -->
298 <!-- <artifactId>org.argeo.cms.ui.workbench</artifactId> -->
299 <!-- <version>${version.argeo-commons}</version> -->
300 <!-- </dependency> -->
301
302 <dependency>
303 <groupId>org.argeo.commons</groupId>
304 <artifactId>org.argeo.dep.cms.sdk</artifactId>
305 <version>2.1.75</version>
306 <type>pom</type>
307 <exclusions>
308 <!-- Equinox base -->
309 <!-- <exclusion> -->
310 <!-- <groupId>org.argeo.tp.equinox</groupId> -->
311 <!-- <artifactId>org.eclipse.osgi</artifactId> -->
312 <!-- </exclusion> -->
313 <!-- <exclusion> -->
314 <!-- <groupId>org.argeo.tp.equinox</groupId> -->
315 <!-- <artifactId>org.eclipse.osgi.services</artifactId> -->
316 <!-- </exclusion> -->
317
318 <exclusion>
319 <groupId>org.argeo.commons</groupId>
320 <artifactId>org.argeo.cms.ui.workbench</artifactId>
321 </exclusion>
322 <!-- Argeo RAP -->
323 <exclusion>
324 <groupId>org.argeo.commons</groupId>
325 <artifactId>org.argeo.eclipse.ui.rap</artifactId>
326 </exclusion>
327 <exclusion>
328 <groupId>org.argeo.commons</groupId>
329 <artifactId>org.argeo.cms.ui.workbench.rap</artifactId>
330 </exclusion>
331 <exclusion>
332 <groupId>org.argeo.commons</groupId>
333 <artifactId>org.argeo.ext.rap.ui.workbench</artifactId>
334 </exclusion>
335
336 <!-- RAP minimal -->
337 <exclusion>
338 <groupId>org.argeo.tp.rap.e4</groupId>
339 <artifactId>org.eclipse.rap.rwt</artifactId>
340 </exclusion>
341 <exclusion>
342 <groupId>org.argeo.tp.rap.e4</groupId>
343 <artifactId>org.eclipse.rap.jface</artifactId>
344 </exclusion>
345 <exclusion>
346 <groupId>org.argeo.tp.rap.e4</groupId>
347 <artifactId>org.eclipse.rap.filedialog</artifactId>
348 </exclusion>
349 <exclusion>
350 <groupId>org.argeo.tp.rap.e4</groupId>
351 <artifactId>org.eclipse.rap.fileupload</artifactId>
352 </exclusion>
353 <exclusion>
354 <groupId>org.argeo.tp.rap.e4</groupId>
355 <artifactId>org.eclipse.core.commands</artifactId>
356 </exclusion>
357
358 <!-- RAP UI -->
359 <exclusion>
360 <groupId>org.argeo.tp.rap.platform</groupId>
361 <artifactId>org.eclipse.rap.ui.forms</artifactId>
362 </exclusion>
363 <exclusion>
364 <groupId>org.argeo.tp.rap.platform</groupId>
365 <artifactId>org.eclipse.rap.rwt</artifactId>
366 </exclusion>
367 <exclusion>
368 <groupId>org.argeo.tp.rap.platform</groupId>
369 <artifactId>org.eclipse.rap.jface</artifactId>
370 </exclusion>
371 <exclusion>
372 <groupId>org.argeo.tp.rap.platform</groupId>
373 <artifactId>org.eclipse.rap.ui</artifactId>
374 </exclusion>
375 <exclusion>
376 <groupId>org.argeo.tp.rap.platform</groupId>
377 <artifactId>org.eclipse.rap.ui.views</artifactId>
378 </exclusion>
379 <exclusion>
380 <groupId>org.argeo.tp.rap.platform</groupId>
381 <artifactId>org.eclipse.rap.ui.workbench</artifactId>
382 </exclusion>
383 <exclusion>
384 <groupId>org.argeo.tp.rap.platform</groupId>
385 <artifactId>org.eclipse.rap.rwt.osgi</artifactId>
386 </exclusion>
387 <exclusion>
388 <groupId>org.argeo.tp.rap.platform</groupId>
389 <artifactId>org.eclipse.rap.jface.databinding</artifactId>
390 </exclusion>
391 <exclusion>
392 <groupId>org.argeo.tp.rap.platform</groupId>
393 <artifactId>org.eclipse.core.jobs</artifactId>
394 </exclusion>
395 <exclusion>
396 <groupId>org.argeo.tp.rap.platform</groupId>
397 <artifactId>org.eclipse.core.expressions</artifactId>
398 </exclusion>
399 <exclusion>
400 <groupId>org.argeo.tp.rap.platform</groupId>
401 <artifactId>org.eclipse.core.databinding.observable</artifactId>
402 </exclusion>
403 <exclusion>
404 <groupId>org.argeo.tp.rap.platform</groupId>
405 <artifactId>org.eclipse.help</artifactId>
406 </exclusion>
407 <exclusion>
408 <groupId>org.argeo.tp.rap.platform</groupId>
409 <artifactId>org.eclipse.core.databinding</artifactId>
410 </exclusion>
411 <exclusion>
412 <groupId>org.argeo.tp.rap.platform</groupId>
413 <artifactId>org.eclipse.core.databinding.beans</artifactId>
414 </exclusion>
415 <exclusion>
416 <groupId>org.argeo.tp.rap.platform</groupId>
417 <artifactId>org.eclipse.core.runtime</artifactId>
418 </exclusion>
419 <exclusion>
420 <groupId>org.argeo.tp.rap.platform</groupId>
421 <artifactId>org.eclipse.core.databinding.property</artifactId>
422 </exclusion>
423 <exclusion>
424 <groupId>org.argeo.tp.rap.platform</groupId>
425 <artifactId>com.ibm.icu.base</artifactId>
426 </exclusion>
427 <exclusion>
428 <groupId>org.argeo.tp.rap.platform</groupId>
429 <artifactId>org.eclipse.core.contenttype</artifactId>
430 </exclusion>
431 <exclusion>
432 <groupId>org.argeo.tp.rap.platform</groupId>
433 <artifactId>org.eclipse.core.commands</artifactId>
434 </exclusion>
435
436 <!-- Addons -->
437 <exclusion>
438 <groupId>org.argeo.tp.rap.platform</groupId>
439 <artifactId>org.eclipse.rap.filedialog</artifactId>
440 </exclusion>
441 <exclusion>
442 <groupId>org.argeo.tp.rap.platform</groupId>
443 <artifactId>org.eclipse.rap.fileupload</artifactId>
444 </exclusion>
445 </exclusions>
446 </dependency>
447
448 <!-- SDK -->
449 <dependency>
450 <groupId>org.argeo.tp.equinox</groupId>
451 <artifactId>org.eclipse.osgi</artifactId>
452 <scope>test</scope>
453 </dependency>
454
455 </dependencies>
456 <profiles>
457 <profile>
458 <id>rpmbuild</id>
459 <build>
460 <plugins>
461 <plugin>
462 <groupId>org.codehaus.mojo</groupId>
463 <artifactId>rpm-maven-plugin</artifactId>
464 <configuration>
465 </configuration>
466 <executions>
467 <execution>
468 <id>rpm-node-rcp</id>
469 <phase>package</phase>
470 <goals>
471 <goal>rpm</goal>
472 </goals>
473 <configuration>
474 <name>argeo-cms-e4-rcp</name>
475 <mappings>
476 <mapping>
477 <directory>/usr/share/osgi/rcp</directory>
478 <username>root</username>
479 <groupname>root</groupname>
480 <filemode>644</filemode>
481 <directoryIncluded>false</directoryIncluded>
482 <dependency>
483 <includes>
484 <include>org.argeo.commons.rcp:org.argeo.eclipse.ui.rcp</include>
485 <include>org.argeo.commons.rcp:org.argeo.cms.e4.rcp</include>
486 </includes>
487 </dependency>
488 </mapping>
489 </mappings>
490 <requires>
491 <!-- <require>argeo-node</require> -->
492 </requires>
493 </configuration>
494 </execution>
495 </executions>
496 </plugin>
497 </plugins>
498 </build>
499 </profile>
500 </profiles>
501 </project>