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