<project>
	<modelVersion>4.0.0</modelVersion>
	<groupId>org.antlr</groupId>
	<artifactId>antlr</artifactId>
	<version>3.0.1</version>
	<packaging>jar</packaging>
	<url>http://antlr.org/</url>
	<licenses>
		<license>
			<name>BSD licence</name>
			<url>http://antlr.org/license.html</url>
			<distribution>repo</distribution>
		</license>
	</licenses>
	<name>AntLR Parser Generator</name>
	<description>
		A framework for constructing recognizers, compilers, and translators from grammatical descriptions containing
		Java, C#, C++, or Python actions.
	</description>
	<dependencies>
		<dependency>
			<groupId>org.antlr</groupId>
			<artifactId>stringtemplate</artifactId>
			<version>3.1-b1</version>
		</dependency>
		<dependency>
			<groupId>antlr</groupId>
			<artifactId>antlr</artifactId>
			<version>2.7.7</version>
		</dependency>
	</dependencies>
  <scm>
    <url>http://fisheye2.cenqua.com/browse/antlr</url>
  </scm> 
</project>