blob: 2c73fbe8e2289fe14925dbc6a910d98b67bd20a2 [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-util-stdlib</artifactId>
<name>Eclipse M2T XPand - Util Stdlib</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-xpand</artifactId>
</dependency>
<dependency>
<groupId>org.eclipse.m2t.xpand</groupId>
<artifactId>m2t-xpand-xtend-typesystem-emf</artifactId>
</dependency>
</dependencies>
</project>