]> git.argeo.org Git - gpl/argeo-slc.git/blob - eclipse/plugins/org.argeo.slc.client.rcp/pom.xml
Add support for combo box in editing parameters.
[gpl/argeo-slc.git] / eclipse / plugins / org.argeo.slc.client.rcp / pom.xml
1 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2 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.slc.eclipse</groupId>
6 <artifactId>plugins</artifactId>
7 <version>0.13.1-SNAPSHOT</version>
8 <relativePath>..</relativePath>
9 </parent>
10 <artifactId>org.argeo.slc.client.rcp</artifactId>
11 <name>SLC Client RCP</name>
12 <packaging>jar</packaging>
13 <dependencies>
14
15 <!-- SLC -->
16 <dependency>
17 <groupId>org.argeo.slc.eclipse</groupId>
18 <artifactId>org.argeo.slc.client.ui</artifactId>
19 <version>${project.version}</version>
20 </dependency>
21
22 <!-- Argeo common distribution for RCP projects -->
23 <dependency>
24 <groupId>org.argeo.commons.eclipse</groupId>
25 <artifactId>org.argeo.eclipse.dep.rcp</artifactId>
26 <version>${version.argeo-commons}</version>
27 </dependency>
28
29 <!-- Eclipse -->
30 <!-- <dependency>
31 <groupId>org.eclipse.ui</groupId>
32 <artifactId>org.eclipse.ui</artifactId>
33 </dependency>
34 <dependency>
35 <groupId>org.eclipse.core</groupId>
36 <artifactId>org.eclipse.core.runtime</artifactId>
37 </dependency>
38 <dependency>
39 <groupId>org.eclipse.swt</groupId>
40 <artifactId>org.eclipse.swt.gtk.linux.x86_64</artifactId>
41 </dependency>
42 <dependency>
43 <groupId>org.eclipse.swt</groupId>
44 <artifactId>org.eclipse.swt.gtk.linux.x86</artifactId>
45 </dependency> -->
46 </dependencies>
47 </project>