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