You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by gn...@apache.org on 2008/10/27 20:12:29 UTC

svn commit: r708279 - /servicemix/smx4/kernel/trunk/gshell/gshell-features/src/main/resources/META-INF/spring/gshell-features.xml

Author: gnodet
Date: Mon Oct 27 12:12:13 2008
New Revision: 708279

URL: http://svn.apache.org/viewvc?rev=708279&view=rev
Log:
Fix command names for the features shell

Modified:
    servicemix/smx4/kernel/trunk/gshell/gshell-features/src/main/resources/META-INF/spring/gshell-features.xml

Modified: servicemix/smx4/kernel/trunk/gshell/gshell-features/src/main/resources/META-INF/spring/gshell-features.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/kernel/trunk/gshell/gshell-features/src/main/resources/META-INF/spring/gshell-features.xml?rev=708279&r1=708278&r2=708279&view=diff
==============================================================================
--- servicemix/smx4/kernel/trunk/gshell/gshell-features/src/main/resources/META-INF/spring/gshell-features.xml (original)
+++ servicemix/smx4/kernel/trunk/gshell/gshell-features/src/main/resources/META-INF/spring/gshell-features.xml Mon Oct 27 12:12:13 2008
@@ -44,7 +44,7 @@
         <gshell:command name="features/listUrl">
             <gshell:action class="org.apache.servicemix.kernel.gshell.features.commands.ListUrlCommand" />
         </gshell:command>
-        <gshell:command name="features/remoteUrl">
+        <gshell:command name="features/removeUrl">
             <gshell:action class="org.apache.servicemix.kernel.gshell.features.commands.RemoveUrlCommand" />
         </gshell:command>
         <gshell:command name="features/refreshUrl">
@@ -56,7 +56,7 @@
         <gshell:command name="features/uninstall">
             <gshell:action class="org.apache.servicemix.kernel.gshell.features.commands.UninstallFeatureCommand" />
         </gshell:command>
-        <gshell:command name="features/listFeatures">
+        <gshell:command name="features/list">
             <gshell:action class="org.apache.servicemix.kernel.gshell.features.commands.ListFeaturesCommand" />
         </gshell:command>
     </gshell:command-bundle>