blob: 4b1eade9c25b057788b653e3429514794a2d1c06 [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.papyrus.robotml</groupId>
<artifactId>org.eclipse.papyrus.robotml.parent</artifactId>
<version>1.2.1-SNAPSHOT</version>
</parent>
<artifactId>org.eclipse.papyrus.robotml.releng</artifactId>
<packaging>pom</packaging>
<name>RobotML Releng</name>
<description>This plug-in contains the different modules relatives to the releng of RobotML from update site, to feature , product and rcp.</description>
<modules>
<module>org.eclipse.papyrus.robotml.feature</module>
<module>org.eclipse.papyrus.robotml.generators.intempora.rtmaps.feature</module>
</modules>
<profiles>
<profile>
<id>product</id>
<activation>
<activeByDefault>false</activeByDefault>
</activation>
<modules>
<module>org.eclipse.papyrus.robotml.p2</module>
<module>org.eclipse.papyrus.robotml.feature</module>
<module>org.eclipse.papyrus.robotml.generators.intempora.rtmaps.feature</module>
</modules>
</profile>
</profiles>
</project>