]> git.argeo.org Git - lgpl/argeo-commons.git/blob - org.argeo.eclipse.dep.rcp/pom.xml
Prepare next development cycle
[lgpl/argeo-commons.git] / org.argeo.eclipse.dep.rcp / pom.xml
1 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
4 <modelVersion>4.0.0</modelVersion>
5 <parent>
6 <groupId>org.argeo.commons</groupId>
7 <artifactId>dep</artifactId>
8 <version>2.1.12-SNAPSHOT</version>
9 <relativePath>..</relativePath>
10 </parent>
11 <artifactId>org.argeo.eclipse.dep.rcp</artifactId>
12 <name>Eclipse RCP Dependencies</name>
13 <packaging>pom</packaging>
14 <description><![CDATA[
15 com.ibm.icu
16 org.eclipse.core.commands
17 org.eclipse.core.contenttype
18 org.eclipse.core.databinding
19 org.eclipse.core.databinding.observable
20 org.eclipse.core.databinding.property
21 org.eclipse.core.expressions
22 org.eclipse.core.jobs
23 org.eclipse.core.runtime
24 org.eclipse.equinox.app
25 org.eclipse.equinox.common
26 org.eclipse.equinox.launcher
27 org.eclipse.equinox.preferences
28 org.eclipse.equinox.registry
29 org.eclipse.equinox.security
30 org.eclipse.help
31 org.eclipse.jface
32 org.eclipse.jface.databinding
33 org.eclipse.osgi
34 org.eclipse.swt
35 org.eclipse.swt.gtk.linux.x86
36 org.eclipse.swt.gtk.linux.x86_64
37 org.eclipse.swt.win32.win32.x86
38 org.eclipse.ui
39 org.eclipse.ui.forms
40 org.eclipse.ui.workbench
41
42 /usr/lib64/eclipse/plugins;\
43 in=com.ibm.icu*.jar;\
44 in=org.eclipse.core*.jar;\
45 in=org.eclipse.equinox*.jar;\
46 in=org.eclipse.jface*.jar;\
47 in=org.eclipse.osgi*.jar;\
48 in=org.eclipse.swt*.jar;\
49 in=org.eclipse.ui*.jar;\
50 in=org.eclipse.help_*.jar;\
51 ex=org.eclipse.osgi.jar;\
52 ex=org.eclipse.equinox.p2*.jar;\
53 ex=org.eclipse.equinox.simpleconfigurator*.jar;\
54 ex=*.source_*.jar,\
55
56 ]]></description>
57 <dependencies>
58 <dependency>
59 <groupId>org.argeo.tp</groupId>
60 <artifactId>org.eclipse.osgi</artifactId>
61 </dependency>
62
63 <dependency>
64 <groupId>org.argeo.tp.rcp.platform</groupId>
65 <artifactId>binaries</artifactId>
66 <version>${version.argeo-distribution}</version>
67 <type>pom</type>
68 <exclusions>
69 <!-- Deprecated update configurator has side effect in PDE -->
70 <exclusion>
71 <groupId>org.argeo.tp.rcp.platform</groupId>
72 <artifactId>org.eclipse.update.configurator</artifactId>
73 </exclusion>
74 <!-- SWT -->
75 <exclusion>
76 <groupId>org.argeo.tp.rcp.platform</groupId>
77 <artifactId>org.eclipse.swt.win32.win32.x86_64</artifactId>
78 </exclusion>
79 <exclusion>
80 <groupId>org.argeo.tp.rcp.platform</groupId>
81 <artifactId>org.eclipse.swt.carbon.macosx</artifactId>
82 </exclusion>
83 <exclusion>
84 <groupId>org.argeo.tp.rcp.platform</groupId>
85 <artifactId>org.eclipse.swt.cocoa.macosx.x86_64</artifactId>
86 </exclusion>
87 <exclusion>
88 <groupId>org.argeo.tp.rcp.platform</groupId>
89 <artifactId>org.eclipse.swt.gtk.solaris.sparc</artifactId>
90 </exclusion>
91 <exclusion>
92 <groupId>org.argeo.tp.rcp.platform</groupId>
93 <artifactId>org.eclipse.swt.gtk.solaris.x86</artifactId>
94 </exclusion>
95 <exclusion>
96 <groupId>org.argeo.tp.rcp.platform</groupId>
97 <artifactId>org.eclipse.swt.motif.solaris.sparc</artifactId>
98 </exclusion>
99 <exclusion>
100 <groupId>org.argeo.tp.rcp.platform</groupId>
101 <artifactId>org.eclipse.swt.gtk.linux.s390</artifactId>
102 </exclusion>
103 <exclusion>
104 <groupId>org.argeo.tp.rcp.platform</groupId>
105 <artifactId>org.eclipse.swt.gtk.linux.s390x</artifactId>
106 </exclusion>
107 <exclusion>
108 <groupId>org.argeo.tp.rcp.platform</groupId>
109 <artifactId>org.eclipse.swt.gtk.linux.ppc64</artifactId>
110 </exclusion>
111 <exclusion>
112 <groupId>org.argeo.tp.rcp.platform</groupId>
113 <artifactId>org.eclipse.swt.motif.linux.x86</artifactId>
114 </exclusion>
115 <exclusion>
116 <groupId>org.argeo.tp.rcp.platform</groupId>
117 <artifactId>org.eclipse.swt.gtk.linux.ppc</artifactId>
118 </exclusion>
119 <exclusion>
120 <groupId>org.argeo.tp.rcp.platform</groupId>
121 <artifactId>org.eclipse.swt.photon.qnx.x86</artifactId>
122 </exclusion>
123 <exclusion>
124 <groupId>org.argeo.tp.rcp.platform</groupId>
125 <artifactId>org.eclipse.swt.motif.aix.ppc</artifactId>
126 </exclusion>
127 <exclusion>
128 <groupId>org.argeo.tp.rcp.platform</groupId>
129 <artifactId>org.eclipse.swt.motif.aix.ppc64</artifactId>
130 </exclusion>
131 <exclusion>
132 <groupId>org.argeo.tp.rcp.platform</groupId>
133 <artifactId>org.eclipse.swt.motif.hpux.ia64_32</artifactId>
134 </exclusion>
135
136 <!-- Equinox Launcher -->
137 <exclusion>
138 <groupId>org.argeo.tp.rcp.platform</groupId>
139 <artifactId>org.eclipse.equinox.launcher.win32.win32.x86_64</artifactId>
140 </exclusion>
141 <exclusion>
142 <groupId>org.argeo.tp.rcp.platform</groupId>
143 <artifactId>org.eclipse.equinox.launcher.carbon.macosx</artifactId>
144 </exclusion>
145 <exclusion>
146 <groupId>org.argeo.tp.rcp.platform</groupId>
147 <artifactId>org.eclipse.equinox.launcher.cocoa.macosx.x86_64</artifactId>
148 </exclusion>
149 <exclusion>
150 <groupId>org.argeo.tp.rcp.platform</groupId>
151 <artifactId>org.eclipse.equinox.launcher.gtk.solaris.sparc</artifactId>
152 </exclusion>
153 <exclusion>
154 <groupId>org.argeo.tp.rcp.platform</groupId>
155 <artifactId>org.eclipse.equinox.launcher.gtk.solaris.x86</artifactId>
156 </exclusion>
157 <exclusion>
158 <groupId>org.argeo.tp.rcp.platform</groupId>
159 <artifactId>org.eclipse.equinox.launcher.motif.solaris.sparc</artifactId>
160 </exclusion>
161 <exclusion>
162 <groupId>org.argeo.tp.rcp.platform</groupId>
163 <artifactId>org.eclipse.equinox.launcher.gtk.linux.s390</artifactId>
164 </exclusion>
165 <exclusion>
166 <groupId>org.argeo.tp.rcp.platform</groupId>
167 <artifactId>org.eclipse.equinox.launcher.gtk.linux.s390x</artifactId>
168 </exclusion>
169 <exclusion>
170 <groupId>org.argeo.tp.rcp.platform</groupId>
171 <artifactId>org.eclipse.equinox.launcher.gtk.linux.ppc64</artifactId>
172 </exclusion>
173 <exclusion>
174 <groupId>org.argeo.tp.rcp.platform</groupId>
175 <artifactId>org.eclipse.equinox.launcher.motif.linux.x86</artifactId>
176 </exclusion>
177 <exclusion>
178 <groupId>org.argeo.tp.rcp.platform</groupId>
179 <artifactId>org.eclipse.equinox.launcher.gtk.linux.ppc</artifactId>
180 </exclusion>
181 <exclusion>
182 <groupId>org.argeo.tp.rcp.platform</groupId>
183 <artifactId>org.eclipse.equinox.launcher.photon.qnx.x86</artifactId>
184 </exclusion>
185 <exclusion>
186 <groupId>org.argeo.tp.rcp.platform</groupId>
187 <artifactId>org.eclipse.equinox.launcher.motif.aix.ppc</artifactId>
188 </exclusion>
189 <exclusion>
190 <groupId>org.argeo.tp.rcp.platform</groupId>
191 <artifactId>org.eclipse.equinox.launcher.motif.aix.ppc64</artifactId>
192 </exclusion>
193 <exclusion>
194 <groupId>org.argeo.tp.rcp.platform</groupId>
195 <artifactId>org.eclipse.equinox.launcher.motif.hpux.ia64_32</artifactId>
196 </exclusion>
197
198 <!-- Eclipse UI -->
199 <exclusion>
200 <groupId>org.argeo.tp.rcp.platform</groupId>
201 <artifactId>org.eclipse.ui.carbon</artifactId>
202 </exclusion>
203 </exclusions>
204 </dependency>
205
206 <!-- Security -->
207 <dependency>
208 <groupId>org.argeo.tp.rcp</groupId>
209 <artifactId>org.eclipse.equinox.security</artifactId>
210 </dependency>
211 </dependencies>
212 <dependencyManagement>
213 <dependencies>
214 <dependency>
215 <groupId>org.argeo.tp.rcp</groupId>
216 <artifactId>binaries</artifactId>
217 <version>${version.argeo-distribution}</version>
218 <type>pom</type>
219 <scope>import</scope>
220 </dependency>
221 <dependency>
222 <groupId>org.argeo.tp.rcp.platform</groupId>
223 <artifactId>binaries</artifactId>
224 <version>${version.argeo-distribution}</version>
225 <type>pom</type>
226 <scope>import</scope>
227 </dependency>
228 </dependencies>
229 </dependencyManagement>
230 <profiles>
231 <profile>
232 <id>check-osgi</id>
233 <build>
234 <plugins>
235 <plugin>
236 <groupId>org.argeo.maven.plugins</groupId>
237 <artifactId>maven-argeo-osgi-plugin</artifactId>
238 <executions>
239 <execution>
240 <id>check-osgi</id>
241 <phase>test</phase>
242 <goals>
243 <goal>equinox</goal>
244 </goals>
245 <configuration>
246 <onlyCheck>true</onlyCheck>
247 </configuration>
248 </execution>
249 </executions>
250 </plugin>
251 </plugins>
252 </build>
253 </profile>
254 </profiles>
255 </project>