ctf: Don't include all test traces in jar
[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>
e8d971b2 23 <version>3.0.0-SNAPSHOT</version>
89882f20
SG
24 </parent>
25
26 <groupId>org.eclipse.linuxtools.lttng</groupId>
27 <artifactId>linuxtools-lttng-parent</artifactId>
2d68c1cc 28 <version>3.0.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
BH
60 <properties>
61 <lttngPackageDestination>/var/www/technology/linuxtools/lttng/update-nightly/</lttngPackageDestination>
62 </properties>
1b70b6dc
PT
63 <modules>
64 <module>org.eclipse.linuxtools.lttng.releng-site</module>
65 </modules>
5b953e7c
MAL
66 </profile>
67 <profile>
68 <id>macosx</id>
69 <activation>
70 <os>
71 <family>mac</family>
72 </os>
73 </activation>
74 <properties>
75 <base.ui.test.vmargs>${base.test.vmargs} -XstartOnFirstThread -Dorg.eclipse.swt.internal.carbon.smallFonts</base.ui.test.vmargs>
76 </properties>
77 </profile>
78 <profile>
79 <id>not-macosx</id>
80 <activation>
81 <os>
82 <family>!mac</family>
83 </os>
84 </activation>
85 <properties>
e6d4bff0
MAL
86 <!-- Disable webkit integration, especially unstable on Linux -->
87 <base.ui.test.vmargs>${base.test.vmargs} -Dorg.eclipse.swt.browser.DefaultType=mozilla</base.ui.test.vmargs>
5b953e7c
MAL
88 </properties>
89 </profile>
422f0fb8
BH
90</profiles>
91
89882f20 92 <modules>
866e5b51
FC
93 <module>org.eclipse.linuxtools.ctf</module>
94 <module>org.eclipse.linuxtools.ctf.core</module>
7ada0d7a 95 <module>org.eclipse.linuxtools.ctf.core.tests</module>
866e5b51 96 <module>org.eclipse.linuxtools.ctf.parser</module>
492700bc 97 <module>org.eclipse.linuxtools.ctf.parser.tests</module>
866e5b51 98
38960eca 99 <module>org.eclipse.linuxtools.tmf</module>
6c13869b
FC
100 <module>org.eclipse.linuxtools.tmf.core</module>
101 <module>org.eclipse.linuxtools.tmf.core.tests</module>
38960eca
FC
102 <module>org.eclipse.linuxtools.tmf.ui</module>
103 <module>org.eclipse.linuxtools.tmf.ui.tests</module>
4b451cbe 104 <module>org.eclipse.linuxtools.tmf.ui.swtbot.tests</module>
6de2f761 105 <module>org.eclipse.linuxtools.tmf.help</module>
d91f71fa 106
91e7f946
AM
107 <module>org.eclipse.linuxtools.tmf.ctf</module>
108 <module>org.eclipse.linuxtools.tmf.ctf.core</module>
109 <module>org.eclipse.linuxtools.tmf.ctf.core.tests</module>
110 <module>org.eclipse.linuxtools.tmf.ctf.ui.swtbot.tests</module>
111
faf37fd0
GB
112 <module>org.eclipse.linuxtools.tmf.analysis.xml.core</module>
113 <module>org.eclipse.linuxtools.tmf.analysis.xml.core.tests</module>
114 <module>org.eclipse.linuxtools.tmf.analysis.xml.ui</module>
115 <module>org.eclipse.linuxtools.tmf.analysis.xml.ui.tests</module>
116
d91f71fa 117 <module>org.eclipse.linuxtools.lttng2</module>
c9b530b0 118 <module>org.eclipse.linuxtools.lttng2.core</module>
7ada0d7a 119 <module>org.eclipse.linuxtools.lttng2.core.tests</module>
c9b530b0
FC
120 <module>org.eclipse.linuxtools.lttng2.ui</module>
121 <module>org.eclipse.linuxtools.lttng2.ui.tests</module>
6de2f761 122 <module>org.eclipse.linuxtools.lttng.help</module>
c9b530b0
FC
123
124 <module>org.eclipse.linuxtools.lttng2.kernel</module>
125 <module>org.eclipse.linuxtools.lttng2.kernel.core</module>
126 <module>org.eclipse.linuxtools.lttng2.kernel.core.tests</module>
127 <module>org.eclipse.linuxtools.lttng2.kernel.ui</module>
128 <module>org.eclipse.linuxtools.lttng2.kernel.ui.tests</module>
ffa8146c 129 <module>org.eclipse.linuxtools.lttng2.kernel.ui.swtbot.tests</module>
6de2f761 130
91fc3690
AM
131 <module>org.eclipse.linuxtools.lttng2.ust</module>
132 <module>org.eclipse.linuxtools.lttng2.ust.core</module>
133 <module>org.eclipse.linuxtools.lttng2.ust.core.tests</module>
134 <module>org.eclipse.linuxtools.lttng2.ust.ui</module>
135 <module>org.eclipse.linuxtools.lttng2.ust.ui.tests</module>
136
ffa8146c 137
6de2f761
PT
138 <module>org.eclipse.linuxtools.gdbtrace</module>
139 <module>org.eclipse.linuxtools.gdbtrace.core</module>
140 <module>org.eclipse.linuxtools.gdbtrace.core.tests</module>
141 <module>org.eclipse.linuxtools.gdbtrace.ui</module>
142 <module>org.eclipse.linuxtools.gdbtrace.ui.tests</module>
143 <module>org.eclipse.linuxtools.gdbtrace.help</module>
3bdf8523
BH
144
145 <module>org.eclipse.linuxtools.tracing.rcp.branding</module>
146 <module>org.eclipse.linuxtools.tracing.rcp.branding.feature</module>
147 <module>org.eclipse.linuxtools.tracing.rcp</module>
148 <module>org.eclipse.linuxtools.tracing.rcp.help</module>
149 <module>org.eclipse.linuxtools.tracing.rcp.ui</module>
d9ac72f4
BH
150
151 <module>org.eclipse.linuxtools.tracing.examples</module>
89882f20
SG
152 </modules>
153
9c0ffa34
BH
154 <build>
155 <plugins>
156 <plugin>
157 <groupId>org.eclipse.tycho</groupId>
158 <artifactId>target-platform-configuration</artifactId>
159 <version>${tycho-version}</version>
160 <configuration>
161 <environments>
162 <environment>
163 <os>win32</os>
164 <ws>win32</ws>
165 <arch>x86</arch>
166 </environment>
167 <environment>
168 <os>win32</os>
169 <ws>win32</ws>
170 <arch>x86_64</arch>
171 </environment>
172 <environment>
173 <os>macosx</os>
174 <ws>cocoa</ws>
175 <arch>x86_64</arch>
176 </environment>
9c0ffa34
BH
177 <environment>
178 <os>linux</os>
179 <ws>gtk</ws>
180 <arch>x86</arch>
181 </environment>
182 <environment>
183 <os>linux</os>
184 <ws>gtk</ws>
185 <arch>x86_64</arch>
186 </environment>
9c0ffa34
BH
187 </environments>
188 </configuration>
189 </plugin>
190 <plugin>
191 <groupId>org.eclipse.tycho</groupId>
192 <artifactId>tycho-maven-plugin</artifactId>
193 <version>${tycho-version}</version>
194 <extensions>true</extensions>
195 </plugin>
196 </plugins>
197 </build>
198
89882f20 199</project>
This page took 0.048826 seconds and 5 git commands to generate.