pcap: Add feature plug-in
[deliverable/tracecompass.git] / pom.xml
CommitLineData
89882f20
SG
1<?xml version="1.0" encoding="UTF-8"?>
2<!--
3 Copyright (C) 2011, Red Hat, Inc.
4
5 All rights reserved. This program and the accompanying materials
6 are made available under the terms of the Eclipse Public License v1.0
7 which accompanies this distribution, and is available at
8 http://www.eclipse.org/legal/epl-v10.html
9-->
10
11<project xmlns="http://maven.apache.org/POM/4.0.0"
12 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
13 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
14 <modelVersion>4.0.0</modelVersion>
15
16 <prerequisites>
17 <maven>3.0</maven>
18 </prerequisites>
19
20 <parent>
21 <groupId>org.eclipse.linuxtools</groupId>
22 <artifactId>linuxtools-parent</artifactId>
63dfca3f 23 <version>3.1.0-SNAPSHOT</version>
89882f20
SG
24 </parent>
25
26 <groupId>org.eclipse.linuxtools.lttng</groupId>
27 <artifactId>linuxtools-lttng-parent</artifactId>
63dfca3f 28 <version>3.1.0-SNAPSHOT</version>
89882f20
SG
29 <packaging>pom</packaging>
30
736ec83e 31 <name>Linux Tools LTTng Parent</name>
89882f20
SG
32
33 <licenses>
34 <license>
35 <name>Eclipse Public License v1.0</name>
36 <comments>
37 All rights reserved.
38
39 This program and the accompanying materials are made
40 available under the terms of the Eclipse Public License v1.0
41 which accompanies this distribution, and is available at
42 http://www.eclipse.org/legal/epl-v10.htm
43 </comments>
44 </license>
45 </licenses>
5b953e7c
MAL
46
47<properties>
48 <base.test.vmargs>-Xms256m -Xmx1024m -XX:MaxPermSize=256m</base.test.vmargs>
49</properties>
50
422f0fb8 51<profiles>
9c0ffa34
BH
52 <profile>
53 <id>tracingRcp</id>
54 <modules>
9c0ffa34
BH
55 <module>org.eclipse.linuxtools.tracing.rcp.product</module>
56 </modules>
57 </profile>
1b70b6dc
PT
58 <profile>
59 <id>lttngPackage</id>
1a3c64e3 60 <properties>
0fb2eba9 61 <lttngPackageDestination>/var/www/tools/linuxtools/lttng/update-nightly/</lttngPackageDestination>
1a3c64e3 62 </properties>
1b70b6dc
PT
63 <modules>
64 <module>org.eclipse.linuxtools.lttng.releng-site</module>
65 </modules>
5b953e7c 66 </profile>
a167a565
MAL
67 <profile>
68 <id>performance</id>
69 <modules>
70 <module>org.eclipse.linuxtools.lttng.alltests</module>
71 </modules>
72 </profile>
5b953e7c
MAL
73 <profile>
74 <id>macosx</id>
75 <activation>
76 <os>
77 <family>mac</family>
78 </os>
79 </activation>
80 <properties>
81 <base.ui.test.vmargs>${base.test.vmargs} -XstartOnFirstThread -Dorg.eclipse.swt.internal.carbon.smallFonts</base.ui.test.vmargs>
82 </properties>
83 </profile>
84 <profile>
85 <id>not-macosx</id>
86 <activation>
87 <os>
88 <family>!mac</family>
89 </os>
90 </activation>
91 <properties>
e6d4bff0
MAL
92 <!-- Disable webkit integration, especially unstable on Linux -->
93 <base.ui.test.vmargs>${base.test.vmargs} -Dorg.eclipse.swt.browser.DefaultType=mozilla</base.ui.test.vmargs>
5b953e7c
MAL
94 </properties>
95 </profile>
422f0fb8
BH
96</profiles>
97
89882f20 98 <modules>
ff71e543
MK
99 <module>org.eclipse.linuxtools.btf.core</module>
100 <module>org.eclipse.linuxtools.btf.core.tests</module>
101 <module>org.eclipse.linuxtools.btf.ui</module>
102
866e5b51
FC
103 <module>org.eclipse.linuxtools.ctf</module>
104 <module>org.eclipse.linuxtools.ctf.core</module>
7ada0d7a 105 <module>org.eclipse.linuxtools.ctf.core.tests</module>
866e5b51 106 <module>org.eclipse.linuxtools.ctf.parser</module>
492700bc 107 <module>org.eclipse.linuxtools.ctf.parser.tests</module>
866e5b51 108
b2b163e9 109 <module>org.eclipse.linuxtools.pcap.core</module>
a1d21447 110 <module>org.eclipse.linuxtools.pcap.core.tests</module>
b2b163e9 111
bcec0116
AM
112 <module>org.eclipse.linuxtools.statesystem.core</module>
113 <module>org.eclipse.linuxtools.statesystem.core.tests</module>
114
38960eca 115 <module>org.eclipse.linuxtools.tmf</module>
6c13869b
FC
116 <module>org.eclipse.linuxtools.tmf.core</module>
117 <module>org.eclipse.linuxtools.tmf.core.tests</module>
38960eca
FC
118 <module>org.eclipse.linuxtools.tmf.ui</module>
119 <module>org.eclipse.linuxtools.tmf.ui.tests</module>
4b451cbe 120 <module>org.eclipse.linuxtools.tmf.ui.swtbot.tests</module>
6de2f761 121 <module>org.eclipse.linuxtools.tmf.help</module>
d91f71fa 122
91e7f946
AM
123 <module>org.eclipse.linuxtools.tmf.ctf</module>
124 <module>org.eclipse.linuxtools.tmf.ctf.core</module>
125 <module>org.eclipse.linuxtools.tmf.ctf.core.tests</module>
126 <module>org.eclipse.linuxtools.tmf.ctf.ui.swtbot.tests</module>
127
852669a2 128 <module>org.eclipse.linuxtools.tmf.pcap</module>
b6eb4dce 129 <module>org.eclipse.linuxtools.tmf.pcap.core</module>
d01cbc5a 130 <module>org.eclipse.linuxtools.tmf.pcap.core.tests</module>
b6eb4dce 131 <module>org.eclipse.linuxtools.tmf.pcap.ui</module>
852669a2 132 <module>org.eclipse.linuxtools.tmf.pcap.help</module>
b6eb4dce 133
faf37fd0
GB
134 <module>org.eclipse.linuxtools.tmf.analysis.xml.core</module>
135 <module>org.eclipse.linuxtools.tmf.analysis.xml.core.tests</module>
136 <module>org.eclipse.linuxtools.tmf.analysis.xml.ui</module>
137 <module>org.eclipse.linuxtools.tmf.analysis.xml.ui.tests</module>
138
6de2f761 139 <module>org.eclipse.linuxtools.lttng.help</module>
c9b530b0 140
8e8c0226
AM
141 <module>org.eclipse.linuxtools.lttng2.control</module>
142 <module>org.eclipse.linuxtools.lttng2.control.core</module>
143 <module>org.eclipse.linuxtools.lttng2.control.core.tests</module>
144 <module>org.eclipse.linuxtools.lttng2.control.ui</module>
145 <module>org.eclipse.linuxtools.lttng2.control.ui.tests</module>
146
c9b530b0
FC
147 <module>org.eclipse.linuxtools.lttng2.kernel</module>
148 <module>org.eclipse.linuxtools.lttng2.kernel.core</module>
149 <module>org.eclipse.linuxtools.lttng2.kernel.core.tests</module>
150 <module>org.eclipse.linuxtools.lttng2.kernel.ui</module>
151 <module>org.eclipse.linuxtools.lttng2.kernel.ui.tests</module>
ffa8146c 152 <module>org.eclipse.linuxtools.lttng2.kernel.ui.swtbot.tests</module>
6de2f761 153
91fc3690
AM
154 <module>org.eclipse.linuxtools.lttng2.ust</module>
155 <module>org.eclipse.linuxtools.lttng2.ust.core</module>
156 <module>org.eclipse.linuxtools.lttng2.ust.core.tests</module>
157 <module>org.eclipse.linuxtools.lttng2.ust.ui</module>
158 <module>org.eclipse.linuxtools.lttng2.ust.ui.tests</module>
159
6de2f761
PT
160 <module>org.eclipse.linuxtools.gdbtrace</module>
161 <module>org.eclipse.linuxtools.gdbtrace.core</module>
162 <module>org.eclipse.linuxtools.gdbtrace.core.tests</module>
163 <module>org.eclipse.linuxtools.gdbtrace.ui</module>
164 <module>org.eclipse.linuxtools.gdbtrace.ui.tests</module>
165 <module>org.eclipse.linuxtools.gdbtrace.help</module>
3bdf8523
BH
166
167 <module>org.eclipse.linuxtools.tracing.rcp.branding</module>
168 <module>org.eclipse.linuxtools.tracing.rcp.branding.feature</module>
169 <module>org.eclipse.linuxtools.tracing.rcp</module>
170 <module>org.eclipse.linuxtools.tracing.rcp.help</module>
171 <module>org.eclipse.linuxtools.tracing.rcp.ui</module>
d9ac72f4
BH
172
173 <module>org.eclipse.linuxtools.tracing.examples</module>
89882f20
SG
174 </modules>
175
9c0ffa34
BH
176 <build>
177 <plugins>
178 <plugin>
179 <groupId>org.eclipse.tycho</groupId>
180 <artifactId>target-platform-configuration</artifactId>
181 <version>${tycho-version}</version>
182 <configuration>
183 <environments>
184 <environment>
185 <os>win32</os>
186 <ws>win32</ws>
187 <arch>x86</arch>
188 </environment>
189 <environment>
190 <os>win32</os>
191 <ws>win32</ws>
192 <arch>x86_64</arch>
193 </environment>
194 <environment>
195 <os>macosx</os>
196 <ws>cocoa</ws>
197 <arch>x86_64</arch>
198 </environment>
9c0ffa34
BH
199 <environment>
200 <os>linux</os>
201 <ws>gtk</ws>
202 <arch>x86</arch>
203 </environment>
204 <environment>
205 <os>linux</os>
206 <ws>gtk</ws>
207 <arch>x86_64</arch>
208 </environment>
9c0ffa34 209 </environments>
9df8efff
MAL
210 <filters>
211 <filter>
212 <type>eclipse-plugin</type>
213 <id>org.eclipse.jdt.annotation</id>
214 <restrictTo>
215 <versionRange>[1.0,2.0)</versionRange>
216 </restrictTo>
217 </filter>
218 </filters>
9c0ffa34
BH
219 </configuration>
220 </plugin>
221 <plugin>
222 <groupId>org.eclipse.tycho</groupId>
223 <artifactId>tycho-maven-plugin</artifactId>
224 <version>${tycho-version}</version>
225 <extensions>true</extensions>
226 </plugin>
227 </plugins>
228 </build>
229
89882f20 230</project>
This page took 0.078297 seconds and 5 git commands to generate.