You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by jd...@apache.org on 2008/06/11 22:09:12 UTC

svn commit: r666818 - in /geronimo/gshell/trunk/gshell-parser: pom.xml src/main/antlr/

Author: jdillon
Date: Wed Jun 11 13:09:12 2008
New Revision: 666818

URL: http://svn.apache.org/viewvc?rev=666818&view=rev
Log:
Drop the old antlr3 muck, may eventually commit my new work

Removed:
    geronimo/gshell/trunk/gshell-parser/src/main/antlr/
Modified:
    geronimo/gshell/trunk/gshell-parser/pom.xml

Modified: geronimo/gshell/trunk/gshell-parser/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/gshell/trunk/gshell-parser/pom.xml?rev=666818&r1=666817&r2=666818&view=diff
==============================================================================
--- geronimo/gshell/trunk/gshell-parser/pom.xml (original)
+++ geronimo/gshell/trunk/gshell-parser/pom.xml Wed Jun 11 13:09:12 2008
@@ -47,31 +47,10 @@
             <groupId>org.codehaus.plexus</groupId>
             <artifactId>plexus-component-annotations</artifactId>
         </dependency>
-        
-        <!--
-        <dependency>
-            <groupId>org.antlr</groupId>
-            <artifactId>antlr-runtime</artifactId>
-        </dependency>
-        -->
     </dependencies>
 
     <build>
         <plugins>
-            <!--
-            <plugin>
-                <groupId>org.codehaus.mojo</groupId>
-                <artifactId>antlr3-maven-plugin</artifactId>
-                <executions>
-                    <execution>
-                        <goals>
-                            <goal>antlr</goal>
-                        </goals>
-                    </execution>
-                </executions>
-            </plugin>
-            -->
-            
             <plugin>
                 <groupId>org.apache.geronimo.gshell.buildsupport</groupId>
                 <artifactId>javacc-maven-plugin</artifactId>