Blame SOURCES/antlr-2.7.7.pom

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