]> git.argeo.org Git - lgpl/argeo-commons.git/blob - eclipse/features/org.argeo.eclipse.dep.rcp/pom.xml
Add JCR MVC
[lgpl/argeo-commons.git] / eclipse / features / org.argeo.eclipse.dep.rcp / 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.2.3-SNAPSHOT</version>
8 <relativePath>..</relativePath>
9 </parent>
10 <artifactId>org.argeo.eclipse.dep.rcp</artifactId>
11 <name>Commons 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.2.3-SNAPSHOT</version>
26 </dependency>
27
28 <!-- RCP Only -->
29 <dependency>
30 <groupId>org.eclipse.ui</groupId>
31 <artifactId>org.eclipse.ui</artifactId>
32 </dependency>
33
34 <!-- forms -->
35 <dependency>
36 <groupId>org.eclipse.ui</groupId>
37 <artifactId>org.eclipse.ui.forms</artifactId>
38 </dependency>
39
40 <!-- SWT -->
41 <dependency>
42 <groupId>org.eclipse.swt</groupId>
43 <artifactId>org.eclipse.swt</artifactId>
44 </dependency>
45 <dependency>
46 <groupId>org.eclipse.swt</groupId>
47 <artifactId>org.eclipse.swt.gtk.linux.x86_64</artifactId>
48 </dependency>
49 <dependency>
50 <groupId>org.eclipse.swt</groupId>
51 <artifactId>org.eclipse.swt.win32.win32.x86</artifactId>
52 </dependency>
53
54
55 <!-- <dependency> -->
56 <!-- <groupId>org.eclipse.equinox</groupId> -->
57 <!-- <artifactId>org.eclipse.equinox.launcher.gtk.linux.x86_64</artifactId> -->
58 <!-- </dependency> -->
59 <!-- <dependency> -->
60 <!-- <groupId>org.eclipse.equinox</groupId> -->
61 <!-- <artifactId>org.eclipse.equinox.launcher.gtk.linux.x86</artifactId> -->
62 <!-- </dependency> -->
63 <!-- <dependency> -->
64 <!-- <groupId>org.eclipse.equinox</groupId> -->
65 <!-- <artifactId>org.eclipse.equinox.launcher.win32.win32.x86</artifactId> -->
66 <!-- </dependency> -->
67 </dependencies>
68 </project>