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