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/11/22 07:52:48 UTC

svn commit: r719816 - in /geronimo/gshell/trunk: gshell-assembly/src/main/underlay/etc/application.xml pom.xml

Author: jdillon
Date: Fri Nov 21 22:52:47 2008
New Revision: 719816

URL: http://svn.apache.org/viewvc?rev=719816&view=rev
Log:
Hookup ssh stuff

Modified:
    geronimo/gshell/trunk/gshell-assembly/src/main/underlay/etc/application.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=719816&r1=719815&r2=719816&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 Fri Nov 21 22:52:47 2008
@@ -98,7 +98,7 @@
 
                 <bean class="org.apache.geronimo.gshell.artifact.Artifact">
                     <property name="group" value="org.apache.geronimo.gshell.commands"/>
-                    <property name="artifact" value="gshell-remote"/>
+                    <property name="artifact" value="gshell-ssh"/>
                     <property name="version" value="1.0-alpha-2-SNAPSHOT"/>
                 </bean>
             </list>

Modified: geronimo/gshell/trunk/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/gshell/trunk/pom.xml?rev=719816&r1=719815&r2=719816&view=diff
==============================================================================
--- geronimo/gshell/trunk/pom.xml (original)
+++ geronimo/gshell/trunk/pom.xml Fri Nov 21 22:52:47 2008
@@ -368,7 +368,13 @@
                 <artifactId>gshell-log4j</artifactId>
                 <version>1.0-alpha-2-SNAPSHOT</version>
             </dependency>
-            
+
+            <dependency>
+                <groupId>org.apache.geronimo.gshell.commands</groupId>
+                <artifactId>gshell-ssh</artifactId>
+                <version>1.0-alpha-2-SNAPSHOT</version>
+            </dependency>
+
             <dependency>
                 <groupId>org.apache.geronimo.gshell.wisdom</groupId>
                 <artifactId>gshell-wisdom-bootstrap</artifactId>