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/19 21:03:03 UTC

svn commit: r669652 - in /geronimo/gshell/trunk/gshell-parser/src/main: grammar/CommandLineParser.jjt java/org/apache/geronimo/gshell/parser/CommandLineParserSupport.java java/org/apache/geronimo/gshell/parser/NodeSupport.java

Author: jdillon
Date: Thu Jun 19 12:03:03 2008
New Revision: 669652

URL: http://svn.apache.org/viewvc?rev=669652&view=rev
Log:
Drop useless support classes

Removed:
    geronimo/gshell/trunk/gshell-parser/src/main/java/org/apache/geronimo/gshell/parser/CommandLineParserSupport.java
    geronimo/gshell/trunk/gshell-parser/src/main/java/org/apache/geronimo/gshell/parser/NodeSupport.java
Modified:
    geronimo/gshell/trunk/gshell-parser/src/main/grammar/CommandLineParser.jjt

Modified: geronimo/gshell/trunk/gshell-parser/src/main/grammar/CommandLineParser.jjt
URL: http://svn.apache.org/viewvc/geronimo/gshell/trunk/gshell-parser/src/main/grammar/CommandLineParser.jjt?rev=669652&r1=669651&r2=669652&view=diff
==============================================================================
--- geronimo/gshell/trunk/gshell-parser/src/main/grammar/CommandLineParser.jjt (original)
+++ geronimo/gshell/trunk/gshell-parser/src/main/grammar/CommandLineParser.jjt Thu Jun 19 12:03:03 2008
@@ -24,7 +24,6 @@
     MULTI = true;
     VISITOR = true;
     NODE_DEFAULT_VOID = true;
-    NODE_EXTENDS = "NodeSupport";
 }
 
 //
@@ -52,7 +51,6 @@
  */
 @Component(role=CommandLineParser.class)
 public class CommandLineParser
-    extends CommandLineParserSupport
 {
     private final Logger log = LoggerFactory.getLogger(getClass());