]> git.argeo.org Git - lgpl/argeo-commons.git/blob - org.argeo.cms.ui/pom.xml
Clean CMS E4 RAP
[lgpl/argeo-commons.git] / org.argeo.cms.ui / 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 <artifactId>argeo-commons</artifactId>
7 <version>2.1.74-SNAPSHOT</version>
8 <relativePath>..</relativePath>
9 </parent>
10 <artifactId>org.argeo.cms.ui</artifactId>
11 <name>CMS UI</name>
12 <packaging>jar</packaging>
13 <dependencies>
14 <dependency>
15 <groupId>org.argeo.commons</groupId>
16 <artifactId>org.argeo.cms</artifactId>
17 <version>2.1.74-SNAPSHOT</version>
18 </dependency>
19 <dependency>
20 <groupId>org.argeo.commons</groupId>
21 <artifactId>org.argeo.eclipse.ui.rap</artifactId>
22 <version>2.1.74-SNAPSHOT</version>
23 <scope>provided</scope>
24 </dependency>
25
26 <!-- Theme -->
27 <dependency>
28 <groupId>org.argeo.commons</groupId>
29 <artifactId>org.argeo.cms.ui.theme</artifactId>
30 <version>2.1.74-SNAPSHOT</version>
31 </dependency>
32
33 <!-- UI -->
34 <dependency>
35 <groupId>org.argeo.tp.rap.e4</groupId>
36 <artifactId>org.eclipse.rap.rwt</artifactId>
37 <scope>provided</scope>
38 </dependency>
39 <dependency>
40 <groupId>org.argeo.tp.rap.e4</groupId>
41 <artifactId>org.eclipse.core.commands</artifactId>
42 <scope>provided</scope>
43 </dependency>
44 <dependency>
45 <groupId>org.argeo.tp.rap.e4</groupId>
46 <artifactId>org.eclipse.rap.jface</artifactId>
47 <scope>provided</scope>
48 </dependency>
49
50 <!-- TODO move it to specific -->
51 <dependency>
52 <groupId>org.argeo.tp.rap.e4</groupId>
53 <artifactId>org.eclipse.rap.filedialog</artifactId>
54 <scope>provided</scope>
55 </dependency>
56 <dependency>
57 <groupId>org.argeo.tp.rap.e4</groupId>
58 <artifactId>org.eclipse.rap.fileupload</artifactId>
59 <scope>provided</scope>
60 </dependency>
61
62 </dependencies>
63 </project>