]> git.argeo.org Git - gpl/argeo-slc.git/blob - eclipse/plugins/runtime/org.argeo.slc.client.rcp/pom.xml
[maven-release-plugin] prepare release argeo-slc-0.13.0
[gpl/argeo-slc.git] / eclipse / plugins / runtime / 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" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
2 <modelVersion>4.0.0</modelVersion>
3 <parent>
4 <groupId>org.argeo.slc.eclipse</groupId>
5 <artifactId>plugins</artifactId>
6 <version>0.13.0</version>
7 <relativePath>..</relativePath>
8 </parent>
9 <artifactId>org.argeo.slc.client.rcp</artifactId>
10 <name>SLC Client RCP</name>
11 <packaging>jar</packaging>
12 <dependencies>
13 <!-- SLC -->
14 <dependency>
15 <groupId>org.argeo.slc.eclipse</groupId>
16 <artifactId>org.argeo.slc.client.ui</artifactId>
17 <version>${project.version}</version>
18 </dependency>
19 <!-- Eclipse -->
20 <dependency>
21 <groupId>org.eclipse.ui</groupId>
22 <artifactId>org.eclipse.ui</artifactId>
23 </dependency>
24 <dependency>
25 <groupId>org.eclipse.core</groupId>
26 <artifactId>org.eclipse.core.runtime</artifactId>
27 </dependency>
28 <dependency>
29 <groupId>org.eclipse.swt</groupId>
30 <artifactId>org.eclipse.swt.gtk.linux.x86_64</artifactId>
31 </dependency>
32 <dependency>
33 <groupId>org.eclipse.swt</groupId>
34 <artifactId>org.eclipse.swt.gtk.linux.x86</artifactId>
35 </dependency>
36
37 </dependencies>
38 </project>