You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by am...@apache.org on 2006/04/30 05:28:13 UTC

svn commit: r398274 - in /geronimo/branches/1.1/modules/deploy-tool/src/java/org/apache/geronimo/deployment/cli: CommandInstallCAR.java CommandListConfigurations.java

Author: ammulder
Date: Sat Apr 29 20:28:11 2006
New Revision: 398274

URL: http://svn.apache.org/viewcvs?rev=398274&view=rev
Log:
Change command category to Geronimo Plugins

Modified:
    geronimo/branches/1.1/modules/deploy-tool/src/java/org/apache/geronimo/deployment/cli/CommandInstallCAR.java
    geronimo/branches/1.1/modules/deploy-tool/src/java/org/apache/geronimo/deployment/cli/CommandListConfigurations.java

Modified: geronimo/branches/1.1/modules/deploy-tool/src/java/org/apache/geronimo/deployment/cli/CommandInstallCAR.java
URL: http://svn.apache.org/viewcvs/geronimo/branches/1.1/modules/deploy-tool/src/java/org/apache/geronimo/deployment/cli/CommandInstallCAR.java?rev=398274&r1=398273&r2=398274&view=diff
==============================================================================
--- geronimo/branches/1.1/modules/deploy-tool/src/java/org/apache/geronimo/deployment/cli/CommandInstallCAR.java (original)
+++ geronimo/branches/1.1/modules/deploy-tool/src/java/org/apache/geronimo/deployment/cli/CommandInstallCAR.java Sat Apr 29 20:28:11 2006
@@ -31,7 +31,7 @@
  */
 public class CommandInstallCAR extends AbstractCommand {
     public CommandInstallCAR() {
-        super("install-plugin", "3. Geronimo Configurations", "PluginFile",
+        super("install-plugin", "3. Geronimo Plugins", "PluginFile",
                 "Installs a Geronimo plugin you've exported from a Geronimo server " +
                 "or downloaded from an external repository.  The file must be a " +
                 "properly configured Geronimo CAR file.  This is used to add new " +

Modified: geronimo/branches/1.1/modules/deploy-tool/src/java/org/apache/geronimo/deployment/cli/CommandListConfigurations.java
URL: http://svn.apache.org/viewcvs/geronimo/branches/1.1/modules/deploy-tool/src/java/org/apache/geronimo/deployment/cli/CommandListConfigurations.java?rev=398274&r1=398273&r2=398274&view=diff
==============================================================================
--- geronimo/branches/1.1/modules/deploy-tool/src/java/org/apache/geronimo/deployment/cli/CommandListConfigurations.java (original)
+++ geronimo/branches/1.1/modules/deploy-tool/src/java/org/apache/geronimo/deployment/cli/CommandListConfigurations.java Sat Apr 29 20:28:11 2006
@@ -42,7 +42,7 @@
  */
 public class CommandListConfigurations extends AbstractCommand {
     public CommandListConfigurations() {
-        super("search-plugins", "3. Geronimo Configurations", "MavenRepoURL",
+        super("search-plugins", "3. Geronimo Plugins", "MavenRepoURL",
                 "Lists the Geronimo plugins available in a Maven repository "+
                 "and lets you select a plugin to download and install.  This "+
                 "is used to add new functionality to the Geronimo server.");