blob: 4e9ab4e4cb8d51e9e42c455f6711d91372506155 [file] [log] [blame]
<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>
<artifactId>org.eclipse.hawk.greycat.parent</artifactId>
<packaging>pom</packaging>
<modules>
<module>org.eclipse.hawk.greycat.tests</module>
<module>org.eclipse.hawk.greycat.updatesite</module>
<module>org.eclipse.hawk.greycat</module>
<module>org.eclipse.hawk.greycat.feature</module>
</modules>
<parent>
<groupId>org.eclipse.hawk</groupId>
<artifactId>org.eclipse.hawk.parent</artifactId>
<version>0.0.1-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>
</project>