blob: 3ab7d7ab578d4835f2886900cbf3573d4c3eb83f [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<project
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>org.eclipse.rcptt</groupId>
<artifactId>core</artifactId>
<version>2.0.1-SNAPSHOT</version>
<packaging>pom</packaging>
<parent>
<groupId>org.eclipse.rcptt</groupId>
<artifactId>ecl</artifactId>
<version>2.0.1-SNAPSHOT</version>
<relativePath>../ecl/pom.xml</relativePath>
</parent>
<modules>
<module>../ecl</module>
<module>../../watson</module>
<module>../../core</module>
<module>../../tests</module>
<module>../../repository/core</module>
</modules>
<repositories>
<repository>
<id>ajdt37</id>
<layout>p2</layout>
<url>${ajdt37repository}</url>
</repository>
</repositories>
</project>