[jboss-cvs] Repository SVN: r22829 - in maven2/org/antlr/antlr-runtime: 3.1.1 and 1 other directory.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Mar 16 07:26:09 EDT 2009


Author: manaRH
Date: 2009-03-16 07:26:08 -0400 (Mon, 16 Mar 2009)
New Revision: 22829

Added:
   maven2/org/antlr/antlr-runtime/3.1.1/
   maven2/org/antlr/antlr-runtime/3.1.1/antlr-runtime-3.1.1.jar
   maven2/org/antlr/antlr-runtime/3.1.1/antlr-runtime-3.1.1.jar.sha1
   maven2/org/antlr/antlr-runtime/3.1.1/antlr-runtime-3.1.1.pom
   maven2/org/antlr/antlr-runtime/3.1.1/antlr-runtime-3.1.1.pom.sha1
Log:
added antlr-runtime 3.1.1

Added: maven2/org/antlr/antlr-runtime/3.1.1/antlr-runtime-3.1.1.jar
===================================================================
(Binary files differ)


Property changes on: maven2/org/antlr/antlr-runtime/3.1.1/antlr-runtime-3.1.1.jar
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: maven2/org/antlr/antlr-runtime/3.1.1/antlr-runtime-3.1.1.jar.sha1
===================================================================
--- maven2/org/antlr/antlr-runtime/3.1.1/antlr-runtime-3.1.1.jar.sha1	                        (rev 0)
+++ maven2/org/antlr/antlr-runtime/3.1.1/antlr-runtime-3.1.1.jar.sha1	2009-03-16 11:26:08 UTC (rev 22829)
@@ -0,0 +1 @@
+3bcbab34c636161a2aae85d02f4a1c8470604d04  /home/maven/repository-staging/to-ibiblio/maven2/org/antlr/antlr-runtime/3.1.1/antlr-runtime-3.1.1.jar

Added: maven2/org/antlr/antlr-runtime/3.1.1/antlr-runtime-3.1.1.pom
===================================================================
--- maven2/org/antlr/antlr-runtime/3.1.1/antlr-runtime-3.1.1.pom	                        (rev 0)
+++ maven2/org/antlr/antlr-runtime/3.1.1/antlr-runtime-3.1.1.pom	2009-03-16 11:26:08 UTC (rev 22829)
@@ -0,0 +1,37 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>org.antlr</groupId>
+  <artifactId>antlr-runtime</artifactId>
+  <packaging>jar</packaging>
+  <version>3.1.1</version>
+  <name>Antlr 3 Runtime</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>
+  
+  <scm>
+    <url>http://fisheye2.cenqua.com/browse/antlr</url>
+    <connection>http://fisheye2.cenqua.com/browse/antlr</connection>
+  </scm>
+  
+  <dependencies>
+      
+    <dependency>
+      <groupId>junit</groupId>
+      <artifactId>junit</artifactId>
+      <version>3.8.1</version>
+      <scope>test</scope>
+    </dependency>
+    
+    <dependency>
+      <groupId>org.antlr</groupId>
+      <artifactId>stringtemplate</artifactId>
+      <version>3.2</version>
+      <scope>compile</scope>
+    </dependency>
+    
+  </dependencies>
+  
+</project>

Added: maven2/org/antlr/antlr-runtime/3.1.1/antlr-runtime-3.1.1.pom.sha1
===================================================================
--- maven2/org/antlr/antlr-runtime/3.1.1/antlr-runtime-3.1.1.pom.sha1	                        (rev 0)
+++ maven2/org/antlr/antlr-runtime/3.1.1/antlr-runtime-3.1.1.pom.sha1	2009-03-16 11:26:08 UTC (rev 22829)
@@ -0,0 +1 @@
+2d1bb33eba0d19bb3a7003d44f57f2934c30657b  /home/maven/repository-staging/to-ibiblio/maven2/org/antlr/antlr-runtime/3.1.1/antlr-runtime-3.1.1.pom




More information about the jboss-cvs-commits mailing list