You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by jb...@apache.org on 2008/10/14 19:03:20 UTC

svn commit: r704580 - /geronimo/server/trunk/framework/modules/geronimo-commands/src/main/groovy/org/apache/geronimo/commands/ListConfigurationsCommand.groovy

Author: jbohn
Date: Tue Oct 14 10:03:20 2008
New Revision: 704580

URL: http://svn.apache.org/viewvc?rev=704580&view=rev
Log:
fix description of the list-plugins command so that it says what it does - remotely related to GERONIMO-4356

Modified:
    geronimo/server/trunk/framework/modules/geronimo-commands/src/main/groovy/org/apache/geronimo/commands/ListConfigurationsCommand.groovy

Modified: geronimo/server/trunk/framework/modules/geronimo-commands/src/main/groovy/org/apache/geronimo/commands/ListConfigurationsCommand.groovy
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/framework/modules/geronimo-commands/src/main/groovy/org/apache/geronimo/commands/ListConfigurationsCommand.groovy?rev=704580&r1=704579&r2=704580&view=diff
==============================================================================
--- geronimo/server/trunk/framework/modules/geronimo-commands/src/main/groovy/org/apache/geronimo/commands/ListConfigurationsCommand.groovy (original)
+++ geronimo/server/trunk/framework/modules/geronimo-commands/src/main/groovy/org/apache/geronimo/commands/ListConfigurationsCommand.groovy Tue Oct 14 10:03:20 2008
@@ -30,7 +30,7 @@
  *
  * @version $Rev: 580864 $ $Date: 2007-09-30 23:47:39 -0700 (Sun, 30 Sep 2007) $
  */
-@CommandComponent (id = 'geronimo-commands:list-plugins', description = 'List plugins installed on a server')
+@CommandComponent (id = 'geronimo-commands:list-plugins', description = 'Install plugins into a geronimo server')
 class ListConfigurationsCommand
     extends ConnectCommand
 {