blob: d433f114eda2ad43e63202676e4aba3ba6587205 [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.moka.incubation</groupId>
<artifactId>org.eclipse.papyrus.moka.incubation.root</artifactId>
<version>0.7.0-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.papyrus.moka.externalcontrol</groupId>
<artifactId>org.eclipse.papyrus.moka.externalcontrol.root</artifactId>
<version>0.7.0-SNAPSHOT</version>
<packaging>pom</packaging>
<profiles>
<profile>
<id>externalcontrol</id>
<properties>
<targetplatform.groupId>org.eclipse.papyrus.moka.externalcontrol</targetplatform.groupId>
<targetplatform.artifactId>org.eclipse.papyrus.moka.externalcontrol.targetplatform</targetplatform.artifactId>
<targetplatform.version>0.7.0-SNAPSHOT</targetplatform.version>
</properties>
<modules>
<module>bundles</module>
<module>features</module>
<module>releng</module>
</modules>
</profile>
</profiles>
</project>