]> git.argeo.org Git - lgpl/argeo-commons.git/blob - dep/org.argeo.dep.cms.e4.rap/pom.xml
Fix clock sequence initialisation
[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" 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">
3 <modelVersion>4.0.0</modelVersion>
4 <parent>
5 <groupId>org.argeo.commons</groupId>
6 <version>2.3-SNAPSHOT</version>
7 <artifactId>dep</artifactId>
8 <relativePath>..</relativePath>
9 </parent>
10 <artifactId>org.argeo.dep.cms.e4.rap</artifactId>
11 <name>CMS Platform Eclipse 4 RAP</name>
12 <dependencies>
13
14 <!-- Argeo Commons -->
15 <dependency>
16 <groupId>org.argeo.commons</groupId>
17 <artifactId>org.argeo.dep.cms.ui.rap</artifactId>
18 <version>2.3-SNAPSHOT</version>
19 <type>pom</type>
20 </dependency>
21
22 <!-- E4 Specific -->
23 <dependency>
24 <groupId>org.argeo.commons</groupId>
25 <artifactId>org.argeo.cms.e4</artifactId>
26 <version>2.3-SNAPSHOT</version>
27 </dependency>
28
29 <!-- RAP specific -->
30 <dependency>
31 <groupId>org.argeo.commons.rap</groupId>
32 <artifactId>org.argeo.cms.e4.rap</artifactId>
33 <version>2.3-SNAPSHOT</version>
34 </dependency>
35
36 <!-- SVG and CSS -->
37 <!-- <dependency> -->
38 <!-- <groupId>org.argeo.tp.apache</groupId> -->
39 <!-- <artifactId>org.apache.xmlgraphics.commons</artifactId> -->
40 <!-- </dependency> -->
41 <!-- <dependency> -->
42 <!-- <groupId>org.argeo.tp.misc</groupId> -->
43 <!-- <artifactId>org.w3c.dom.svg</artifactId> -->
44 <!-- </dependency> -->
45 <!-- <dependency> -->
46 <!-- <groupId>org.argeo.tp.apache</groupId> -->
47 <!-- <artifactId>org.apache.batik.i18n</artifactId> -->
48 <!-- </dependency> -->
49 <!-- <dependency> -->
50 <!-- <groupId>org.argeo.tp.apache</groupId> -->
51 <!-- <artifactId>org.apache.batik.util</artifactId> -->
52 <!-- </dependency> -->
53 <!-- <dependency> -->
54 <!-- <groupId>org.argeo.tp.apache</groupId> -->
55 <!-- <artifactId>org.apache.batik.css</artifactId> -->
56 <!-- </dependency> -->
57 <!-- <dependency> -->
58 <!-- <groupId>org.argeo.tp.misc</groupId> -->
59 <!-- <artifactId>org.jsoup</artifactId> -->
60 <!-- </dependency> -->
61 <!-- <dependency> -->
62 <!-- <groupId>org.argeo.tp.misc</groupId> -->
63 <!-- <artifactId>org.w3c.css.sac</artifactId> -->
64 <!-- </dependency> -->
65 <!-- <dependency> -->
66 <!-- <groupId>org.argeo.tp.misc</groupId> -->
67 <!-- <artifactId>com.steadystate.css</artifactId> -->
68 <!-- </dependency> -->
69
70 <!-- Misc Third Parties -->
71 <!-- <dependency> -->
72 <!-- <groupId>org.argeo.tp.bouncycastle</groupId> -->
73 <!-- <artifactId>bcmail</artifactId> -->
74 <!-- </dependency> -->
75 <!-- <dependency> -->
76 <!-- <groupId>org.argeo.tp.bouncycastle</groupId> -->
77 <!-- <artifactId>bcpg</artifactId> -->
78 <!-- </dependency> -->
79 <!-- <dependency> -->
80 <!-- <groupId>org.argeo.tp.apache.ant</groupId> -->
81 <!-- <artifactId>org.apache.ant</artifactId> -->
82 <!-- </dependency> -->
83 <!-- <dependency> -->
84 <!-- <groupId>org.argeo.tp.apache.ant</groupId> -->
85 <!-- <artifactId>org.apache.ant.launch</artifactId> -->
86 <!-- </dependency> -->
87 <!-- <dependency> -->
88 <!-- <groupId>org.argeo.tp.misc</groupId> -->
89 <!-- <artifactId>org.quartz-scheduler.quartz</artifactId> -->
90 <!-- </dependency> -->
91 <!-- <dependency> -->
92 <!-- <groupId>org.argeo.tp.misc</groupId> -->
93 <!-- <artifactId>org.quartz-scheduler.quartz.jobs</artifactId> -->
94 <!-- </dependency> -->
95 <!-- <dependency> -->
96 <!-- <groupId>org.argeo.tp.javax</groupId> -->
97 <!-- <artifactId>javax.mail</artifactId> -->
98 <!-- </dependency> -->
99
100 <!-- Nebula -->
101 <dependency>
102 <groupId>org.argeo.tp.rap.e4</groupId>
103 <artifactId>org.eclipse.rap.nebula.widgets.richtext</artifactId>
104 </dependency>
105 <dependency>
106 <groupId>org.argeo.tp.rap.e4</groupId>
107 <artifactId>org.eclipse.rap.nebula.widgets.grid</artifactId>
108 </dependency>
109 <dependency>
110 <groupId>org.argeo.tp.rap.e4</groupId>
111 <artifactId>org.eclipse.rap.nebula.jface.gridviewer</artifactId>
112 </dependency>
113
114 <!-- Eclipse Core -->
115 <dependency>
116 <groupId>org.argeo.tp.rap.e4</groupId>
117 <artifactId>org.eclipse.core.databinding</artifactId>
118 </dependency>
119 <dependency>
120 <groupId>org.argeo.tp.rap.e4</groupId>
121 <artifactId>org.eclipse.core.databinding.beans</artifactId>
122 </dependency>
123 <dependency>
124 <groupId>org.argeo.tp.rap.e4</groupId>
125 <artifactId>org.eclipse.core.runtime</artifactId>
126 </dependency>
127 <dependency>
128 <groupId>org.argeo.tp.rap.e4</groupId>
129 <artifactId>org.eclipse.core.databinding.property</artifactId>
130 </dependency>
131 <dependency>
132 <groupId>org.argeo.tp.rap.e4</groupId>
133 <artifactId>com.ibm.icu</artifactId>
134 </dependency>
135 <dependency>
136 <groupId>org.argeo.tp.rap.e4</groupId>
137 <artifactId>org.eclipse.core.contenttype</artifactId>
138 </dependency>
139 <dependency>
140 <groupId>org.argeo.tp.rap.e4</groupId>
141 <artifactId>org.eclipse.rap.jface.databinding</artifactId>
142 </dependency>
143 <dependency>
144 <groupId>org.argeo.tp.rap.e4</groupId>
145 <artifactId>org.eclipse.core.jobs</artifactId>
146 </dependency>
147 <dependency>
148 <groupId>org.argeo.tp.rap.e4</groupId>
149 <artifactId>org.eclipse.core.expressions</artifactId>
150 </dependency>
151 <dependency>
152 <groupId>org.argeo.tp.rap.e4</groupId>
153 <artifactId>org.eclipse.core.databinding.observable</artifactId>
154 </dependency>
155 <dependency>
156 <groupId>org.argeo.tp.rap.e4</groupId>
157 <artifactId>org.eclipse.help</artifactId>
158 </dependency>
159
160 <!-- Dependencies required / provided by Eclipse 4 -->
161 <dependency>
162 <groupId>org.argeo.tp.rap.e4</groupId>
163 <artifactId>org.apache.commons.jxpath</artifactId>
164 </dependency>
165
166 <!-- Eclipse 4 -->
167 <dependency>
168 <groupId>org.argeo.tp.rap.e4</groupId>
169 <artifactId>org.eclipse.rap.e4</artifactId>
170 </dependency>
171 <dependency>
172 <groupId>org.argeo.tp.rap.e4</groupId>
173 <artifactId>org.eclipse.emf.common</artifactId>
174 </dependency>
175 <dependency>
176 <groupId>org.argeo.tp.rap.e4</groupId>
177 <artifactId>org.eclipse.emf.ecore</artifactId>
178 </dependency>
179 <dependency>
180 <groupId>org.argeo.tp.rap.e4</groupId>
181 <artifactId>org.eclipse.emf.ecore.change</artifactId>
182 </dependency>
183 <dependency>
184 <groupId>org.argeo.tp.rap.e4</groupId>
185 <artifactId>org.eclipse.emf.ecore.xmi</artifactId>
186 </dependency>
187
188 <dependency>
189 <groupId>org.argeo.tp.rap.e4</groupId>
190 <artifactId>org.eclipse.e4.ui.workbench.renderers.swt</artifactId>
191 </dependency>
192 <dependency>
193 <groupId>org.argeo.tp.rap.e4</groupId>
194 <artifactId>org.eclipse.e4.ui.di</artifactId>
195 </dependency>
196 <dependency>
197 <groupId>org.argeo.tp.rap.e4</groupId>
198 <artifactId>org.eclipse.e4.core.di</artifactId>
199 </dependency>
200 <dependency>
201 <groupId>org.argeo.tp.rap.e4</groupId>
202 <artifactId>org.eclipse.e4.ui.workbench.addons.swt</artifactId>
203 </dependency>
204 <dependency>
205 <groupId>org.argeo.tp.rap.e4</groupId>
206 <artifactId>org.eclipse.e4.core.commands</artifactId>
207 </dependency>
208 <dependency>
209 <groupId>org.argeo.tp.rap.e4</groupId>
210 <artifactId>org.eclipse.e4.ui.bindings</artifactId>
211 </dependency>
212 <dependency>
213 <groupId>org.argeo.tp.rap.e4</groupId>
214 <artifactId>org.eclipse.e4.ui.workbench.swt</artifactId>
215 </dependency>
216 <dependency>
217 <groupId>org.argeo.tp.rap.e4</groupId>
218 <artifactId>org.eclipse.e4.core.di.extensions.supplier</artifactId>
219 </dependency>
220 <dependency>
221 <groupId>org.argeo.tp.rap.e4</groupId>
222 <artifactId>org.eclipse.e4.ui.model.workbench</artifactId>
223 </dependency>
224 <dependency>
225 <groupId>org.argeo.tp.rap.e4</groupId>
226 <artifactId>org.eclipse.e4.emf.xpath</artifactId>
227 </dependency>
228 <dependency>
229 <groupId>org.argeo.tp.rap.e4</groupId>
230 <artifactId>org.eclipse.e4.core.contexts</artifactId>
231 </dependency>
232 <dependency>
233 <groupId>org.argeo.tp.rap.e4</groupId>
234 <artifactId>org.eclipse.e4.core.services</artifactId>
235 </dependency>
236 <dependency>
237 <groupId>org.argeo.tp.rap.e4</groupId>
238 <artifactId>org.eclipse.e4.core.di.annotations</artifactId>
239 </dependency>
240 <dependency>
241 <groupId>org.argeo.tp.rap.e4</groupId>
242 <artifactId>org.eclipse.e4.ui.services</artifactId>
243 </dependency>
244 <dependency>
245 <groupId>org.argeo.tp.rap.e4</groupId>
246 <artifactId>org.eclipse.e4.core.di.extensions</artifactId>
247 </dependency>
248 <dependency>
249 <groupId>org.argeo.tp.rap.e4</groupId>
250 <artifactId>org.eclipse.e4.ui.workbench</artifactId>
251 </dependency>
252
253 <!-- SDK -->
254 <dependency>
255 <groupId>org.argeo.tp.sdk</groupId>
256 <artifactId>org.junit</artifactId>
257 <scope>test</scope>
258 </dependency>
259 <dependency>
260 <groupId>org.argeo.tp.sdk</groupId>
261 <artifactId>org.hamcrest</artifactId>
262 <scope>test</scope>
263 </dependency>
264
265 </dependencies>
266 <dependencyManagement>
267 </dependencyManagement>
268 <profiles>
269 <profile>
270 <id>rpmbuild</id>
271 <build>
272 <plugins>
273 <plugin>
274 <artifactId>maven-assembly-plugin</artifactId>
275 <executions>
276 <execution>
277 <id>prepare-source</id>
278 <phase>package</phase>
279 <goals>
280 <goal>single</goal>
281 </goals>
282 <configuration>
283 <descriptorRefs>
284 <descriptorRef>a2-source</descriptorRef>
285 </descriptorRefs>
286 </configuration>
287 </execution>
288 </executions>
289 </plugin>
290 <plugin>
291 <groupId>org.codehaus.mojo</groupId>
292 <artifactId>rpm-maven-plugin</artifactId>
293 <executions>
294 <execution>
295 <id>rpm-argeo</id>
296 <phase>package</phase>
297 <goals>
298 <goal>rpm</goal>
299 </goals>
300 <configuration>
301 <name>argeo-cms-e4-rap${argeo.rpm.suffix}</name>
302 <mappings>
303 <mapping>
304 <directory>/usr/share/osgi</directory>
305 <username>root</username>
306 <groupname>root</groupname>
307 <filemode>644</filemode>
308 <directoryIncluded>false</directoryIncluded>
309 <sources>
310 <source>
311 <location>${project.build.directory}/${project.artifactId}-${project.version}-a2-source</location>
312 <includes>
313 <include>**/*.jar</include>
314 </includes>
315 </source>
316 </sources>
317 </mapping>
318 </mappings>
319 <requires>
320 <require>argeo-cms-ui-rap${argeo.rpm.suffix}</require>
321 <require>argeo-cms-e4-rap-tp${argeo.rpm.suffix}</require>
322 </requires>
323 </configuration>
324 </execution>
325 </executions>
326 </plugin>
327 </plugins>
328 </build>
329 </profile>
330 <profile>
331 <id>rpmbuild-tp</id>
332 <build>
333 <plugins>
334 <plugin>
335 <artifactId>maven-assembly-plugin</artifactId>
336 <executions>
337 <execution>
338 <id>prepare-source-tp</id>
339 <phase>package</phase>
340 <goals>
341 <goal>single</goal>
342 </goals>
343 <configuration>
344 <descriptorRefs>
345 <descriptorRef>a2-source-tp</descriptorRef>
346 </descriptorRefs>
347 </configuration>
348 </execution>
349 </executions>
350 </plugin>
351 <plugin>
352 <groupId>org.codehaus.mojo</groupId>
353 <artifactId>rpm-maven-plugin</artifactId>
354 <executions>
355 <execution>
356 <id>rpm-tp</id>
357 <phase>package</phase>
358 <goals>
359 <goal>rpm</goal>
360 </goals>
361 <configuration>
362 <name>argeo-cms-e4-rap-tp${argeo.rpm.suffix}</name>
363 <projversion>${version.argeo-tp}</projversion>
364 <release>${argeo.rpm.release.tp}</release>
365 <mappings>
366 <mapping>
367 <directory>/usr/share/osgi</directory>
368 <username>root</username>
369 <groupname>root</groupname>
370 <filemode>644</filemode>
371 <directoryIncluded>false</directoryIncluded>
372 <sources>
373 <source>
374 <location>${project.build.directory}/${project.artifactId}-${project.version}-a2-source-tp</location>
375 <includes>
376 <include>**/*.jar</include>
377 </includes>
378 </source>
379 </sources>
380 </mapping>
381 </mappings>
382 <requires>
383 <require>argeo-cms-ui-rap-tp${argeo.rpm.suffix}</require>
384 </requires>
385 </configuration>
386 </execution>
387 </executions>
388 </plugin>
389 </plugins>
390 </build>
391 </profile>
392 </profiles>
393 </project>