statesystem: Move plugins to their own sub-directory
[deliverable/tracecompass.git] / org.eclipse.tracecompass.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 <artifactId>org.eclipse.tracecompass.rcp.branding</artifactId>
7 <groupId>org.eclipse.tracecompass</groupId>
8 <version>1.0.0-SNAPSHOT</version>
9 <packaging>eclipse-plugin</packaging>
10
11 <name>Trace Compass RCP Branding plug-in</name>
12
13 <parent>
14 <artifactId>org.eclipse.tracecompass</artifactId>
15 <groupId>org.eclipse.tracecompass</groupId>
16 <version>1.0.0-SNAPSHOT</version>
17 </parent>
18
19 </project>
This page took 0.035188 seconds and 5 git commands to generate.