]> git.argeo.org Git - lgpl/argeo-commons.git/blob - pom.xml
bb1ac1f4e47e37bb58322746bf14231ed886bf52
[lgpl/argeo-commons.git] / 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.commons.eclipse</groupId>
5 <version>0.2.2-SNAPSHOT</version>
6 <artifactId>plugins</artifactId>
7 <relativePath>..</relativePath>
8 </parent>
9 <artifactId>org.argeo.eclipse.ui</artifactId>
10 <name>Commons Eclipse UI</name>
11 <packaging>jar</packaging>
12 <dependencies>
13 <!-- Eclipse -->
14 <dependency>
15 <groupId>org.eclipse.ui</groupId>
16 <artifactId>org.eclipse.ui</artifactId>
17 </dependency>
18 <dependency>
19 <groupId>org.eclipse.core</groupId>
20 <artifactId>org.eclipse.core.runtime</artifactId>
21 </dependency>
22 <dependency>
23 <groupId>org.eclipse.core</groupId>
24 <artifactId>org.eclipse.core.commands</artifactId>
25 </dependency>
26 <dependency>
27 <groupId>org.eclipse.equinox</groupId>
28 <artifactId>org.eclipse.equinox.launcher</artifactId>
29 </dependency>
30 <dependency>
31 <groupId>org.eclipse.equinox</groupId>
32 <artifactId>org.eclipse.equinox.preferences</artifactId>
33 <version>3.3.0</version>
34 </dependency>
35 <dependency>
36 <groupId>com.ibm.icu</groupId>
37 <artifactId>com.ibm.icu</artifactId>
38 </dependency>
39 <dependency>
40 <groupId>org.eclipse.swt</groupId>
41 <artifactId>org.eclipse.swt</artifactId>
42 </dependency>
43 <dependency>
44 <groupId>org.eclipse.swt</groupId>
45 <artifactId>org.eclipse.swt.gtk.linux.x86_64</artifactId>
46 </dependency>
47 <dependency>
48 <groupId>org.eclipse.swt</groupId>
49 <artifactId>org.eclipse.swt.gtk.linux.x86</artifactId>
50 </dependency>
51 <dependency>
52 <groupId>org.eclipse.swt</groupId>
53 <artifactId>org.eclipse.swt.win32.win32.x86</artifactId>
54 </dependency>
55 <dependency>
56 <groupId>org.eclipse.equinox</groupId>
57 <artifactId>org.eclipse.equinox.launcher</artifactId>
58 </dependency>
59 <dependency>
60 <groupId>org.eclipse.equinox</groupId>
61 <artifactId>org.eclipse.equinox.launcher.gtk.linux.x86_64</artifactId>
62 </dependency>
63 <dependency>
64 <groupId>org.eclipse.equinox</groupId>
65 <artifactId>org.eclipse.equinox.launcher.gtk.linux.x86</artifactId>
66 </dependency>
67 <dependency>
68 <groupId>org.eclipse.equinox</groupId>
69 <artifactId>org.eclipse.equinox.launcher.win32.win32.x86</artifactId>
70 </dependency>
71
72 <!-- Spring -->
73 <dependency>
74 <groupId>org.springframework</groupId>
75 <artifactId>org.springframework.context</artifactId>
76 </dependency>
77 <!-- Others -->
78 <dependency>
79 <groupId>org.slf4j</groupId>
80 <artifactId>com.springsource.slf4j.org.apache.commons.logging</artifactId>
81 </dependency>
82
83 </dependencies>
84 </project>