]> git.argeo.org Git - lgpl/argeo-commons.git/blob - org.argeo.eclipse.ui.rcp/pom.xml
All Commons modules building (Eclipse included)
[lgpl/argeo-commons.git] / org.argeo.eclipse.ui.rcp / 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.rcp</artifactId>
12 <name>Commons Eclipse UI RCP</name>
13 <description>Provide RCP specific classes and behaviour in order to enable single sourcing</description>
14 <packaging>jar</packaging>
15 <dependencies>
16
17 <!-- Argeo Commons for Eclipse (not specific) -->
18 <dependency>
19 <groupId>org.argeo.commons</groupId>
20 <artifactId>org.argeo.eclipse.ui</artifactId>
21 <version>2.1.12-SNAPSHOT</version>
22 </dependency>
23
24 <!-- Base distribution for RCP projects -->
25 <dependency>
26 <groupId>org.argeo.commons</groupId>
27 <artifactId>org.argeo.eclipse.dep.rcp</artifactId>
28 <type>pom</type>
29 <version>2.1.12-SNAPSHOT</version>
30 </dependency>
31
32 <!-- Others. -->
33 <!-- <dependency> -->
34 <!-- <groupId>org.argeo.tp</groupId> -->
35 <!-- <artifactId>org.apache.commons.io</artifactId> -->
36 <!-- </dependency> -->
37 <dependency>
38 <groupId>org.argeo.commons</groupId>
39 <artifactId>org.argeo.util</artifactId>
40 <version>2.1.12-SNAPSHOT</version>
41 </dependency>
42 <!-- <dependency> -->
43 <!-- <groupId>org.argeo.tp</groupId> -->
44 <!-- <artifactId>slf4j.org.apache.commons.logging</artifactId> -->
45 <!-- </dependency> -->
46 </dependencies>
47 </project>