blob: 83a22e6cb8f749e3c0be8df341e4d6480c71c9c1 [file]
<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 POM (i.e., Services) -->
<parent>
<groupId>org.eclipse.papyrus.moka</groupId>
<artifactId>org.eclipse.papyrus.moka.plugins</artifactId>
<version>4.1.0-SNAPSHOT</version>
</parent>
<!-- POM Description -->
<artifactId>org.eclipse.papyrus.moka.kernel.debug</artifactId>
<packaging>eclipse-plugin</packaging>
<name>org.eclipse.papyrus.moka.kernel.debug</name>
<description>Moka debug framework</description>
</project>