diff options
author | CoprDistGit <infra@openeuler.org> | 2024-08-01 08:47:18 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2024-08-01 08:47:18 +0000 |
commit | d4855d1029e426bdff1e097e3dd4526cfc9e5794 (patch) | |
tree | 2753db87abf9000efd4e909f7ca4a43e12445f51 /antlr-2.7.7.pom | |
parent | 6539588013ea8c371baf12dfd4f19412f9f4c331 (diff) |
automatic import of antlropeneuler24.03_LTS
Diffstat (limited to 'antlr-2.7.7.pom')
-rw-r--r-- | antlr-2.7.7.pom | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/antlr-2.7.7.pom b/antlr-2.7.7.pom new file mode 100644 index 0000000..354e82d --- /dev/null +++ b/antlr-2.7.7.pom @@ -0,0 +1,22 @@ +<project> + <modelVersion>4.0.0</modelVersion> + <groupId>antlr</groupId> + <artifactId>antlr</artifactId> + <packaging>jar</packaging> + <version>2.7.7</version> + <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> + <url>http://www.antlr.org/</url> + <licenses> + <license> + <name>BSD License</name> + <url>http://www.antlr.org/license.html</url> + <distribution>repo</distribution> + </license> + </licenses> + <dependencies/> +</project> |