]> git.argeo.org Git - gpl/argeo-slc.git/blob - eclipse/plugins/org.argeo.slc.client.agent/pom.xml
ajout de nouveaux bundles dans eclipse.plugins - hibernate
[gpl/argeo-slc.git] / eclipse / plugins / org.argeo.slc.client.agent / 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.0-SNAPSHOT</version>
8 <relativePath>..</relativePath>
9 </parent>
10 <artifactId>org.argeo.slc.client.agent</artifactId>
11 <name>SLC Client Agent</name>
12 <packaging>jar</packaging>
13 <dependencies>
14 <!-- SLC -->
15 <dependency>
16 <groupId>org.argeo.slc.eclipse</groupId>
17 <artifactId>org.argeo.slc.client.ui</artifactId>
18 <version>${project.version}</version>
19 </dependency>
20 <!-- Eclipse -->
21 <dependency>
22 <groupId>org.eclipse.ui</groupId>
23 <artifactId>org.eclipse.ui</artifactId>
24 </dependency>
25 <dependency>
26 <groupId>org.eclipse.core</groupId>
27 <artifactId>org.eclipse.core.runtime</artifactId>
28 </dependency>
29 <dependency>
30 <groupId>org.eclipse.swt</groupId>
31 <artifactId>org.eclipse.swt.gtk.linux.x86_64</artifactId>
32 </dependency>
33 <dependency>
34 <groupId>org.eclipse.swt</groupId>
35 <artifactId>org.eclipse.swt.gtk.linux.x86</artifactId>
36 </dependency>
37
38 </dependencies>
39 </project>