]> git.argeo.org Git - lgpl/argeo-commons.git/blob - org.argeo.eclipse.ui.rap/pom.xml
576cddf2bf0d88e85fd69614882e0feae1c7aa87
[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"
3 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
4 <modelVersion>4.0.0</modelVersion>
5 <parent>
6 <groupId>org.argeo.commons</groupId>
7 <version>2.1.12-SNAPSHOT</version>
8 <artifactId>argeo-commons</artifactId>
9 <relativePath>..</relativePath>
10 </parent>
11 <artifactId>org.argeo.eclipse.ui.rap</artifactId>
12 <name>Commons Eclipse UI RAP</name>
13 <description>Provide rap specific classes and behaviour in order to provide single sourcing abilities</description>
14 <packaging>jar</packaging>
15 <dependencies>
16 <!-- Generic base UI classes. -->
17 <dependency>
18 <groupId>org.argeo.commons</groupId>
19 <artifactId>org.argeo.eclipse.ui</artifactId>
20 <version>2.1.12-SNAPSHOT</version>
21 </dependency>
22
23 <!-- Base distribution for RAP projects -->
24 <dependency>
25 <groupId>org.argeo.commons</groupId>
26 <artifactId>org.argeo.eclipse.dep.rap</artifactId>
27 <type>pom</type>
28 <version>2.1.12-SNAPSHOT</version>
29 </dependency>
30
31 <!-- Utils and logging -->
32 <dependency>
33 <groupId>org.argeo.commons</groupId>
34 <artifactId>org.argeo.util</artifactId>
35 <version>2.1.12-SNAPSHOT</version>
36 </dependency>
37 <!-- <dependency> -->
38 <!-- <groupId>org.argeo.tp</groupId> -->
39 <!-- <artifactId>slf4j.org.apache.commons.logging</artifactId> -->
40 <!-- </dependency> -->
41 </dependencies>
42 </project>