blob: 13b8f8395b8a7ef6e21383572123445d8f86c58f [file]
<?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.sysml14.parent</artifactId>
<groupId>org.eclipse.papyrus.sysml</groupId>
<version>0.8.0-SNAPSHOT</version>
</parent>
<artifactId>org.eclipse.papyrus.sysml14.core</artifactId>
<packaging>pom</packaging>
<name>SysML Core</name>
<description>SysML Core description</description>
<modules>
<module>org.eclipse.papyrus.sysml14</module>
<module>org.eclipse.papyrus.sysml14.tests</module>
<module>org.eclipse.papyrus.sysml14.edit</module>
<module>org.eclipse.papyrus.sysml14.service.types</module>
<module>org.eclipse.papyrus.sysml14.service.types.tests</module>
</modules>
</project>