blob: 59ec62930095cb62c12a34ee045637665f3ea1b6 [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>1.2.1-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.rcp-parent</artifactId>
<groupId>org.eclipse.tracecompass</groupId>
<version>1.2.1-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>