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/10/06 10:45:35 UTC

svn commit: r702010 - in /geronimo/gshell/trunk/gshell-commands/gshell-log4j/src/main: java/org/apache/geronimo/gshell/commands/log4j/ resources/META-INF/spring/ resources/org/apache/geronimo/gshell/commands/log4j/

Author: jdillon
Date: Mon Oct  6 01:45:35 2008
New Revision: 702010

URL: http://svn.apache.org/viewvc?rev=702010&view=rev
Log:
Lf5 is a good idea, but poor implemtation, maybe re-implement ontop of the good bits one day
Chainsaw plain sucks
Support neither for now

Removed:
    geronimo/gshell/trunk/gshell-commands/gshell-log4j/src/main/java/org/apache/geronimo/gshell/commands/log4j/ChainsawAction.java
    geronimo/gshell/trunk/gshell-commands/gshell-log4j/src/main/java/org/apache/geronimo/gshell/commands/log4j/Lf5Action.java
    geronimo/gshell/trunk/gshell-commands/gshell-log4j/src/main/resources/org/apache/geronimo/gshell/commands/log4j/ChainsawAction.properties
    geronimo/gshell/trunk/gshell-commands/gshell-log4j/src/main/resources/org/apache/geronimo/gshell/commands/log4j/Lf5Action.properties
Modified:
    geronimo/gshell/trunk/gshell-commands/gshell-log4j/src/main/resources/META-INF/spring/components.xml

Modified: geronimo/gshell/trunk/gshell-commands/gshell-log4j/src/main/resources/META-INF/spring/components.xml
URL: http://svn.apache.org/viewvc/geronimo/gshell/trunk/gshell-commands/gshell-log4j/src/main/resources/META-INF/spring/components.xml?rev=702010&r1=702009&r2=702010&view=diff
==============================================================================
--- geronimo/gshell/trunk/gshell-commands/gshell-log4j/src/main/resources/META-INF/spring/components.xml (original)
+++ geronimo/gshell/trunk/gshell-commands/gshell-log4j/src/main/resources/META-INF/spring/components.xml Mon Oct  6 01:45:35 2008
@@ -32,14 +32,6 @@
             <gshell:command name="log4j/logger">
                 <gshell:action class="org.apache.geronimo.gshell.commands.log4j.LoggerAction"/>
             </gshell:command>
-
-            <gshell:command name="log4j/chainsaw">
-                <gshell:action class="org.apache.geronimo.gshell.commands.log4j.ChainsawAction"/>
-            </gshell:command>
-
-            <gshell:command name="log4j/lf5">
-                <gshell:action class="org.apache.geronimo.gshell.commands.log4j.Lf5Action"/>
-            </gshell:command>
         </gshell:command-bundle>
     </gshell:plugin>