blob: ee942bd493f783c3525a6972affe60f9e8abe61f [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/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<artifactId>core</artifactId>
<groupId>org.eclipse.rcptt</groupId>
<version>2.0.0-SNAPSHOT</version>
<relativePath>../releng/core/pom.xml</relativePath>
</parent>
<modules>
<!-- Tesla plugins -->
<module>org.eclipse.rcptt.core.tests</module>
<module>org.eclipse.rcptt.core.ecl.formatter.test</module>
<module>org.eclipse.rcptt.core.ecl.parser.test</module>
<module>org.eclipse.rcptt.verifications.tree.test</module>
<module>org.eclipse.rcptt.core.search.test</module>
</modules>
<artifactId>rcptt.core.tests</artifactId>
<packaging>pom</packaging>
</project>