2eec29
<project>
2eec29
  <modelVersion>4.0.0</modelVersion>
2eec29
  <groupId>antlr</groupId>
2eec29
  <artifactId>antlr</artifactId>
2eec29
  <packaging>jar</packaging>
2eec29
  <version>2.7.7</version>
2eec29
  <name>AntLR Parser Generator</name>
2eec29
  <description>
2eec29
    A framework for constructing recognizers, compilers,
2eec29
    and translators from grammatical descriptions containing
2eec29
    Java, C#, C++, or Python actions.
2eec29
  </description>
2eec29
  <url>http://www.antlr.org/</url>
2eec29
  <licenses>
2eec29
    <license>
2eec29
      <name>BSD License</name>
2eec29
      <url>http://www.antlr.org/license.html</url>
2eec29
      <distribution>repo</distribution>
2eec29
    </license>
2eec29
  </licenses>
2eec29
  <dependencies/>
2eec29
</project>