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/23 08:40:46 UTC

svn commit: r719955 - in /geronimo/gshell/trunk: gshell-remote/gshell-whisper-rfile/ gshell-remote/pom.xml pom.xml

Author: jdillon
Date: Sat Nov 22 23:40:46 2008
New Revision: 719955

URL: http://svn.apache.org/viewvc?rev=719955&view=rev
Log:
Drop rfile

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

Modified: geronimo/gshell/trunk/gshell-remote/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/gshell/trunk/gshell-remote/pom.xml?rev=719955&r1=719954&r2=719955&view=diff
==============================================================================
--- geronimo/gshell/trunk/gshell-remote/pom.xml (original)
+++ geronimo/gshell/trunk/gshell-remote/pom.xml Sat Nov 22 23:40:46 2008
@@ -41,7 +41,6 @@
     
     <modules>
         <module>gshell-whisper</module>
-        <module>gshell-whisper-rfile</module>
         <module>gshell-remote-common</module>
         <module>gshell-remote-client</module>
         <module>gshell-remote-server</module>

Modified: geronimo/gshell/trunk/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/gshell/trunk/pom.xml?rev=719955&r1=719954&r2=719955&view=diff
==============================================================================
--- geronimo/gshell/trunk/pom.xml (original)
+++ geronimo/gshell/trunk/pom.xml Sat Nov 22 23:40:46 2008
@@ -323,12 +323,6 @@
 
             <dependency>
                 <groupId>org.apache.geronimo.gshell.remote</groupId>
-                <artifactId>gshell-whisper-rfile</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>