<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>xtext-parent</artifactId>
		<version>2.40.0.M0</version>
	</parent>
	<artifactId>org.eclipse.xtend.lib.macro</artifactId>
	<packaging>eclipse-plugin</packaging>

	<name>Eclipse Xtend Active Annotations Library</name>
	<description>The active annotations 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>
	</dependencies>
</project>
