Rename parent, releng and target modules to tracecompass
[deliverable/tracecompass.git] / org.eclipse.linuxtools.tracing.rcp / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!--
3 Copyright (C) 2014 Ericsson
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 <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
11 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
12 <modelVersion>4.0.0</modelVersion>
13
14 <parent>
15 <artifactId>org.eclipse.tracecompass</artifactId>
16 <groupId>org.eclipse.tracecompass</groupId>
17 <version>3.2.0-SNAPSHOT</version>
18 </parent>
19
20 <artifactId>org.eclipse.linuxtools.tracing.rcp</artifactId>
21 <version>1.1.0-SNAPSHOT</version>
22 <packaging>eclipse-feature</packaging>
23
24 <name>Linux Tools Trace Viewer Feature</name>
25
26 <groupId>org.eclipse.linuxtools.tracing.rcp</groupId>
27
28 <build>
29 <plugins>
30 <plugin>
31 <groupId>org.eclipse.tycho.extras</groupId>
32 <artifactId>tycho-source-feature-plugin</artifactId>
33 <executions>
34 <execution>
35 <id>source-feature</id>
36 <phase>package</phase>
37 <goals>
38 <goal>source-feature</goal>
39 </goals>
40 <configuration>
41 <excludes>
42 <plugin id="org.eclipse.cdt.core"/>
43 <plugin id="org.eclipse.cdt.core.native"/>
44 <plugin id="org.eclipse.core.runtime.compatibility.auth"/>
45 <plugin id="org.eclipse.swt"/>
46 <plugin id="org.eclipse.swt.wpf.win32.x86"/>
47 <plugin id="org.eclipse.swt.gtk.solaris.sparc"/>
48 <plugin id="org.eclipse.swt.gtk.solaris.x86"/>
49 <plugin id="org.eclipse.swt.gtk.linux.ppc"/>
50 <plugin id="org.eclipse.swt.cocoa.macosx"/>
51 <plugin id="org.eclipse.equinox.launcher.gtk.solaris.sparc"/>
52 <plugin id="org.eclipse.equinox.launcher.gtk.linux.x86"/>
53 <plugin id="org.eclipse.equinox.launcher.gtk.linux.x86_64"/>
54 <plugin id="org.eclipse.equinox.launcher.win32.win32.x86"/>
55 <plugin id="org.eclipse.ui.cocoa"/>
56 <plugin id="org.eclipse.core.filesystem.linux.x86"/>
57 <plugin id="org.eclipse.core.filesystem.linux.x86_64"/>
58 <plugin id="org.eclipse.core.filesystem.solaris.sparc"/>
59 <plugin id="org.eclipse.core.filesystem.macosx"/>
60 <plugin id="org.eclipse.core.filesystem.win32.x86"/>
61 <plugin id="org.eclipse.core.resources.win32.x86"/>
62 <plugin id="org.eclipse.core.filesystem.linux.ppc"/>
63 <plugin id="org.eclipse.equinox.launcher.gtk.linux.ppc"/>
64 <plugin id="org.eclipse.equinox.launcher.win32.win32.x86_64"/>
65 <plugin id="org.eclipse.equinox.launcher.wpf.win32.x86"/>
66 <plugin id="org.eclipse.equinox.launcher.cocoa.macosx"/>
67 <plugin id="org.eclipse.equinox.launcher.cocoa.macosx.x86_64"/>
68 <plugin id="org.eclipse.core.net.win32.x86"/>
69 <plugin id="org.eclipse.core.net.linux.x86"/>
70 <plugin id="org.eclipse.linuxtools.tracing.rcp.help"/>
71 <plugin id="org.sat4j.core"/>
72 <plugin id="org.sat4j.pb"/>
73 <plugin id="org.swtchart"/>
74 <plugin id="com.google.guava"/>
75 </excludes>
76 </configuration>
77 </execution>
78 </executions>
79 </plugin>
80 <plugin>
81 <groupId>org.eclipse.tycho</groupId>
82 <artifactId>tycho-p2-plugin</artifactId>
83 <version>${tycho-version}</version>
84 <executions>
85 <execution>
86 <id>attached-p2-metadata</id>
87 <phase>package</phase>
88 <goals>
89 <goal>p2-metadata</goal>
90 </goals>
91 </execution>
92 </executions>
93 </plugin>
94 </plugins>
95 </build>
96
97 </project>
This page took 0.032587 seconds and 5 git commands to generate.