]> git.argeo.org Git - lgpl/argeo-commons.git/blob - rcp/pom.xml
323d73e74c517a6442621fdff5f10861e3ffb3e8
[lgpl/argeo-commons.git] / 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</groupId>
6 <artifactId>argeo-commons</artifactId>
7 <version>2.3-SNAPSHOT</version>
8 <relativePath>..</relativePath>
9 </parent>
10 <groupId>org.argeo.commons.rcp</groupId>
11 <artifactId>argeo-rcp</artifactId>
12 <version>2.3-SNAPSHOT</version>
13 <name>Argeo RCP</name>
14 <packaging>pom</packaging>
15 <modules>
16 <module>org.argeo.swt.minidesktop</module>
17 <module>org.argeo.swt.specific.rcp</module>
18 <module>org.argeo.cms.ui.rcp</module>
19 <module>org.argeo.cms.e4.rcp</module>
20 <!-- <module>dep</module> -->
21 </modules>
22 <dependencies>
23 <dependency>
24 <groupId>org.argeo.tp</groupId>
25 <artifactId>argeo-tp</artifactId>
26 <version>${version.argeo-tp}</version>
27 <scope>provided</scope>
28 <exclusions>
29 <!-- Equinox base -->
30 <!-- <exclusion> -->
31 <!-- <groupId>org.argeo.tp.equinox</groupId> -->
32 <!-- <artifactId>org.eclipse.osgi</artifactId> -->
33 <!-- </exclusion> -->
34 <!-- <exclusion> -->
35 <!-- <groupId>org.argeo.tp.equinox</groupId> -->
36 <!-- <artifactId>org.eclipse.osgi.services</artifactId> -->
37 <!-- </exclusion> -->
38
39 <!-- RAP UI -->
40 <exclusion>
41 <groupId>org.argeo.tp.rap.platform</groupId>
42 <artifactId>org.eclipse.rap.ui.forms</artifactId>
43 </exclusion>
44 <exclusion>
45 <groupId>org.argeo.tp.rap.platform</groupId>
46 <artifactId>org.eclipse.rap.rwt</artifactId>
47 </exclusion>
48 <exclusion>
49 <groupId>org.argeo.tp.rap.platform</groupId>
50 <artifactId>org.eclipse.rap.jface</artifactId>
51 </exclusion>
52 <exclusion>
53 <groupId>org.argeo.tp.rap.platform</groupId>
54 <artifactId>org.eclipse.rap.ui</artifactId>
55 </exclusion>
56 <exclusion>
57 <groupId>org.argeo.tp.rap.platform</groupId>
58 <artifactId>org.eclipse.rap.ui.views</artifactId>
59 </exclusion>
60 <exclusion>
61 <groupId>org.argeo.tp.rap.platform</groupId>
62 <artifactId>org.eclipse.rap.ui.workbench</artifactId>
63 </exclusion>
64 <exclusion>
65 <groupId>org.argeo.tp.rap.platform</groupId>
66 <artifactId>org.eclipse.rap.rwt.osgi</artifactId>
67 </exclusion>
68 <exclusion>
69 <groupId>org.argeo.tp.rap.platform</groupId>
70 <artifactId>org.eclipse.rap.jface.databinding</artifactId>
71 </exclusion>
72 <exclusion>
73 <groupId>org.argeo.tp.rap.platform</groupId>
74 <artifactId>org.eclipse.core.jobs</artifactId>
75 </exclusion>
76 <exclusion>
77 <groupId>org.argeo.tp.rap.platform</groupId>
78 <artifactId>org.eclipse.core.expressions</artifactId>
79 </exclusion>
80 <exclusion>
81 <groupId>org.argeo.tp.rap.platform</groupId>
82 <artifactId>org.eclipse.core.databinding.observable</artifactId>
83 </exclusion>
84 <exclusion>
85 <groupId>org.argeo.tp.rap.platform</groupId>
86 <artifactId>org.eclipse.help</artifactId>
87 </exclusion>
88 <exclusion>
89 <groupId>org.argeo.tp.rap.platform</groupId>
90 <artifactId>org.eclipse.core.databinding</artifactId>
91 </exclusion>
92 <exclusion>
93 <groupId>org.argeo.tp.rap.platform</groupId>
94 <artifactId>org.eclipse.core.databinding.beans</artifactId>
95 </exclusion>
96 <exclusion>
97 <groupId>org.argeo.tp.rap.platform</groupId>
98 <artifactId>org.eclipse.core.runtime</artifactId>
99 </exclusion>
100 <exclusion>
101 <groupId>org.argeo.tp.rap.platform</groupId>
102 <artifactId>org.eclipse.core.databinding.property</artifactId>
103 </exclusion>
104 <exclusion>
105 <groupId>org.argeo.tp.rap.platform</groupId>
106 <artifactId>com.ibm.icu.base</artifactId>
107 </exclusion>
108 <exclusion>
109 <groupId>org.argeo.tp.rap.platform</groupId>
110 <artifactId>org.eclipse.core.contenttype</artifactId>
111 </exclusion>
112 <exclusion>
113 <groupId>org.argeo.tp.rap.platform</groupId>
114 <artifactId>org.eclipse.core.commands</artifactId>
115 </exclusion>
116
117 <!-- Addons -->
118 <exclusion>
119 <groupId>org.argeo.tp.rap.platform</groupId>
120 <artifactId>org.eclipse.rap.filedialog</artifactId>
121 </exclusion>
122 <exclusion>
123 <groupId>org.argeo.tp.rap.platform</groupId>
124 <artifactId>org.eclipse.rap.fileupload</artifactId>
125 </exclusion>
126 </exclusions>
127 </dependency>
128 <dependency>
129 <groupId>org.argeo.tp</groupId>
130 <artifactId>argeo-tp-rcp-e4</artifactId>
131 <version>${version.argeo-tp}</version>
132 <scope>provided</scope>
133 <exclusions>
134 <exclusion>
135 <groupId>org.argeo.tp.rcp.platform</groupId>
136 <artifactId>org.eclipse.osgi</artifactId>
137 </exclusion>
138 <exclusion>
139 <groupId>org.argeo.tp.rcp.platform</groupId>
140 <artifactId>org.eclipse.osgi.services</artifactId>
141 </exclusion>
142 </exclusions>
143 </dependency>
144 </dependencies>
145 <dependencyManagement>
146 <dependencies>
147 <dependency>
148 <groupId>org.argeo.tp</groupId>
149 <artifactId>argeo-tp-rcp-e4</artifactId>
150 <version>${version.argeo-tp}</version>
151 <type>pom</type>
152 <scope>import</scope>
153 </dependency>
154 </dependencies>
155 </dependencyManagement>
156 </project>