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 2007/10/05 11:57:39 UTC

svn commit: r582181 - /geronimo/sandbox/gshell/trunk/gshell-cli/src/main/resources/META-INF/plexus/plexus.xml

Author: jdillon
Date: Fri Oct  5 02:57:38 2007
New Revision: 582181

URL: http://svn.apache.org/viewvc?rev=582181&view=rev
Log:
Need to configure the container for the discovery listener so it gets injected

Modified:
    geronimo/sandbox/gshell/trunk/gshell-cli/src/main/resources/META-INF/plexus/plexus.xml

Modified: geronimo/sandbox/gshell/trunk/gshell-cli/src/main/resources/META-INF/plexus/plexus.xml
URL: http://svn.apache.org/viewvc/geronimo/sandbox/gshell/trunk/gshell-cli/src/main/resources/META-INF/plexus/plexus.xml?rev=582181&r1=582180&r2=582181&view=diff
==============================================================================
--- geronimo/sandbox/gshell/trunk/gshell-cli/src/main/resources/META-INF/plexus/plexus.xml (original)
+++ geronimo/sandbox/gshell/trunk/gshell-cli/src/main/resources/META-INF/plexus/plexus.xml Fri Oct  5 02:57:38 2007
@@ -62,6 +62,10 @@
             <implementation>org.apache.geronimo.gshell.plugin.CommandDiscoveryListener</implementation>
             <requirements>
                 <requirement>
+                    <role>org.codehaus.plexus.PlexusContainer</role>
+                    <field-name>container</field-name>
+                </requirement>
+                <requirement>
                     <role>org.apache.geronimo.gshell.registry.CommandRegistry</role>
                     <field-name>registry</field-name>
                 </requirement>