blob: bf5de9f0c601e6a42ceb7e438949d971ee882df0 [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.core</artifactId>
<packaging>pom</packaging>
<name>org.eclipse.mytestcategory-mytestproject Core</name>
<description>org.eclipse.mytestcategory-mytestproject Core contains all semantic information for org.eclipse.mytestcategory-mytestproject profile. These modules should'nt contain any gui elements.</description>
<modules>
<module>org.eclipse.mycategory.mytestproject.core.profile</module>
</modules>
</project>