blob: 0d97847b4bff582a657852c6decbc1959a2321ff [file] [log] [blame]
<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>
<artifactId>org.polarsys.chess.releng</artifactId>
<packaging>pom</packaging>
<parent>
<groupId>org.polarsys.chess</groupId>
<artifactId>org.polarsys.chess.parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
</parent>
<profiles>
<profile>
<id>bundle</id>
<modules>
<module>org.polarsys.chess.product</module>
</modules>
</profile>
</profiles>
<modules>
<module>org.polarsys.chess.configuration</module>
<module>eu.fbk.tools.aida.chess.target.neon</module>
<module>org.polarsys.chess.target.neon</module>
<module>eu.fbk.tools.aida.chess.repository</module>
<module>org.polarsys.chess.repository</module>
</modules>
</project>