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/12/03 05:48:50 UTC

svn commit: r722771 - in /geronimo/gshell/trunk: ./ gshell-assembly/src/main/underlay/etc/ gshell-commands/ gshell-commands/gshell-builtin/ gshell-commands/gshell-builtin/src/main/resources/META-INF/gshell/ gshell-commands/gshell-builtins/ gshell-comma...

Author: jdillon
Date: Tue Dec  2 20:48:49 2008
New Revision: 722771

URL: http://svn.apache.org/viewvc?rev=722771&view=rev
Log:
Update some command plugin names

Added:
    geronimo/gshell/trunk/gshell-commands/gshell-builtin/   (props changed)
      - copied from r722756, geronimo/gshell/trunk/gshell-commands/gshell-builtins/
    geronimo/gshell/trunk/gshell-commands/gshell-file/
      - copied from r722756, geronimo/gshell/trunk/gshell-commands/gshell-fileutils/
    geronimo/gshell/trunk/gshell-commands/gshell-network/
      - copied from r722756, geronimo/gshell/trunk/gshell-commands/gshell-netutils/
    geronimo/gshell/trunk/gshell-commands/gshell-shell/
      - copied from r722756, geronimo/gshell/trunk/gshell-commands/gshell-shellutils/
    geronimo/gshell/trunk/gshell-commands/gshell-text/
      - copied from r722756, geronimo/gshell/trunk/gshell-commands/gshell-textutils/
Removed:
    geronimo/gshell/trunk/gshell-commands/gshell-builtins/
    geronimo/gshell/trunk/gshell-commands/gshell-fileutils/
    geronimo/gshell/trunk/gshell-commands/gshell-netutils/
    geronimo/gshell/trunk/gshell-commands/gshell-shellutils/
    geronimo/gshell/trunk/gshell-commands/gshell-textutils/
Modified:
    geronimo/gshell/trunk/gshell-assembly/src/main/underlay/etc/application.xml
    geronimo/gshell/trunk/gshell-commands/gshell-builtin/pom.xml
    geronimo/gshell/trunk/gshell-commands/gshell-builtin/src/main/resources/META-INF/gshell/components.xml
    geronimo/gshell/trunk/gshell-commands/gshell-file/pom.xml
    geronimo/gshell/trunk/gshell-commands/gshell-file/src/main/resources/META-INF/gshell/components.xml
    geronimo/gshell/trunk/gshell-commands/gshell-network/pom.xml
    geronimo/gshell/trunk/gshell-commands/gshell-network/src/main/resources/META-INF/gshell/components.xml
    geronimo/gshell/trunk/gshell-commands/gshell-shell/pom.xml
    geronimo/gshell/trunk/gshell-commands/gshell-shell/src/main/resources/META-INF/gshell/components.xml
    geronimo/gshell/trunk/gshell-commands/gshell-text/pom.xml
    geronimo/gshell/trunk/gshell-commands/gshell-text/src/main/resources/META-INF/gshell/components.xml
    geronimo/gshell/trunk/gshell-commands/pom.xml
    geronimo/gshell/trunk/pom.xml

Modified: geronimo/gshell/trunk/gshell-assembly/src/main/underlay/etc/application.xml
URL: http://svn.apache.org/viewvc/geronimo/gshell/trunk/gshell-assembly/src/main/underlay/etc/application.xml?rev=722771&r1=722770&r2=722771&view=diff
==============================================================================
--- geronimo/gshell/trunk/gshell-assembly/src/main/underlay/etc/application.xml (original)
+++ geronimo/gshell/trunk/gshell-assembly/src/main/underlay/etc/application.xml Tue Dec  2 20:48:49 2008
@@ -77,31 +77,31 @@
             <list>
                 <bean class="org.apache.geronimo.gshell.artifact.Artifact">
                     <property name="group" value="org.apache.geronimo.gshell.commands"/>
-                    <property name="name" value="gshell-builtins"/>
+                    <property name="name" value="gshell-builtin"/>
                     <property name="version" value="${gshell.version}"/>
                 </bean>
 
                 <bean class="org.apache.geronimo.gshell.artifact.Artifact">
                     <property name="group" value="org.apache.geronimo.gshell.commands"/>
-                    <property name="name" value="gshell-shellutils"/>
+                    <property name="name" value="gshell-shell"/>
                     <property name="version" value="${gshell.version}"/>
                 </bean>
 
                 <bean class="org.apache.geronimo.gshell.artifact.Artifact">
                     <property name="group" value="org.apache.geronimo.gshell.commands"/>
-                    <property name="name" value="gshell-fileutils"/>
+                    <property name="name" value="gshell-file"/>
                     <property name="version" value="${gshell.version}"/>
                 </bean>
 
                 <bean class="org.apache.geronimo.gshell.artifact.Artifact">
                     <property name="group" value="org.apache.geronimo.gshell.commands"/>
-                    <property name="name" value="gshell-textutils"/>
+                    <property name="name" value="gshell-text"/>
                     <property name="version" value="${gshell.version}"/>
                 </bean>
 
                 <bean class="org.apache.geronimo.gshell.artifact.Artifact">
                     <property name="group" value="org.apache.geronimo.gshell.commands"/>
-                    <property name="name" value="gshell-netutils"/>
+                    <property name="name" value="gshell-network"/>
                     <property name="version" value="${gshell.version}"/>
                 </bean>
 

Propchange: geronimo/gshell/trunk/gshell-commands/gshell-builtin/
------------------------------------------------------------------------------
    svn:mergeinfo = 

Modified: geronimo/gshell/trunk/gshell-commands/gshell-builtin/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/gshell/trunk/gshell-commands/gshell-builtin/pom.xml?rev=722771&r1=722756&r2=722771&view=diff
==============================================================================
--- geronimo/gshell/trunk/gshell-commands/gshell-builtin/pom.xml (original)
+++ geronimo/gshell/trunk/gshell-commands/gshell-builtin/pom.xml Tue Dec  2 20:48:49 2008
@@ -30,11 +30,11 @@
         <version>1.0-alpha-2-SNAPSHOT</version>
     </parent>
     
-    <artifactId>gshell-builtins</artifactId>
-    <name>GShell Commands :: Builtins</name>
+    <artifactId>gshell-builtin</artifactId>
+    <name>GShell Commands :: Builtin</name>
     
     <description>
-        Provides the default "built-in" commands.
+        "Built-in" commands.
     </description>
 
     <dependencies>

Modified: geronimo/gshell/trunk/gshell-commands/gshell-builtin/src/main/resources/META-INF/gshell/components.xml
URL: http://svn.apache.org/viewvc/geronimo/gshell/trunk/gshell-commands/gshell-builtin/src/main/resources/META-INF/gshell/components.xml?rev=722771&r1=722756&r2=722771&view=diff
==============================================================================
--- geronimo/gshell/trunk/gshell-commands/gshell-builtin/src/main/resources/META-INF/gshell/components.xml (original)
+++ geronimo/gshell/trunk/gshell-commands/gshell-builtin/src/main/resources/META-INF/gshell/components.xml Tue Dec  2 20:48:49 2008
@@ -31,7 +31,7 @@
        default-init-method="init"
        default-destroy-method="destroy">
 
-    <gshell:plugin name="gshell-builtins">
+    <gshell:plugin name="gshell-builtin">
         <gshell:command-bundle name="default">
             <gshell:command name="about">
                 <gshell:action class="org.apache.geronimo.gshell.commands.builtins.AboutAction">

Modified: geronimo/gshell/trunk/gshell-commands/gshell-file/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/gshell/trunk/gshell-commands/gshell-file/pom.xml?rev=722771&r1=722756&r2=722771&view=diff
==============================================================================
--- geronimo/gshell/trunk/gshell-commands/gshell-file/pom.xml (original)
+++ geronimo/gshell/trunk/gshell-commands/gshell-file/pom.xml Tue Dec  2 20:48:49 2008
@@ -30,11 +30,11 @@
         <version>1.0-alpha-2-SNAPSHOT</version>
     </parent>
 
-    <artifactId>gshell-fileutils</artifactId>
-    <name>GShell Commands :: File Utils</name>
+    <artifactId>gshell-file</artifactId>
+    <name>GShell Commands :: File</name>
 
     <description>
-        File utilities.
+        File commands.
     </description>
 
     <dependencies>

Modified: geronimo/gshell/trunk/gshell-commands/gshell-file/src/main/resources/META-INF/gshell/components.xml
URL: http://svn.apache.org/viewvc/geronimo/gshell/trunk/gshell-commands/gshell-file/src/main/resources/META-INF/gshell/components.xml?rev=722771&r1=722756&r2=722771&view=diff
==============================================================================
--- geronimo/gshell/trunk/gshell-commands/gshell-file/src/main/resources/META-INF/gshell/components.xml (original)
+++ geronimo/gshell/trunk/gshell-commands/gshell-file/src/main/resources/META-INF/gshell/components.xml Tue Dec  2 20:48:49 2008
@@ -35,7 +35,7 @@
         <property name="fileSystemAccess" ref="fileSystemAccess"/>
     </bean>
 
-    <gshell:plugin name="gshell-fileutils">
+    <gshell:plugin name="gshell-file">
         <gshell:command-bundle name="default">
             <gshell:command name="cd">
                 <gshell:action class="org.apache.geronimo.gshell.commands.fileutils.ChangeDirectoryAction" parent="vfsCommandActionTemplate"/>

Modified: geronimo/gshell/trunk/gshell-commands/gshell-network/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/gshell/trunk/gshell-commands/gshell-network/pom.xml?rev=722771&r1=722756&r2=722771&view=diff
==============================================================================
--- geronimo/gshell/trunk/gshell-commands/gshell-network/pom.xml (original)
+++ geronimo/gshell/trunk/gshell-commands/gshell-network/pom.xml Tue Dec  2 20:48:49 2008
@@ -30,11 +30,11 @@
         <version>1.0-alpha-2-SNAPSHOT</version>
     </parent>
     
-    <artifactId>gshell-netutils</artifactId>
-    <name>GShell Commands :: Network Utilities</name>
+    <artifactId>gshell-network</artifactId>
+    <name>GShell Commands :: Network</name>
     
     <description>
-        Network utilities.
+        Network commands.
     </description>
 
     <dependencies>

Modified: geronimo/gshell/trunk/gshell-commands/gshell-network/src/main/resources/META-INF/gshell/components.xml
URL: http://svn.apache.org/viewvc/geronimo/gshell/trunk/gshell-commands/gshell-network/src/main/resources/META-INF/gshell/components.xml?rev=722771&r1=722756&r2=722771&view=diff
==============================================================================
--- geronimo/gshell/trunk/gshell-commands/gshell-network/src/main/resources/META-INF/gshell/components.xml (original)
+++ geronimo/gshell/trunk/gshell-commands/gshell-network/src/main/resources/META-INF/gshell/components.xml Tue Dec  2 20:48:49 2008
@@ -31,7 +31,7 @@
        default-init-method="init"
        default-destroy-method="destroy">
 
-    <gshell:plugin name="gshell-netutils">
+    <gshell:plugin name="gshell-network">
         <gshell:command-bundle name="default">
             <gshell:command name="hostname">
                 <gshell:action class="org.apache.geronimo.gshell.commands.netutils.HostnameAction"/>

Modified: geronimo/gshell/trunk/gshell-commands/gshell-shell/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/gshell/trunk/gshell-commands/gshell-shell/pom.xml?rev=722771&r1=722756&r2=722771&view=diff
==============================================================================
--- geronimo/gshell/trunk/gshell-commands/gshell-shell/pom.xml (original)
+++ geronimo/gshell/trunk/gshell-commands/gshell-shell/pom.xml Tue Dec  2 20:48:49 2008
@@ -30,11 +30,11 @@
         <version>1.0-alpha-2-SNAPSHOT</version>
     </parent>
     
-    <artifactId>gshell-shellutils</artifactId>
-    <name>GShell Commands :: Shell Utilities</name>
+    <artifactId>gshell-shell</artifactId>
+    <name>GShell Commands :: Shell</name>
     
     <description>
-        Shell Utilities.
+        Shell commands.
     </description>
 
     <dependencies>

Modified: geronimo/gshell/trunk/gshell-commands/gshell-shell/src/main/resources/META-INF/gshell/components.xml
URL: http://svn.apache.org/viewvc/geronimo/gshell/trunk/gshell-commands/gshell-shell/src/main/resources/META-INF/gshell/components.xml?rev=722771&r1=722756&r2=722771&view=diff
==============================================================================
--- geronimo/gshell/trunk/gshell-commands/gshell-shell/src/main/resources/META-INF/gshell/components.xml (original)
+++ geronimo/gshell/trunk/gshell-commands/gshell-shell/src/main/resources/META-INF/gshell/components.xml Tue Dec  2 20:48:49 2008
@@ -35,7 +35,7 @@
         <property name="fileSystemAccess" ref="fileSystemAccess"/>
     </bean>
     
-    <gshell:plugin name="gshell-shellutils">
+    <gshell:plugin name="gshell-shell">
         <gshell:command-bundle name="default">
             <gshell:command name="exec">
                 <gshell:action class="org.apache.geronimo.gshell.commands.shellutils.ExecuteAction"/>

Modified: geronimo/gshell/trunk/gshell-commands/gshell-text/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/gshell/trunk/gshell-commands/gshell-text/pom.xml?rev=722771&r1=722756&r2=722771&view=diff
==============================================================================
--- geronimo/gshell/trunk/gshell-commands/gshell-text/pom.xml (original)
+++ geronimo/gshell/trunk/gshell-commands/gshell-text/pom.xml Tue Dec  2 20:48:49 2008
@@ -30,11 +30,11 @@
         <version>1.0-alpha-2-SNAPSHOT</version>
     </parent>
     
-    <artifactId>gshell-textutils</artifactId>
-    <name>GShell Commands :: Text Utilities</name>
+    <artifactId>gshell-text</artifactId>
+    <name>GShell Commands :: Text</name>
     
     <description>
-        Text Utilities.
+        Text commands.
     </description>
 
     <dependencies>

Modified: geronimo/gshell/trunk/gshell-commands/gshell-text/src/main/resources/META-INF/gshell/components.xml
URL: http://svn.apache.org/viewvc/geronimo/gshell/trunk/gshell-commands/gshell-text/src/main/resources/META-INF/gshell/components.xml?rev=722771&r1=722756&r2=722771&view=diff
==============================================================================
--- geronimo/gshell/trunk/gshell-commands/gshell-text/src/main/resources/META-INF/gshell/components.xml (original)
+++ geronimo/gshell/trunk/gshell-commands/gshell-text/src/main/resources/META-INF/gshell/components.xml Tue Dec  2 20:48:49 2008
@@ -35,7 +35,7 @@
         <property name="fileSystemAccess" ref="fileSystemAccess"/>
     </bean>
     
-    <gshell:plugin name="gshell-optional">
+    <gshell:plugin name="gshell-text">
         <gshell:command-bundle name="default">
             <gshell:command name="printf">
                 <gshell:action class="org.apache.geronimo.gshell.commands.textutils.PrintfAction"/>

Modified: geronimo/gshell/trunk/gshell-commands/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/gshell/trunk/gshell-commands/pom.xml?rev=722771&r1=722770&r2=722771&view=diff
==============================================================================
--- geronimo/gshell/trunk/gshell-commands/pom.xml (original)
+++ geronimo/gshell/trunk/gshell-commands/pom.xml Tue Dec  2 20:48:49 2008
@@ -57,12 +57,12 @@
     </dependencies>
 
     <modules>
-        <module>gshell-builtins</module>
+        <module>gshell-builtin</module>
         <module>gshell-admin</module>
-        <module>gshell-fileutils</module>
-        <module>gshell-netutils</module>
-        <module>gshell-shellutils</module>
-        <module>gshell-textutils</module>
+        <module>gshell-file</module>
+        <module>gshell-network</module>
+        <module>gshell-shell</module>
+        <module>gshell-text</module>
         <module>gshell-repository</module>
         <module>gshell-bsf</module>
         <module>gshell-log4j</module>

Modified: geronimo/gshell/trunk/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/gshell/trunk/pom.xml?rev=722771&r1=722770&r2=722771&view=diff
==============================================================================
--- geronimo/gshell/trunk/pom.xml (original)
+++ geronimo/gshell/trunk/pom.xml Tue Dec  2 20:48:49 2008
@@ -332,7 +332,7 @@
             
             <dependency>
                 <groupId>org.apache.geronimo.gshell.commands</groupId>
-                <artifactId>gshell-builtins</artifactId>
+                <artifactId>gshell-builtin</artifactId>
                 <version>1.0-alpha-2-SNAPSHOT</version>
             </dependency>
 
@@ -356,25 +356,25 @@
 
             <dependency>
                 <groupId>org.apache.geronimo.gshell.commands</groupId>
-                <artifactId>gshell-fileutils</artifactId>
+                <artifactId>gshell-file</artifactId>
                 <version>1.0-alpha-2-SNAPSHOT</version>
             </dependency>
 
             <dependency>
                 <groupId>org.apache.geronimo.gshell.commands</groupId>
-                <artifactId>gshell-netutils</artifactId>
+                <artifactId>gshell-network</artifactId>
                 <version>1.0-alpha-2-SNAPSHOT</version>
             </dependency>
 
             <dependency>
                 <groupId>org.apache.geronimo.gshell.commands</groupId>
-                <artifactId>gshell-shellutils</artifactId>
+                <artifactId>gshell-shell</artifactId>
                 <version>1.0-alpha-2-SNAPSHOT</version>
             </dependency>
 
             <dependency>
                 <groupId>org.apache.geronimo.gshell.commands</groupId>
-                <artifactId>gshell-textutils</artifactId>
+                <artifactId>gshell-text</artifactId>
                 <version>1.0-alpha-2-SNAPSHOT</version>
             </dependency>