]> git.argeo.org Git - lgpl/argeo-commons.git/blob - pom.xml
2b2f3cb073ae1f4c32ca66c2f6d8c4d0ca2c8698
[lgpl/argeo-commons.git] / 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.eclipse</groupId>
7 <artifactId>dep</artifactId>
8 <version>1.1.3-SNAPSHOT</version>
9 <relativePath>..</relativePath>
10 </parent>
11 <artifactId>org.argeo.eclipse.dep.rcp</artifactId>
12 <name>Commons Eclipse RCP Dependencies</name>
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 <build>
57 <plugins>
58 <plugin>
59 <groupId>org.argeo.maven.plugins</groupId>
60 <artifactId>maven-argeo-osgi-plugin</artifactId>
61 </plugin>
62 </plugins>
63 </build>
64 <dependencies>
65 <dependency>
66 <groupId>org.argeo.tp</groupId>
67 <artifactId>org.eclipse.osgi</artifactId>
68 </dependency>
69
70 <dependency>
71 <groupId>org.argeo.tp.rcp.platform</groupId>
72 <artifactId>binaries</artifactId>
73 <version>${version.argeo-distribution}</version>
74 <type>pom</type>
75 <exclusions>
76 <!-- Deprecated update configurator has side effect in PDE -->
77 <exclusion>
78 <groupId>org.argeo.tp.rcp.platform</groupId>
79 <artifactId>org.eclipse.update.configurator</artifactId>
80 </exclusion>
81 <!-- SWT -->
82 <exclusion>
83 <groupId>org.argeo.tp.rcp.platform</groupId>
84 <artifactId>org.eclipse.swt.win32.win32.x86_64</artifactId>
85 </exclusion>
86 <exclusion>
87 <groupId>org.argeo.tp.rcp.platform</groupId>
88 <artifactId>org.eclipse.swt.carbon.macosx</artifactId>
89 </exclusion>
90 <exclusion>
91 <groupId>org.argeo.tp.rcp.platform</groupId>
92 <artifactId>org.eclipse.swt.cocoa.macosx.x86_64</artifactId>
93 </exclusion>
94 <exclusion>
95 <groupId>org.argeo.tp.rcp.platform</groupId>
96 <artifactId>org.eclipse.swt.gtk.solaris.sparc</artifactId>
97 </exclusion>
98 <exclusion>
99 <groupId>org.argeo.tp.rcp.platform</groupId>
100 <artifactId>org.eclipse.swt.gtk.solaris.x86</artifactId>
101 </exclusion>
102 <exclusion>
103 <groupId>org.argeo.tp.rcp.platform</groupId>
104 <artifactId>org.eclipse.swt.motif.solaris.sparc</artifactId>
105 </exclusion>
106 <exclusion>
107 <groupId>org.argeo.tp.rcp.platform</groupId>
108 <artifactId>org.eclipse.swt.gtk.linux.s390</artifactId>
109 </exclusion>
110 <exclusion>
111 <groupId>org.argeo.tp.rcp.platform</groupId>
112 <artifactId>org.eclipse.swt.gtk.linux.s390x</artifactId>
113 </exclusion>
114 <exclusion>
115 <groupId>org.argeo.tp.rcp.platform</groupId>
116 <artifactId>org.eclipse.swt.gtk.linux.ppc64</artifactId>
117 </exclusion>
118 <exclusion>
119 <groupId>org.argeo.tp.rcp.platform</groupId>
120 <artifactId>org.eclipse.swt.motif.linux.x86</artifactId>
121 </exclusion>
122 <exclusion>
123 <groupId>org.argeo.tp.rcp.platform</groupId>
124 <artifactId>org.eclipse.swt.gtk.linux.ppc</artifactId>
125 </exclusion>
126 <exclusion>
127 <groupId>org.argeo.tp.rcp.platform</groupId>
128 <artifactId>org.eclipse.swt.photon.qnx.x86</artifactId>
129 </exclusion>
130 <exclusion>
131 <groupId>org.argeo.tp.rcp.platform</groupId>
132 <artifactId>org.eclipse.swt.motif.aix.ppc</artifactId>
133 </exclusion>
134 <exclusion>
135 <groupId>org.argeo.tp.rcp.platform</groupId>
136 <artifactId>org.eclipse.swt.motif.aix.ppc64</artifactId>
137 </exclusion>
138 <exclusion>
139 <groupId>org.argeo.tp.rcp.platform</groupId>
140 <artifactId>org.eclipse.swt.motif.hpux.ia64_32</artifactId>
141 </exclusion>
142
143 <!-- Equinox Launcher -->
144 <exclusion>
145 <groupId>org.argeo.tp.rcp.platform</groupId>
146 <artifactId>org.eclipse.equinox.launcher.win32.win32.x86_64</artifactId>
147 </exclusion>
148 <exclusion>
149 <groupId>org.argeo.tp.rcp.platform</groupId>
150 <artifactId>org.eclipse.equinox.launcher.carbon.macosx</artifactId>
151 </exclusion>
152 <exclusion>
153 <groupId>org.argeo.tp.rcp.platform</groupId>
154 <artifactId>org.eclipse.equinox.launcher.cocoa.macosx.x86_64</artifactId>
155 </exclusion>
156 <exclusion>
157 <groupId>org.argeo.tp.rcp.platform</groupId>
158 <artifactId>org.eclipse.equinox.launcher.gtk.solaris.sparc</artifactId>
159 </exclusion>
160 <exclusion>
161 <groupId>org.argeo.tp.rcp.platform</groupId>
162 <artifactId>org.eclipse.equinox.launcher.gtk.solaris.x86</artifactId>
163 </exclusion>
164 <exclusion>
165 <groupId>org.argeo.tp.rcp.platform</groupId>
166 <artifactId>org.eclipse.equinox.launcher.motif.solaris.sparc</artifactId>
167 </exclusion>
168 <exclusion>
169 <groupId>org.argeo.tp.rcp.platform</groupId>
170 <artifactId>org.eclipse.equinox.launcher.gtk.linux.s390</artifactId>
171 </exclusion>
172 <exclusion>
173 <groupId>org.argeo.tp.rcp.platform</groupId>
174 <artifactId>org.eclipse.equinox.launcher.gtk.linux.s390x</artifactId>
175 </exclusion>
176 <exclusion>
177 <groupId>org.argeo.tp.rcp.platform</groupId>
178 <artifactId>org.eclipse.equinox.launcher.gtk.linux.ppc64</artifactId>
179 </exclusion>
180 <exclusion>
181 <groupId>org.argeo.tp.rcp.platform</groupId>
182 <artifactId>org.eclipse.equinox.launcher.motif.linux.x86</artifactId>
183 </exclusion>
184 <exclusion>
185 <groupId>org.argeo.tp.rcp.platform</groupId>
186 <artifactId>org.eclipse.equinox.launcher.gtk.linux.ppc</artifactId>
187 </exclusion>
188 <exclusion>
189 <groupId>org.argeo.tp.rcp.platform</groupId>
190 <artifactId>org.eclipse.equinox.launcher.photon.qnx.x86</artifactId>
191 </exclusion>
192 <exclusion>
193 <groupId>org.argeo.tp.rcp.platform</groupId>
194 <artifactId>org.eclipse.equinox.launcher.motif.aix.ppc</artifactId>
195 </exclusion>
196 <exclusion>
197 <groupId>org.argeo.tp.rcp.platform</groupId>
198 <artifactId>org.eclipse.equinox.launcher.motif.aix.ppc64</artifactId>
199 </exclusion>
200 <exclusion>
201 <groupId>org.argeo.tp.rcp.platform</groupId>
202 <artifactId>org.eclipse.equinox.launcher.motif.hpux.ia64_32</artifactId>
203 </exclusion>
204 </exclusions>
205 </dependency>
206
207 <!-- Security -->
208 <dependency>
209 <groupId>org.argeo.tp.rcp</groupId>
210 <artifactId>org.eclipse.equinox.security</artifactId>
211 </dependency>
212 </dependencies>
213 <dependencyManagement>
214 <dependencies>
215 <dependency>
216 <groupId>org.argeo.tp.rcp</groupId>
217 <artifactId>binaries</artifactId>
218 <version>${version.argeo-distribution}</version>
219 <type>pom</type>
220 <scope>import</scope>
221 </dependency>
222 <dependency>
223 <groupId>org.argeo.tp.rcp.platform</groupId>
224 <artifactId>binaries</artifactId>
225 <version>${version.argeo-distribution}</version>
226 <type>pom</type>
227 <scope>import</scope>
228 </dependency>
229 </dependencies>
230 </dependencyManagement>
231 <profiles>
232 <profile>
233 <id>check-osgi</id>
234 <build>
235 <plugins>
236 <plugin>
237 <groupId>org.argeo.maven.plugins</groupId>
238 <artifactId>maven-argeo-osgi-plugin</artifactId>
239 <executions>
240 <execution>
241 <id>check-osgi</id>
242 <phase>test</phase>
243 <goals>
244 <goal>equinox</goal>
245 </goals>
246 <configuration>
247 <onlyCheck>true</onlyCheck>
248 </configuration>
249 </execution>
250 </executions>
251 </plugin>
252 </plugins>
253 </build>
254 </profile>
255 </profiles>
256 </project>