Increase RCP version number to 2.0
[deliverable/tracecompass.git] / rcp / org.eclipse.tracecompass.rcp / pom.xml
CommitLineData
9c0ffa34
BH
1<?xml version="1.0" encoding="UTF-8"?>
2<!--
0bbb7d26 3 Copyright (C) 2014 Ericsson
9c0ffa34
BH
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>
5be236ca 15 <artifactId>org.eclipse.tracecompass.rcp-parent</artifactId>
8336b412 16 <groupId>org.eclipse.tracecompass</groupId>
38a9b03f 17 <version>2.0.0-SNAPSHOT</version>
9c0ffa34
BH
18 </parent>
19
a6140f01 20 <artifactId>org.eclipse.tracecompass.rcp</artifactId>
a7c2b01f 21 <version>2.0.0-SNAPSHOT</version>
a6140f01 22 <groupId>org.eclipse.tracecompass</groupId>
9c0ffa34
BH
23 <packaging>eclipse-feature</packaging>
24
a6140f01 25 <name>Trace Compass RCP Feature</name>
9c0ffa34
BH
26
27 <build>
28 <plugins>
29 <plugin>
30 <groupId>org.eclipse.tycho.extras</groupId>
31 <artifactId>tycho-source-feature-plugin</artifactId>
32 <executions>
33 <execution>
34 <id>source-feature</id>
35 <phase>package</phase>
36 <goals>
37 <goal>source-feature</goal>
38 </goals>
39 <configuration>
40 <excludes>
41d9ce5b
MAL
41 <plugin id="org.eclipse.cdt.core"/>
42 <plugin id="org.eclipse.cdt.core.native"/>
9c0ffa34
BH
43 <plugin id="org.eclipse.core.runtime.compatibility.auth"/>
44 <plugin id="org.eclipse.swt"/>
45 <plugin id="org.eclipse.swt.wpf.win32.x86"/>
46 <plugin id="org.eclipse.swt.gtk.solaris.sparc"/>
47 <plugin id="org.eclipse.swt.gtk.solaris.x86"/>
48 <plugin id="org.eclipse.swt.gtk.linux.ppc"/>
49 <plugin id="org.eclipse.swt.cocoa.macosx"/>
d7aec607 50 <plugin id="org.eclipse.equinox.concurrent"/>
9c0ffa34
BH
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"/>
b732adaa 56 <plugin id="org.eclipse.ui.trace"/>
ed0e5036 57 <plugin id="org.eclipse.ui.views.log"/>
9c0ffa34
BH
58 <plugin id="org.eclipse.core.filesystem.linux.x86"/>
59 <plugin id="org.eclipse.core.filesystem.linux.x86_64"/>
60 <plugin id="org.eclipse.core.filesystem.solaris.sparc"/>
61 <plugin id="org.eclipse.core.filesystem.macosx"/>
62 <plugin id="org.eclipse.core.filesystem.win32.x86"/>
63 <plugin id="org.eclipse.core.resources.win32.x86"/>
64 <plugin id="org.eclipse.core.filesystem.linux.ppc"/>
65 <plugin id="org.eclipse.equinox.launcher.gtk.linux.ppc"/>
66 <plugin id="org.eclipse.equinox.launcher.win32.win32.x86_64"/>
67 <plugin id="org.eclipse.equinox.launcher.wpf.win32.x86"/>
68 <plugin id="org.eclipse.equinox.launcher.cocoa.macosx"/>
69 <plugin id="org.eclipse.equinox.launcher.cocoa.macosx.x86_64"/>
70 <plugin id="org.eclipse.core.net.win32.x86"/>
71 <plugin id="org.eclipse.core.net.linux.x86"/>
a6140f01 72 <plugin id="org.eclipse.tracecompass.tracing.rcp.help"/>
9c0ffa34
BH
73 <plugin id="org.sat4j.core"/>
74 <plugin id="org.sat4j.pb"/>
9779f92e 75 <plugin id="org.swtchart"/>
c354391e 76 <plugin id="com.google.guava"/>
9c0ffa34
BH
77 </excludes>
78 </configuration>
79 </execution>
80 </executions>
81 </plugin>
82 <plugin>
83 <groupId>org.eclipse.tycho</groupId>
84 <artifactId>tycho-p2-plugin</artifactId>
85 <version>${tycho-version}</version>
86 <executions>
87 <execution>
88 <id>attached-p2-metadata</id>
89 <phase>package</phase>
90 <goals>
91 <goal>p2-metadata</goal>
92 </goals>
93 </execution>
94 </executions>
95 </plugin>
96 </plugins>
97 </build>
607e4c98 98
9c0ffa34 99</project>
This page took 0.05592 seconds and 5 git commands to generate.