]> git.argeo.org Git - lgpl/argeo-commons.git/blob - pom.xml
519970f299d6a12eacf5d086334e3848352955be
[lgpl/argeo-commons.git] / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <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">
3 <modelVersion>4.0.0</modelVersion>
4 <parent>
5 <groupId>org.argeo.commons.eclipse</groupId>
6 <artifactId>features</artifactId>
7 <version>0.3.1-SNAPSHOT</version>
8 <relativePath>..</relativePath>
9 </parent>
10 <artifactId>org.argeo.eclipse.dep.rcp</artifactId>
11 <name>Commons Eclipse RCP Dependencies</name>
12 <build>
13 <plugins>
14 <plugin>
15 <groupId>org.argeo.maven.plugins</groupId>
16 <artifactId>maven-argeo-osgi-plugin</artifactId>
17 </plugin>
18 </plugins>
19 </build>
20 <dependencies>
21 <!-- common dependencies for both RCP and RAP -->
22 <dependency>
23 <groupId>org.argeo.commons.eclipse</groupId>
24 <artifactId>org.argeo.eclipse.dep.common</artifactId>
25 <version>0.3.1-SNAPSHOT</version>
26 </dependency>
27
28 <dependency>
29 <groupId>org.eclipse.ui</groupId>
30 <artifactId>org.eclipse.ui</artifactId>
31 </dependency>
32
33 <!-- forms -->
34 <dependency>
35 <groupId>org.eclipse.ui</groupId>
36 <artifactId>org.eclipse.ui.forms</artifactId>
37 </dependency>
38
39 <!-- SWT -->
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</artifactId>
47 </dependency>
48 <dependency>
49 <groupId>org.eclipse.swt</groupId>
50 <artifactId>org.eclipse.swt.gtk.linux.x86_64</artifactId>
51 </dependency>
52 <dependency>
53 <groupId>org.eclipse.swt</groupId>
54 <artifactId>org.eclipse.swt.win32.win32.x86</artifactId>
55 </dependency>
56 </dependencies>
57 </project>