blob: 11a82565ec6bb0da6210de566865ef86a02ea54c [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.designer</groupId>
<artifactId>org.eclipse.papyrus.designer.components</artifactId>
<version>0.7.0</version>
</parent>
<artifactId>org.eclipse.papyrus.designer.components.tracer</artifactId>
<packaging>pom</packaging>
<name>Designer Components Tracer</name>
<description>This module contains the different plugins relative to xxxxxxx.</description>
<modules>
<!-- module>org.eclipse.papyrus.infra.services.tracebreakpoints</module>
<module>org.eclipse.papyrus.infra.services.tracebreakpoints.ui</module-->
<module>org.eclipse.papyrus.infra.services.tracepoints</module>
<module>org.eclipse.papyrus.designer.components.modellibs.tracing</module>
<module>org.eclipse.papyrus.views.tracepoints</module>
</modules>
</project>