statesystem: Move plugins to their own sub-directory
[deliverable/tracecompass.git] / org.eclipse.tracecompass.rcp.ui / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2
3 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
5 <modelVersion>4.0.0</modelVersion>
6
7 <version>1.0.0-SNAPSHOT</version>
8 <artifactId>org.eclipse.tracecompass.rcp.ui</artifactId>
9 <groupId>org.eclipse.tracecompass</groupId>
10
11 <name>Trace Compass RCP UI 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 <properties>
20 <productId>org.eclipse.tracecompass.rcp.ui.product</productId>
21 </properties>
22
23 <build>
24 <resources>
25 <resource>
26 <directory>src</directory>
27 <excludes>
28 <exclude>**/*.java</exclude>
29 </excludes>
30 </resource>
31 </resources>
32 <plugins>
33 <plugin>
34 <groupId>org.eclipse.tycho</groupId>
35 <artifactId>tycho-source-plugin</artifactId>
36 </plugin>
37 </plugins>
38 </build>
39
40 <packaging>eclipse-plugin</packaging>
41 </project>
This page took 0.034831 seconds and 5 git commands to generate.