blob: 169de460f8f053f9b5b3ed12df0f4f5a36fe2cf8 [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>0.7.1</version>
</parent>
<artifactId>m2t-xpand-xtend-backend</artifactId>
<name>Eclipse M2T XPand - XTend Backend</name>
<version>0.7.1</version>
<description />
<dependencies>
<!-- own stuff -->
<dependency>
<groupId>org.eclipse.emf.mwe</groupId>
<artifactId>emf-mwe-core</artifactId>
</dependency>
</dependencies>
</project>