<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.xtext</groupId>
		<artifactId>org.eclipse.xtext.tycho.parent</artifactId>
		<version>2.9.2</version>
		<relativePath>../../maven/org.eclipse.xtext.tycho.parent</relativePath>
	</parent>
	<packaging>eclipse-plugin</packaging>
	
	<groupId>org.eclipse.xtend</groupId>
	<artifactId>org.eclipse.xtend.lib</artifactId>

	<name>Eclipse Xtend Runtime Library</name>
	<description>The runtime library for the Xtend programming language.</description>

	<dependencies>
		<dependency>
			<groupId>org.eclipse.xtext</groupId>
			<artifactId>org.eclipse.xtext.xbase.lib</artifactId>
			<version>${project.version}</version>
		</dependency>
		<dependency>
			<groupId>org.eclipse.xtend</groupId>
			<artifactId>org.eclipse.xtend.lib.macro</artifactId>
			<version>${project.version}</version>
		</dependency>
	</dependencies>
</project>