Merge branch 'master' into lttng-luna
[deliverable/tracecompass.git] / org.eclipse.linuxtools.tracing.rcp.branding / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
4 <modelVersion>4.0.0</modelVersion>
5
6 <version>0.0.1-SNAPSHOT</version>
7 <artifactId>org.eclipse.linuxtools.tracing.rcp.branding</artifactId>
8 <packaging>eclipse-plugin</packaging>
9 <name>Linux Tools Trace Viewer Branding plug-in</name>
10
11 <groupId>org.eclipse.linuxtools.tracing.rcp.branding</groupId>
12
13 <parent>
14 <version>3.0.0-SNAPSHOT</version>
15 <groupId>org.eclipse.linuxtools.lttng</groupId>
16 <artifactId>linuxtools-lttng-parent</artifactId>
17 </parent>
18
19 </project>
This page took 0.032343 seconds and 6 git commands to generate.