blob: cdf781897b5d893bdffc559f182611b4b1ef8560 [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>
<parent>
<artifactId>m2t-xpand</artifactId>
<groupId>org.eclipse.m2t.xpand</groupId>
<version>1.0.0-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.m2t.xpand</groupId>
<artifactId>m2t-xpand-xtend-typesystem-uml2</artifactId>
<name>Eclipse M2T XPand - XTend Typesystem UML2</name>
<version>1.0.0-SNAPSHOT</version>
<description />
<licenses>
<license>
<name>Eclipse Public License</name>
<url>http://www.eclipse.org/legal/epl-v10.html</url>
<distribution>repo</distribution>
</license>
</licenses>
<dependencies>
<!-- own stuff -->
<dependency>
<groupId>org.eclipse.m2t.xpand</groupId>
<artifactId>m2t-xpand-xtend-typesystem-emf</artifactId>
</dependency>
<!-- Eclipse stuff -->
<dependency>
<groupId>org.eclipse.uml2</groupId>
<artifactId>uml</artifactId>
</dependency>
</dependencies>
</project>