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