]> git.argeo.org Git - lgpl/argeo-commons.git/blob - rcp/pom.xml
Make Eclipse log less verbose
[lgpl/argeo-commons.git] / rcp / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
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>argeo-commons</artifactId>
7 <version>2.1.76-SNAPSHOT</version>
8 <relativePath>..</relativePath>
9 </parent>
10 <groupId>org.argeo.commons.rcp</groupId>
11 <artifactId>argeo-rcp</artifactId>
12 <name>Argeo RCP</name>
13 <packaging>pom</packaging>
14 <modules>
15 <module>org.argeo.eclipse.ui.rcp</module>
16 <module>org.argeo.cms.e4.rcp</module>
17 <module>dep</module>
18 <!-- <module>demo</module> -->
19 </modules>
20 <dependencies>
21 <dependency>
22 <groupId>org.argeo.tp</groupId>
23 <artifactId>argeo-tp</artifactId>
24 <version>${version.argeo-tp}</version>
25 <scope>provided</scope>
26 <exclusions>
27 <!-- Equinox base -->
28 <!-- <exclusion> -->
29 <!-- <groupId>org.argeo.tp.equinox</groupId> -->
30 <!-- <artifactId>org.eclipse.osgi</artifactId> -->
31 <!-- </exclusion> -->
32 <!-- <exclusion> -->
33 <!-- <groupId>org.argeo.tp.equinox</groupId> -->
34 <!-- <artifactId>org.eclipse.osgi.services</artifactId> -->
35 <!-- </exclusion> -->
36
37 <!-- RAP UI -->
38 <exclusion>
39 <groupId>org.argeo.tp.rap.platform</groupId>
40 <artifactId>org.eclipse.rap.ui.forms</artifactId>
41 </exclusion>
42 <exclusion>
43 <groupId>org.argeo.tp.rap.platform</groupId>
44 <artifactId>org.eclipse.rap.rwt</artifactId>
45 </exclusion>
46 <exclusion>
47 <groupId>org.argeo.tp.rap.platform</groupId>
48 <artifactId>org.eclipse.rap.jface</artifactId>
49 </exclusion>
50 <exclusion>
51 <groupId>org.argeo.tp.rap.platform</groupId>
52 <artifactId>org.eclipse.rap.ui</artifactId>
53 </exclusion>
54 <exclusion>
55 <groupId>org.argeo.tp.rap.platform</groupId>
56 <artifactId>org.eclipse.rap.ui.views</artifactId>
57 </exclusion>
58 <exclusion>
59 <groupId>org.argeo.tp.rap.platform</groupId>
60 <artifactId>org.eclipse.rap.ui.workbench</artifactId>
61 </exclusion>
62 <exclusion>
63 <groupId>org.argeo.tp.rap.platform</groupId>
64 <artifactId>org.eclipse.rap.rwt.osgi</artifactId>
65 </exclusion>
66 <exclusion>
67 <groupId>org.argeo.tp.rap.platform</groupId>
68 <artifactId>org.eclipse.rap.jface.databinding</artifactId>
69 </exclusion>
70 <exclusion>
71 <groupId>org.argeo.tp.rap.platform</groupId>
72 <artifactId>org.eclipse.core.jobs</artifactId>
73 </exclusion>
74 <exclusion>
75 <groupId>org.argeo.tp.rap.platform</groupId>
76 <artifactId>org.eclipse.core.expressions</artifactId>
77 </exclusion>
78 <exclusion>
79 <groupId>org.argeo.tp.rap.platform</groupId>
80 <artifactId>org.eclipse.core.databinding.observable</artifactId>
81 </exclusion>
82 <exclusion>
83 <groupId>org.argeo.tp.rap.platform</groupId>
84 <artifactId>org.eclipse.help</artifactId>
85 </exclusion>
86 <exclusion>
87 <groupId>org.argeo.tp.rap.platform</groupId>
88 <artifactId>org.eclipse.core.databinding</artifactId>
89 </exclusion>
90 <exclusion>
91 <groupId>org.argeo.tp.rap.platform</groupId>
92 <artifactId>org.eclipse.core.databinding.beans</artifactId>
93 </exclusion>
94 <exclusion>
95 <groupId>org.argeo.tp.rap.platform</groupId>
96 <artifactId>org.eclipse.core.runtime</artifactId>
97 </exclusion>
98 <exclusion>
99 <groupId>org.argeo.tp.rap.platform</groupId>
100 <artifactId>org.eclipse.core.databinding.property</artifactId>
101 </exclusion>
102 <exclusion>
103 <groupId>org.argeo.tp.rap.platform</groupId>
104 <artifactId>com.ibm.icu.base</artifactId>
105 </exclusion>
106 <exclusion>
107 <groupId>org.argeo.tp.rap.platform</groupId>
108 <artifactId>org.eclipse.core.contenttype</artifactId>
109 </exclusion>
110 <exclusion>
111 <groupId>org.argeo.tp.rap.platform</groupId>
112 <artifactId>org.eclipse.core.commands</artifactId>
113 </exclusion>
114
115 <!-- Addons -->
116 <exclusion>
117 <groupId>org.argeo.tp.rap.platform</groupId>
118 <artifactId>org.eclipse.rap.filedialog</artifactId>
119 </exclusion>
120 <exclusion>
121 <groupId>org.argeo.tp.rap.platform</groupId>
122 <artifactId>org.eclipse.rap.fileupload</artifactId>
123 </exclusion>
124 </exclusions>
125 </dependency>
126 <dependency>
127 <groupId>org.argeo.tp</groupId>
128 <artifactId>argeo-tp-rcp-e4</artifactId>
129 <version>${version.argeo-tp}</version>
130 <scope>provided</scope>
131 <exclusions>
132 <exclusion>
133 <groupId>org.argeo.tp.rcp.platform</groupId>
134 <artifactId>org.eclipse.osgi</artifactId>
135 </exclusion>
136 <exclusion>
137 <groupId>org.argeo.tp.rcp.platform</groupId>
138 <artifactId>org.eclipse.osgi.services</artifactId>
139 </exclusion>
140 </exclusions>
141 </dependency>
142 <!-- <dependency> -->
143 <!-- <groupId>org.argeo.tp.eclipse.ide</groupId> -->
144 <!-- <artifactId>org.eclipse.ui.forms</artifactId> -->
145 <!-- <version>3.7.101.v20170815-1446</version> -->
146 <!-- <scope>provided</scope> -->
147 <!-- </dependency> -->
148 </dependencies>
149 <dependencyManagement>
150 <dependencies>
151 <dependency>
152 <groupId>org.argeo.tp</groupId>
153 <artifactId>argeo-tp-rcp-e4</artifactId>
154 <version>${version.argeo-tp}</version>
155 <type>pom</type>
156 <scope>import</scope>
157 </dependency>
158 </dependencies>
159 </dependencyManagement>
160 </project>