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/26 13:20:31 UTC

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

Author: jdillon
Date: Wed Nov 26 04:20:28 2008
New Revision: 720826

URL: http://svn.apache.org/viewvc?rev=720826&view=rev
Log:
Drop optional/ group

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=720826&r1=720825&r2=720826&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 Wed Nov 26 04:20:28 2008
@@ -33,23 +33,23 @@
 
     <gshell:plugin name="gshell-optional">
         <gshell:command-bundle name="default">
-            <gshell:command name="optional/exec">
+            <gshell:command name="exec">
                 <gshell:action class="org.apache.geronimo.gshell.commands.optional.ExecuteAction"/>
             </gshell:command>
 
-            <gshell:command name="optional/java">
+            <gshell:command name="java">
                 <gshell:action class="org.apache.geronimo.gshell.commands.optional.JavaAction"/>
             </gshell:command>
 
-            <gshell:command name="optional/sleep">
+            <gshell:command name="sleep">
                 <gshell:action class="org.apache.geronimo.gshell.commands.optional.SleepAction"/>
             </gshell:command>
 
-            <gshell:command name="optional/date">
+            <gshell:command name="date">
                 <gshell:action class="org.apache.geronimo.gshell.commands.optional.DateAction"/>
             </gshell:command>
 
-            <gshell:command name="optional/hostname">
+            <gshell:command name="hostname">
                 <gshell:action class="org.apache.geronimo.gshell.commands.optional.HostnameAction"/>
             </gshell:command>
         </gshell:command-bundle>