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/17 09:51:31 UTC

svn commit: r705503 - /geronimo/gshell/trunk/gshell-commands/gshell-vfs/src/main/resources/META-INF/spring/components.xml

Author: jdillon
Date: Fri Oct 17 00:51:31 2008
New Revision: 705503

URL: http://svn.apache.org/viewvc?rev=705503&view=rev
Log:
Drop comments

Modified:
    geronimo/gshell/trunk/gshell-commands/gshell-vfs/src/main/resources/META-INF/spring/components.xml

Modified: geronimo/gshell/trunk/gshell-commands/gshell-vfs/src/main/resources/META-INF/spring/components.xml
URL: http://svn.apache.org/viewvc/geronimo/gshell/trunk/gshell-commands/gshell-vfs/src/main/resources/META-INF/spring/components.xml?rev=705503&r1=705502&r2=705503&view=diff
==============================================================================
--- geronimo/gshell/trunk/gshell-commands/gshell-vfs/src/main/resources/META-INF/spring/components.xml (original)
+++ geronimo/gshell/trunk/gshell-commands/gshell-vfs/src/main/resources/META-INF/spring/components.xml Fri Oct 17 00:51:31 2008
@@ -114,20 +114,8 @@
 
             <gshell:command name="grep">
                 <gshell:action class="org.apache.geronimo.gshell.commands.vfs.GrepAction"/>
-                <!--
-                FIXME: This does not work, won't complete the second argument :-(
-                <gshell:completers>
-                    <bean class="jline.NullCompletor"/>
-                    <ref bean="fileObjectNameCompleter"/>
-                    <null/>
-                </gshell:completers>
-                -->
             </gshell:command>
         </gshell:command-bundle>
-
-        <!--
-        TODO: Add bundles which will flip on more providers, which may or may not need additional artifacts resolved and stuffed into the classpath.
-        -->
     </gshell:plugin>
 
 </beans>
\ No newline at end of file