tmf: Move plugins to the Trace Compass namespace
[deliverable/tracecompass.git] / org.eclipse.linuxtools.tracing.rcp.ui / pom.xml
CommitLineData
9c0ffa34
BH
1<?xml version="1.0" encoding="UTF-8"?>
2
3<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
5 <modelVersion>4.0.0</modelVersion>
6
5d7fd8f6 7 <version>1.1.0-SNAPSHOT</version>
9c0ffa34 8 <artifactId>org.eclipse.linuxtools.tracing.rcp.ui</artifactId>
6792a28e 9 <groupId>org.eclipse.linuxtools.tracing.rcp</groupId>
9c0ffa34
BH
10
11 <name>Linux Tools Trace Viewer UI Plug-in</name>
12
13 <parent>
8336b412
AM
14 <artifactId>org.eclipse.tracecompass</artifactId>
15 <groupId>org.eclipse.tracecompass</groupId>
d4d70b8e 16 <version>3.2.0-SNAPSHOT</version>
9c0ffa34
BH
17 </parent>
18
19 <properties>
20 <productId>org.eclipse.linuxtools.tracing.rcp.ui.product</productId>
21 </properties>
22
23 <build>
24 <resources>
25 <resource>
26 <directory>src</directory>
27 <excludes>
28 <exclude>**/*.java</exclude>
29 </excludes>
30 </resource>
31 </resources>
32 <plugins>
33 <plugin>
34 <groupId>org.eclipse.tycho</groupId>
35 <artifactId>tycho-source-plugin</artifactId>
36 </plugin>
37 </plugins>
38 </build>
39
40 <packaging>eclipse-plugin</packaging>
6792a28e 41</project>
This page took 0.042358 seconds and 5 git commands to generate.