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 2007/09/23 14:11:43 UTC

svn commit: r578570 - in /geronimo/sandbox/gshell/trunk/gshell-assembly: pom.xml src/main/assembly/bin.xml

Author: jdillon
Date: Sun Sep 23 05:11:42 2007
New Revision: 578570

URL: http://svn.apache.org/viewvc?rev=578570&view=rev
Log:
Hook up whisper to the assembly

Modified:
    geronimo/sandbox/gshell/trunk/gshell-assembly/pom.xml
    geronimo/sandbox/gshell/trunk/gshell-assembly/src/main/assembly/bin.xml

Modified: geronimo/sandbox/gshell/trunk/gshell-assembly/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/sandbox/gshell/trunk/gshell-assembly/pom.xml?rev=578570&r1=578569&r2=578570&view=diff
==============================================================================
--- geronimo/sandbox/gshell/trunk/gshell-assembly/pom.xml (original)
+++ geronimo/sandbox/gshell/trunk/gshell-assembly/pom.xml Sun Sep 23 05:11:42 2007
@@ -64,6 +64,12 @@
         </dependency>
 
         <dependency>
+            <groupId>org.apache.geronimo.gshell</groupId>
+            <artifactId>gshell-whisper</artifactId>
+            <version>${version}</version>
+        </dependency>
+        
+        <dependency>
             <groupId>org.apache.geronimo.gshell.remote</groupId>
             <artifactId>gshell-remote-client</artifactId>
             <version>${version}</version>

Modified: geronimo/sandbox/gshell/trunk/gshell-assembly/src/main/assembly/bin.xml
URL: http://svn.apache.org/viewvc/geronimo/sandbox/gshell/trunk/gshell-assembly/src/main/assembly/bin.xml?rev=578570&r1=578569&r2=578570&view=diff
==============================================================================
--- geronimo/sandbox/gshell/trunk/gshell-assembly/src/main/assembly/bin.xml (original)
+++ geronimo/sandbox/gshell/trunk/gshell-assembly/src/main/assembly/bin.xml Sun Sep 23 05:11:42 2007
@@ -74,7 +74,8 @@
                 <include>org.apache.geronimo.gshell:gshell-diet-log4j</include>
                 <include>org.apache.geronimo.gshell.commands:gshell-optional</include>
 
-                <!-- Remoting POC -->
+                <!-- Remote Shell Support (rsh & rsh-server) -->
+                <include>org.apache.geronimo.gshell:gshell-whisper</include>
                 <include>org.apache.geronimo.gshell.remote:gshell-remote-common</include>
                 <include>org.apache.geronimo.gshell.remote:gshell-remote-server</include>
                 <include>org.apache.geronimo.gshell.remote:gshell-remote-client</include>