blob: 999c56a8ed771e261bd25ae623160fc5b4cb1c82 [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>
<artifactId>org.eclipse.papyrus.lf.releng</artifactId>
<groupId>org.eclipse.papyrus</groupId>
<version>1.0.0-SNAPSHOT</version>
</parent>
<artifactId>org.eclipse.papyrus.lf.targetplatform.parent</artifactId>
<version>0.0.1-SNAPSHOT</version>
<packaging>pom</packaging>
<profiles>
<profile>
<id>portable</id>
<activation>
<activeByDefault>true</activeByDefault>
</activation>
<modules>
<module>portable</module>
</modules>
</profile>
<profile>
<id>eclipse</id>
<activation>
<property>
<name>target.suffix</name>
<value>eclipse</value>
</property>
</activation>
<modules>
<module>eclipse</module>
</modules>
</profile>
</profiles>
</project>