ctf: support traces with no content but a packet size
[deliverable/tracecompass.git] / org.eclipse.linuxtools.tracing.rcp.branding / pom.xml
CommitLineData
39e2a8dd
BH
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
6792a28e
BH
11 <groupId>org.eclipse.linuxtools.tracing.rcp.branding</groupId>
12
39e2a8dd 13 <parent>
b7d72501 14 <version>3.0.0-SNAPSHOT</version>
39e2a8dd
BH
15 <groupId>org.eclipse.linuxtools.lttng</groupId>
16 <artifactId>linuxtools-lttng-parent</artifactId>
17 </parent>
18
19</project>
This page took 0.03954 seconds and 5 git commands to generate.