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/11/27 14:42:36 UTC

svn commit: r721181 - /geronimo/gshell/trunk/gshell-commands/gshell-optional/src/main/resources/META-INF/gshell/components.xml

Author: jdillon
Date: Thu Nov 27 05:42:36 2008
New Revision: 721181

URL: http://svn.apache.org/viewvc?rev=721181&view=rev
Log:
Fix spring config after move of commands

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

Modified: geronimo/gshell/trunk/gshell-commands/gshell-optional/src/main/resources/META-INF/gshell/components.xml
URL: http://svn.apache.org/viewvc/geronimo/gshell/trunk/gshell-commands/gshell-optional/src/main/resources/META-INF/gshell/components.xml?rev=721181&r1=721180&r2=721181&view=diff
==============================================================================
--- geronimo/gshell/trunk/gshell-commands/gshell-optional/src/main/resources/META-INF/gshell/components.xml (original)
+++ geronimo/gshell/trunk/gshell-commands/gshell-optional/src/main/resources/META-INF/gshell/components.xml Thu Nov 27 05:42:36 2008
@@ -31,6 +31,10 @@
        default-init-method="init"
        default-destroy-method="destroy">
 
+    <bean id="vfsCommandActionTemplate" abstract="true">
+        <property name="fileSystemAccess" ref="fileSystemAccess"/>
+    </bean>
+    
     <gshell:plugin name="gshell-optional">
         <gshell:command-bundle name="default">
             <gshell:command name="exec">