You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by js...@apache.org on 2008/01/02 16:48:04 UTC

svn commit: r608131 - /servicemix/smx4/runtime/trunk/gshell/gshell-osgi/src/main/java/org/apache/geronimo/gshell/osgi/ListServices.java

Author: jstrachan
Date: Wed Jan  2 07:48:02 2008
New Revision: 608131

URL: http://svn.apache.org/viewvc?rev=608131&view=rev
Log:
Fixed up the annotation for the list-services

Modified:
    servicemix/smx4/runtime/trunk/gshell/gshell-osgi/src/main/java/org/apache/geronimo/gshell/osgi/ListServices.java

Modified: servicemix/smx4/runtime/trunk/gshell/gshell-osgi/src/main/java/org/apache/geronimo/gshell/osgi/ListServices.java
URL: http://svn.apache.org/viewvc/servicemix/smx4/runtime/trunk/gshell/gshell-osgi/src/main/java/org/apache/geronimo/gshell/osgi/ListServices.java?rev=608131&r1=608130&r2=608131&view=diff
==============================================================================
--- servicemix/smx4/runtime/trunk/gshell/gshell-osgi/src/main/java/org/apache/geronimo/gshell/osgi/ListServices.java (original)
+++ servicemix/smx4/runtime/trunk/gshell/gshell-osgi/src/main/java/org/apache/geronimo/gshell/osgi/ListServices.java Wed Jan  2 07:48:02 2008
@@ -33,7 +33,7 @@
  * Time: 9:44:20 AM
  * To change this template use File | Settings | File Templates.
  */
-@CommandComponent(id = "osgi:listServices", description = "List services")
+@CommandComponent(id = "osgi:list-services", description = "List services")
 public class ListServices extends OsgiCommandSupport {
 
     @Option(name = "-a", description = "Show all")