blob: 6170857b275efc8be6f8cdc16bd5bee11176864b [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<version>0.1.0-SNAPSHOT</version>
<artifactId>org.eclipse.tracecompass.rcp.ui</artifactId>
<groupId>org.eclipse.tracecompass</groupId>
<name>Trace Compass RCP UI Plug-in</name>
<parent>
<artifactId>org.eclipse.tracecompass</artifactId>
<groupId>org.eclipse.tracecompass</groupId>
<version>0.1.0-SNAPSHOT</version>
</parent>
<properties>
<productId>org.eclipse.tracecompass.rcp.ui.product</productId>
</properties>
<build>
<resources>
<resource>
<directory>src</directory>
<excludes>
<exclude>**/*.java</exclude>
</excludes>
</resource>
</resources>
<plugins>
<plugin>
<groupId>org.eclipse.tycho</groupId>
<artifactId>tycho-source-plugin</artifactId>
</plugin>
</plugins>
</build>
<packaging>eclipse-plugin</packaging>
</project>