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