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