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