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/26 08:32:08 UTC

svn commit: r720757 - in /geronimo/gshell/trunk: gshell-commands/gshell-remote/ gshell-commands/pom.xml gshell-remote/ pom.xml

Author: jdillon
Date: Tue Nov 25 23:32:08 2008
New Revision: 720757

URL: http://svn.apache.org/viewvc?rev=720757&view=rev
Log:
Good bye to the custom remote bits, the ssh implementation should be used instead

Removed:
    geronimo/gshell/trunk/gshell-commands/gshell-remote/
    geronimo/gshell/trunk/gshell-remote/
Modified:
    geronimo/gshell/trunk/gshell-commands/pom.xml
    geronimo/gshell/trunk/pom.xml

Modified: geronimo/gshell/trunk/gshell-commands/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/gshell/trunk/gshell-commands/pom.xml?rev=720757&r1=720756&r2=720757&view=diff
==============================================================================
--- geronimo/gshell/trunk/gshell-commands/pom.xml (original)
+++ geronimo/gshell/trunk/gshell-commands/pom.xml Tue Nov 25 23:32:08 2008
@@ -65,7 +65,6 @@
         -->
         <module>gshell-bsf</module>
         <module>gshell-vfs</module>
-        <module>gshell-remote</module>
         <module>gshell-log4j</module>
         <module>gshell-ssh</module>
     </modules>

Modified: geronimo/gshell/trunk/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/gshell/trunk/pom.xml?rev=720757&r1=720756&r2=720757&view=diff
==============================================================================
--- geronimo/gshell/trunk/pom.xml (original)
+++ geronimo/gshell/trunk/pom.xml Tue Nov 25 23:32:08 2008
@@ -316,30 +316,6 @@
             </dependency>
             
             <dependency>
-                <groupId>org.apache.geronimo.gshell.remote</groupId>
-                <artifactId>gshell-whisper</artifactId>
-                <version>1.0-alpha-2-SNAPSHOT</version>
-            </dependency>
-
-            <dependency>
-                <groupId>org.apache.geronimo.gshell.remote</groupId>
-                <artifactId>gshell-remote-common</artifactId>
-                <version>1.0-alpha-2-SNAPSHOT</version>
-            </dependency>
-
-            <dependency>
-                <groupId>org.apache.geronimo.gshell.remote</groupId>
-                <artifactId>gshell-remote-client</artifactId>
-                <version>1.0-alpha-2-SNAPSHOT</version>
-            </dependency>
-
-            <dependency>
-                <groupId>org.apache.geronimo.gshell.remote</groupId>
-                <artifactId>gshell-remote-server</artifactId>
-                <version>1.0-alpha-2-SNAPSHOT</version>
-            </dependency>
-
-            <dependency>
                 <groupId>org.apache.geronimo.gshell.commands</groupId>
                 <artifactId>gshell-builtins</artifactId>
                 <version>1.0-alpha-2-SNAPSHOT</version>
@@ -419,7 +395,6 @@
         <module>gshell-wisdom</module>
         <module>gshell-cli</module>
         <module>gshell-commands</module>
-        <module>gshell-remote</module>
         <module>gshell-assembly</module>
     </modules>