blob: 10e4616284fac6b980b8e78b27dff4ae30be9214 [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</groupId>
<artifactId>org.eclipse.mycategory.mytestproject.parent</artifactId>
<version>0.0.1-SNAPSHOT</version>
</parent>
<artifactId>org.eclipse.mycategory.mytestproject.releng</artifactId>
<packaging>pom</packaging>
<name>org.eclipse.mytestcategory-mytestproject Releng</name>
<description>This plug-in contains the different modules relatives to the releng of org.eclipse.mytestcategory-mytestproject from update site, to feature , product and rcp.</description>
<modules>
<module>org.eclipse.mycategory.mytestproject.feature</module>
</modules>
<profiles>
<profile>
<id>product</id>
<activation>
<activeByDefault>false</activeByDefault>
</activation>
<modules>
<module>org.eclipse.mycategory.mytestproject.p2</module>
<module>org.eclipse.mycategory.mytestproject.rcp</module>
<module>org.eclipse.mycategory.mytestproject.rcp.feature</module>
<module>org.eclipse.mycategory.mytestproject.product</module>
</modules>
</profile>
</profiles>
</project>