]> git.argeo.org Git - lgpl/argeo-commons.git/blob - dep/org.argeo.dep.cms.e4.rap/pom.xml
Adapt to new Argeo Third-Parties.
[lgpl/argeo-commons.git] / dep / org.argeo.dep.cms.e4.rap / pom.xml
1 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2 <project xmlns="http://maven.apache.org/POM/4.0.0"
3 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
5 <modelVersion>4.0.0</modelVersion>
6 <parent>
7 <groupId>org.argeo.commons</groupId>
8 <version>2.1.81-SNAPSHOT</version>
9 <artifactId>dep</artifactId>
10 <relativePath>..</relativePath>
11 </parent>
12 <artifactId>org.argeo.dep.cms.e4.rap</artifactId>
13 <name>CMS Platform Eclipse 4 RAP</name>
14 <dependencies>
15
16 <!-- Argeo Commons -->
17 <dependency>
18 <groupId>org.argeo.commons</groupId>
19 <artifactId>org.argeo.dep.cms.node</artifactId>
20 <version>2.1.81-SNAPSHOT</version>
21 <type>pom</type>
22 </dependency>
23
24 <!-- RWT -->
25 <dependency>
26 <groupId>org.argeo.tp.rap.e4</groupId>
27 <artifactId>org.eclipse.rap.rwt</artifactId>
28 </dependency>
29 <dependency>
30 <groupId>org.argeo.tp.rap.e4</groupId>
31 <artifactId>org.eclipse.core.commands</artifactId>
32 </dependency>
33 <dependency>
34 <groupId>org.argeo.tp.rap.e4</groupId>
35 <artifactId>org.eclipse.rap.jface</artifactId>
36 </dependency>
37 <dependency>
38 <groupId>org.argeo.tp.rap.e4</groupId>
39 <artifactId>org.eclipse.rap.filedialog</artifactId>
40 </dependency>
41 <dependency>
42 <groupId>org.argeo.tp.rap.e4</groupId>
43 <artifactId>org.eclipse.rap.fileupload</artifactId>
44 </dependency>
45
46 <!-- Argeo Commons UI -->
47 <dependency>
48 <groupId>org.argeo.commons</groupId>
49 <artifactId>org.argeo.eclipse.ui</artifactId>
50 <version>2.1.81-SNAPSHOT</version>
51 </dependency>
52 <dependency>
53 <groupId>org.argeo.commons</groupId>
54 <artifactId>org.argeo.eclipse.ui.rap</artifactId>
55 <version>2.1.81-SNAPSHOT</version>
56 </dependency>
57 <dependency>
58 <groupId>org.argeo.commons</groupId>
59 <artifactId>org.argeo.cms.ui</artifactId>
60 <version>2.1.81-SNAPSHOT</version>
61 </dependency>
62 <dependency>
63 <groupId>org.argeo.commons</groupId>
64 <artifactId>org.argeo.cms.ui.theme</artifactId>
65 <version>2.1.81-SNAPSHOT</version>
66 </dependency>
67
68 <!-- E4 Specific -->
69 <dependency>
70 <groupId>org.argeo.commons</groupId>
71 <artifactId>org.argeo.cms.e4</artifactId>
72 <version>2.1.81-SNAPSHOT</version>
73 </dependency>
74 <dependency>
75 <groupId>org.argeo.commons</groupId>
76 <artifactId>org.argeo.cms.e4.rap</artifactId>
77 <version>2.1.81-SNAPSHOT</version>
78 </dependency>
79
80 <!-- SVG and CSS -->
81 <!-- <dependency> -->
82 <!-- <groupId>org.argeo.tp.apache</groupId> -->
83 <!-- <artifactId>org.apache.xmlgraphics.commons</artifactId> -->
84 <!-- </dependency> -->
85 <!-- <dependency> -->
86 <!-- <groupId>org.argeo.tp.misc</groupId> -->
87 <!-- <artifactId>org.w3c.dom.svg</artifactId> -->
88 <!-- </dependency> -->
89 <!-- <dependency> -->
90 <!-- <groupId>org.argeo.tp.apache</groupId> -->
91 <!-- <artifactId>org.apache.batik.i18n</artifactId> -->
92 <!-- </dependency> -->
93 <!-- <dependency> -->
94 <!-- <groupId>org.argeo.tp.apache</groupId> -->
95 <!-- <artifactId>org.apache.batik.util</artifactId> -->
96 <!-- </dependency> -->
97 <!-- <dependency> -->
98 <!-- <groupId>org.argeo.tp.apache</groupId> -->
99 <!-- <artifactId>org.apache.batik.css</artifactId> -->
100 <!-- </dependency> -->
101 <!-- <dependency> -->
102 <!-- <groupId>org.argeo.tp.misc</groupId> -->
103 <!-- <artifactId>org.jsoup</artifactId> -->
104 <!-- </dependency> -->
105 <!-- <dependency> -->
106 <!-- <groupId>org.argeo.tp.misc</groupId> -->
107 <!-- <artifactId>org.w3c.css.sac</artifactId> -->
108 <!-- </dependency> -->
109 <!-- <dependency> -->
110 <!-- <groupId>org.argeo.tp.misc</groupId> -->
111 <!-- <artifactId>com.steadystate.css</artifactId> -->
112 <!-- </dependency> -->
113
114 <!-- Misc Third Parties -->
115 <!-- <dependency> -->
116 <!-- <groupId>org.argeo.tp.bouncycastle</groupId> -->
117 <!-- <artifactId>bcmail</artifactId> -->
118 <!-- </dependency> -->
119 <!-- <dependency> -->
120 <!-- <groupId>org.argeo.tp.bouncycastle</groupId> -->
121 <!-- <artifactId>bcpg</artifactId> -->
122 <!-- </dependency> -->
123 <!-- <dependency> -->
124 <!-- <groupId>org.argeo.tp.apache.ant</groupId> -->
125 <!-- <artifactId>org.apache.ant</artifactId> -->
126 <!-- </dependency> -->
127 <!-- <dependency> -->
128 <!-- <groupId>org.argeo.tp.apache.ant</groupId> -->
129 <!-- <artifactId>org.apache.ant.launch</artifactId> -->
130 <!-- </dependency> -->
131 <!-- <dependency> -->
132 <!-- <groupId>org.argeo.tp.misc</groupId> -->
133 <!-- <artifactId>org.quartz-scheduler.quartz</artifactId> -->
134 <!-- </dependency> -->
135 <!-- <dependency> -->
136 <!-- <groupId>org.argeo.tp.misc</groupId> -->
137 <!-- <artifactId>org.quartz-scheduler.quartz.jobs</artifactId> -->
138 <!-- </dependency> -->
139 <!-- <dependency> -->
140 <!-- <groupId>org.argeo.tp.javax</groupId> -->
141 <!-- <artifactId>javax.mail</artifactId> -->
142 <!-- </dependency> -->
143
144 <!-- Nebula -->
145 <dependency>
146 <groupId>org.argeo.tp.rap.e4</groupId>
147 <artifactId>org.eclipse.rap.nebula.widgets.richtext</artifactId>
148 </dependency>
149 <dependency>
150 <groupId>org.argeo.tp.rap.e4</groupId>
151 <artifactId>org.eclipse.rap.nebula.widgets.grid</artifactId>
152 </dependency>
153 <dependency>
154 <groupId>org.argeo.tp.rap.e4</groupId>
155 <artifactId>org.eclipse.rap.nebula.jface.gridviewer</artifactId>
156 </dependency>
157
158 <!-- Eclipse Core -->
159 <dependency>
160 <groupId>org.argeo.tp.rap.e4</groupId>
161 <artifactId>org.eclipse.core.databinding</artifactId>
162 </dependency>
163 <dependency>
164 <groupId>org.argeo.tp.rap.e4</groupId>
165 <artifactId>org.eclipse.core.databinding.beans</artifactId>
166 </dependency>
167 <dependency>
168 <groupId>org.argeo.tp.rap.e4</groupId>
169 <artifactId>org.eclipse.core.runtime</artifactId>
170 </dependency>
171 <dependency>
172 <groupId>org.argeo.tp.rap.e4</groupId>
173 <artifactId>org.eclipse.core.databinding.property</artifactId>
174 </dependency>
175 <dependency>
176 <groupId>org.argeo.tp.rap.e4</groupId>
177 <artifactId>com.ibm.icu</artifactId>
178 </dependency>
179 <dependency>
180 <groupId>org.argeo.tp.rap.e4</groupId>
181 <artifactId>org.eclipse.core.contenttype</artifactId>
182 </dependency>
183 <dependency>
184 <groupId>org.argeo.tp.rap.e4</groupId>
185 <artifactId>org.eclipse.rap.rwt.osgi</artifactId>
186 </dependency>
187 <dependency>
188 <groupId>org.argeo.tp.rap.e4</groupId>
189 <artifactId>org.eclipse.rap.jface.databinding</artifactId>
190 </dependency>
191 <dependency>
192 <groupId>org.argeo.tp.rap.e4</groupId>
193 <artifactId>org.eclipse.core.jobs</artifactId>
194 </dependency>
195 <dependency>
196 <groupId>org.argeo.tp.rap.e4</groupId>
197 <artifactId>org.eclipse.core.expressions</artifactId>
198 </dependency>
199 <dependency>
200 <groupId>org.argeo.tp.rap.e4</groupId>
201 <artifactId>org.eclipse.core.databinding.observable</artifactId>
202 </dependency>
203 <dependency>
204 <groupId>org.argeo.tp.rap.e4</groupId>
205 <artifactId>org.eclipse.help</artifactId>
206 </dependency>
207
208 <!-- RAP Workbench -->
209 <!-- <dependency> -->
210 <!-- <groupId>org.argeo.tp.rap.platform</groupId> -->
211 <!-- <artifactId>org.eclipse.rap.ui</artifactId> -->
212 <!-- </dependency> -->
213 <!-- <dependency> -->
214 <!-- <groupId>org.argeo.tp.rap.platform</groupId> -->
215 <!-- <artifactId>org.eclipse.rap.ui.forms</artifactId> -->
216 <!-- </dependency> -->
217 <!-- <dependency> -->
218 <!-- <groupId>org.argeo.tp.rap.platform</groupId> -->
219 <!-- <artifactId>org.eclipse.rap.ui.views</artifactId> -->
220 <!-- </dependency> -->
221 <!-- <dependency> -->
222 <!-- <groupId>org.argeo.tp.rap.platform</groupId> -->
223 <!-- <artifactId>org.eclipse.rap.ui.workbench</artifactId> -->
224 <!-- </dependency> -->
225
226
227 <!-- Dependencies required / provided by Eclipse 4 -->
228 <dependency>
229 <groupId>org.argeo.tp.rap.e4</groupId>
230 <artifactId>org.apache.commons.jxpath</artifactId>
231 </dependency>
232
233 <!-- Eclipse 4 -->
234 <dependency>
235 <groupId>org.argeo.tp.rap.e4</groupId>
236 <artifactId>org.eclipse.rap.e4</artifactId>
237 </dependency>
238 <dependency>
239 <groupId>org.argeo.tp.rap.e4</groupId>
240 <artifactId>org.eclipse.emf.common</artifactId>
241 </dependency>
242 <dependency>
243 <groupId>org.argeo.tp.rap.e4</groupId>
244 <artifactId>org.eclipse.emf.ecore</artifactId>
245 </dependency>
246 <dependency>
247 <groupId>org.argeo.tp.rap.e4</groupId>
248 <artifactId>org.eclipse.emf.ecore.change</artifactId>
249 </dependency>
250 <dependency>
251 <groupId>org.argeo.tp.rap.e4</groupId>
252 <artifactId>org.eclipse.emf.ecore.xmi</artifactId>
253 </dependency>
254
255 <dependency>
256 <groupId>org.argeo.tp.rap.e4</groupId>
257 <artifactId>org.eclipse.e4.ui.workbench.renderers.swt</artifactId>
258 </dependency>
259 <dependency>
260 <groupId>org.argeo.tp.rap.e4</groupId>
261 <artifactId>org.eclipse.e4.ui.di</artifactId>
262 </dependency>
263 <dependency>
264 <groupId>org.argeo.tp.rap.e4</groupId>
265 <artifactId>org.eclipse.e4.core.di</artifactId>
266 </dependency>
267 <dependency>
268 <groupId>org.argeo.tp.rap.e4</groupId>
269 <artifactId>org.eclipse.e4.ui.workbench.addons.swt</artifactId>
270 </dependency>
271 <dependency>
272 <groupId>org.argeo.tp.rap.e4</groupId>
273 <artifactId>org.eclipse.e4.core.commands</artifactId>
274 </dependency>
275 <dependency>
276 <groupId>org.argeo.tp.rap.e4</groupId>
277 <artifactId>org.eclipse.e4.ui.bindings</artifactId>
278 </dependency>
279 <dependency>
280 <groupId>org.argeo.tp.rap.e4</groupId>
281 <artifactId>org.eclipse.e4.ui.workbench.swt</artifactId>
282 </dependency>
283 <dependency>
284 <groupId>org.argeo.tp.rap.e4</groupId>
285 <artifactId>org.eclipse.e4.core.di.extensions.supplier</artifactId>
286 </dependency>
287 <dependency>
288 <groupId>org.argeo.tp.rap.e4</groupId>
289 <artifactId>org.eclipse.e4.ui.model.workbench</artifactId>
290 </dependency>
291 <dependency>
292 <groupId>org.argeo.tp.rap.e4</groupId>
293 <artifactId>org.eclipse.e4.emf.xpath</artifactId>
294 </dependency>
295 <dependency>
296 <groupId>org.argeo.tp.rap.e4</groupId>
297 <artifactId>org.eclipse.e4.core.contexts</artifactId>
298 </dependency>
299 <dependency>
300 <groupId>org.argeo.tp.rap.e4</groupId>
301 <artifactId>org.eclipse.e4.core.services</artifactId>
302 </dependency>
303 <dependency>
304 <groupId>org.argeo.tp.rap.e4</groupId>
305 <artifactId>org.eclipse.e4.core.di.annotations</artifactId>
306 </dependency>
307 <dependency>
308 <groupId>org.argeo.tp.rap.e4</groupId>
309 <artifactId>org.eclipse.e4.ui.services</artifactId>
310 </dependency>
311 <dependency>
312 <groupId>org.argeo.tp.rap.e4</groupId>
313 <artifactId>org.eclipse.e4.core.di.extensions</artifactId>
314 </dependency>
315 <dependency>
316 <groupId>org.argeo.tp.rap.e4</groupId>
317 <artifactId>org.eclipse.e4.ui.workbench</artifactId>
318 </dependency>
319
320 <!-- <dependency> -->
321 <!-- <groupId>org.argeo.tp</groupId> -->
322 <!-- <artifactId>argeo-tp-rap-e4</artifactId> -->
323 <!-- <version>${version.argeo-tp}</version> -->
324 <!-- <scope>provided</scope> -->
325 <!-- </dependency> -->
326
327 <!-- SDK -->
328 <dependency>
329 <groupId>org.argeo.tp.sdk</groupId>
330 <artifactId>org.junit</artifactId>
331 <scope>test</scope>
332 </dependency>
333
334 </dependencies>
335 <dependencyManagement>
336 </dependencyManagement>
337 <profiles>
338 <profile>
339 <id>rpmbuild</id>
340 <build>
341 <plugins>
342 <!-- <plugin> -->
343 <!-- <groupId>org.apache.maven.plugins</groupId> -->
344 <!-- <artifactId>maven-dependency-plugin</artifactId> -->
345 <!-- <executions> -->
346 <!-- <execution> -->
347 <!-- <id>copy-argeo</id> -->
348 <!-- <phase>package</phase> -->
349 <!-- <goals> -->
350 <!-- <goal>copy-dependencies</goal> -->
351 <!-- </goals> -->
352 <!-- <configuration> -->
353 <!-- <includeTypes>jar</includeTypes> -->
354 <!-- <outputDirectory>${project.build.directory}/lib-argeo</outputDirectory> -->
355 <!-- <includeGroupIds>org.argeo.commons</includeGroupIds> -->
356 <!-- <excludeTransitive>true</excludeTransitive> -->
357 <!-- <excludeArtifactIds>org.argeo.dep.cms.node</excludeArtifactIds> -->
358 <!-- <includeTypes>jar</includeTypes> -->
359 <!-- <includeScope>runtime</includeScope> -->
360 <!-- <useRepositoryLayout>true</useRepositoryLayout> -->
361 <!-- </configuration> -->
362 <!-- </execution> -->
363 <!-- </executions> -->
364 <!-- </plugin> -->
365 <plugin>
366 <artifactId>maven-assembly-plugin</artifactId>
367 <executions>
368 <execution>
369 <id>prepare-source</id>
370 <phase>package</phase>
371 <goals>
372 <goal>single</goal>
373 </goals>
374 <configuration>
375 <descriptorRefs>
376 <descriptorRef>a2-source</descriptorRef>
377 </descriptorRefs>
378 </configuration>
379 </execution>
380 </executions>
381 </plugin>
382 <plugin>
383 <groupId>org.codehaus.mojo</groupId>
384 <artifactId>rpm-maven-plugin</artifactId>
385 <executions>
386 <execution>
387 <id>rpm-argeo</id>
388 <phase>package</phase>
389 <goals>
390 <goal>rpm</goal>
391 </goals>
392 <configuration>
393 <name>argeo-cms-e4-rap</name>
394 <mappings>
395 <mapping>
396 <directory>/usr/share/osgi</directory>
397 <username>root</username>
398 <groupname>root</groupname>
399 <filemode>644</filemode>
400 <directoryIncluded>false</directoryIncluded>
401 <sources>
402 <source>
403 <location>${project.build.directory}/${project.artifactId}-${project.version}-a2-source</location>
404 <includes>
405 <include>**/*.jar</include>
406 </includes>
407 </source>
408 </sources>
409 </mapping>
410 <!-- <mapping> -->
411 <!-- <directory>/usr/share/osgi/org/argeo/commons/${project.artifactId}/${project.version}</directory> -->
412 <!-- <username>root</username> -->
413 <!-- <groupname>root</groupname> -->
414 <!-- <directoryIncluded>false</directoryIncluded> -->
415 <!-- <artifact /> -->
416 <!-- </mapping> -->
417 </mappings>
418 <requires>
419 <require>argeo-cms-node</require>
420 <require>argeo-cms-e4-rap-tp</require>
421 </requires>
422 </configuration>
423 </execution>
424 </executions>
425 </plugin>
426 </plugins>
427 </build>
428 </profile>
429 <profile>
430 <id>rpmbuild-tp</id>
431 <build>
432 <plugins>
433 <!-- <plugin> -->
434 <!-- <groupId>org.apache.maven.plugins</groupId> -->
435 <!-- <artifactId>maven-dependency-plugin</artifactId> -->
436 <!-- <executions> -->
437 <!-- <execution> -->
438 <!-- <id>copy-tp</id> -->
439 <!-- <phase>package</phase> -->
440 <!-- <goals> -->
441 <!-- <goal>copy-dependencies</goal> -->
442 <!-- </goals> -->
443 <!-- <configuration> -->
444 <!-- <includeTypes>jar</includeTypes> -->
445 <!-- <outputDirectory>${project.build.directory}/lib-tp</outputDirectory> -->
446 <!-- <excludeGroupIds>org.argeo.commons</excludeGroupIds> -->
447 <!-- <excludeTransitive>true</excludeTransitive> -->
448 <!-- <includeTypes>jar</includeTypes> -->
449 <!-- <includeScope>runtime</includeScope> -->
450 <!-- <useRepositoryLayout>true</useRepositoryLayout> -->
451 <!-- </configuration> -->
452 <!-- </execution> -->
453 <!-- </executions> -->
454 <!-- </plugin> -->
455 <plugin>
456 <artifactId>maven-assembly-plugin</artifactId>
457 <executions>
458 <execution>
459 <id>prepare-source-tp</id>
460 <phase>package</phase>
461 <goals>
462 <goal>single</goal>
463 </goals>
464 <configuration>
465 <descriptorRefs>
466 <descriptorRef>a2-source-tp</descriptorRef>
467 </descriptorRefs>
468 </configuration>
469 </execution>
470 </executions>
471 </plugin>
472 <plugin>
473 <groupId>org.codehaus.mojo</groupId>
474 <artifactId>rpm-maven-plugin</artifactId>
475 <executions>
476 <execution>
477 <id>rpm-tp</id>
478 <phase>package</phase>
479 <goals>
480 <goal>rpm</goal>
481 </goals>
482 <configuration>
483 <name>argeo-cms-e4-rap-tp</name>
484 <projversion>${version.argeo-tp}</projversion>
485 <mappings>
486 <mapping>
487 <directory>/usr/share/osgi</directory>
488 <username>root</username>
489 <groupname>root</groupname>
490 <filemode>644</filemode>
491 <directoryIncluded>false</directoryIncluded>
492 <sources>
493 <source>
494 <location>${project.build.directory}/${project.artifactId}-${project.version}-a2-source-tp</location>
495 <includes>
496 <include>**/*.jar</include>
497 </includes>
498 </source>
499 </sources>
500 </mapping>
501 </mappings>
502 <requires>
503 <require>argeo-cms-node-tp</require>
504 </requires>
505 </configuration>
506 </execution>
507 </executions>
508 </plugin>
509 </plugins>
510 </build>
511 </profile>
512 </profiles>
513
514 </project>