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