blob: becb9fb27af540eed838d81acec105865e7b827f [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>
<groupId>org.eclipse.papyrusrt</groupId>
<artifactId>org.eclipse.papyrusrt.parent</artifactId>
<version>0.7.2-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>
<artifactId>org.eclipse.papyrusrt.releng</artifactId>
<description>This plug-in contains the different modules relatives to the releng of Papyrus RT from update site, to feature , product and rcp.</description>
<packaging>pom</packaging>
<name>Papyrus RT Releng</name>
<modules>
<module>../features/org.eclipse.papyrusrt.feature</module>
<module>org.eclipse.papyrusrt.p2</module>
<module>org.eclipse.papyrusrt.rcp</module>
<module>org.eclipse.papyrusrt.product</module>
<module>org.eclipse.papyrusrt.rcptt</module>
</modules>
</project>