]> git.argeo.org Git - lgpl/argeo-commons.git/blob - org.argeo.eclipse.ui.rap/pom.xml
[maven-release-plugin] prepare for next development iteration
[lgpl/argeo-commons.git] / org.argeo.eclipse.ui.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.1-SNAPSHOT</version>
7 <artifactId>argeo-commons</artifactId>
8 <relativePath>..</relativePath>
9 </parent>
10 <artifactId>org.argeo.eclipse.ui.rap</artifactId>
11 <name>Commons Eclipse UI RAP</name>
12 <dependencies>
13 <dependency>
14 <groupId>org.argeo.commons</groupId>
15 <artifactId>org.argeo.eclipse.ui</artifactId>
16 <version>2.1-SNAPSHOT</version>
17 </dependency>
18
19 <!-- UI -->
20 <dependency>
21 <groupId>org.argeo.tp.rap.e4</groupId>
22 <artifactId>org.eclipse.rap.rwt</artifactId>
23 <scope>provided</scope>
24 </dependency>
25 <dependency>
26 <groupId>org.argeo.tp.rap.e4</groupId>
27 <artifactId>org.eclipse.core.commands</artifactId>
28 <scope>provided</scope>
29 </dependency>
30 <dependency>
31 <groupId>org.argeo.tp.rap.e4</groupId>
32 <artifactId>org.eclipse.rap.jface</artifactId>
33 <scope>provided</scope>
34 </dependency>
35
36 <!-- File upload -->
37 <dependency>
38 <groupId>org.argeo.tp.rap.e4</groupId>
39 <artifactId>org.eclipse.rap.filedialog</artifactId>
40 <scope>provided</scope>
41 </dependency>
42 <dependency>
43 <groupId>org.argeo.tp.rap.e4</groupId>
44 <artifactId>org.eclipse.rap.fileupload</artifactId>
45 <scope>provided</scope>
46 </dependency>
47
48 </dependencies>
49 </project>