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/09/18 17:12:35 UTC

svn commit: r696671 - in /geronimo/gshell/trunk: gshell-assembly/pom.xml gshell-cli/pom.xml gshell-remote/gshell-remote-server/pom.xml pom.xml

Author: jdillon
Date: Thu Sep 18 08:12:35 2008
New Revision: 696671

URL: http://svn.apache.org/viewvc?rev=696671&view=rev
Log:
Nuke the remaining rapture references

Modified:
    geronimo/gshell/trunk/gshell-assembly/pom.xml
    geronimo/gshell/trunk/gshell-cli/pom.xml
    geronimo/gshell/trunk/gshell-remote/gshell-remote-server/pom.xml
    geronimo/gshell/trunk/pom.xml

Modified: geronimo/gshell/trunk/gshell-assembly/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/gshell/trunk/gshell-assembly/pom.xml?rev=696671&r1=696670&r2=696671&view=diff
==============================================================================
--- geronimo/gshell/trunk/gshell-assembly/pom.xml (original)
+++ geronimo/gshell/trunk/gshell-assembly/pom.xml Thu Sep 18 08:12:35 2008
@@ -49,18 +49,6 @@
             <artifactId>gshell-cli</artifactId>
         </dependency>
 
-        <!--
-        <dependency>
-            <groupId>org.apache.geronimo.gshell.rapture</groupId>
-            <artifactId>gshell-rapture-bootstrap</artifactId>
-        </dependency>
-        -->
-
-         <dependency>
-            <groupId>org.apache.geronimo.gshell.wisdom</groupId>
-            <artifactId>gshell-wisdom-bootstrap</artifactId>
-        </dependency>
-
         <dependency>
             <groupId>org.slf4j</groupId>
             <artifactId>slf4j-log4j12</artifactId>

Modified: geronimo/gshell/trunk/gshell-cli/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/gshell/trunk/gshell-cli/pom.xml?rev=696671&r1=696670&r2=696671&view=diff
==============================================================================
--- geronimo/gshell/trunk/gshell-cli/pom.xml (original)
+++ geronimo/gshell/trunk/gshell-cli/pom.xml Thu Sep 18 08:12:35 2008
@@ -68,13 +68,6 @@
             <artifactId>gshell-application</artifactId>
         </dependency>
 
-        <!--
-        <dependency>
-            <groupId>org.apache.geronimo.gshell.rapture</groupId>
-            <artifactId>gshell-rapture-bootstrap</artifactId>
-        </dependency>
-        -->
-
         <dependency>
             <groupId>org.apache.geronimo.gshell.wisdom</groupId>
             <artifactId>gshell-wisdom-bootstrap</artifactId>

Modified: geronimo/gshell/trunk/gshell-remote/gshell-remote-server/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/gshell/trunk/gshell-remote/gshell-remote-server/pom.xml?rev=696671&r1=696670&r2=696671&view=diff
==============================================================================
--- geronimo/gshell/trunk/gshell-remote/gshell-remote-server/pom.xml (original)
+++ geronimo/gshell/trunk/gshell-remote/gshell-remote-server/pom.xml Thu Sep 18 08:12:35 2008
@@ -57,11 +57,6 @@
             <groupId>org.apache.geronimo.gshell.remote</groupId>
             <artifactId>gshell-remote-common</artifactId>
         </dependency>
-        
-        <dependency>
-            <groupId>org.apache.geronimo.gshell.rapture</groupId>
-            <artifactId>gshell-rapture-core</artifactId>
-        </dependency>
     </dependencies>
 
     <build>

Modified: geronimo/gshell/trunk/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/gshell/trunk/pom.xml?rev=696671&r1=696670&r2=696671&view=diff
==============================================================================
--- geronimo/gshell/trunk/pom.xml (original)
+++ geronimo/gshell/trunk/pom.xml Thu Sep 18 08:12:35 2008
@@ -581,18 +581,6 @@
             </dependency>
             
             <dependency>
-                <groupId>org.apache.geronimo.gshell.rapture</groupId>
-                <artifactId>gshell-rapture-bootstrap</artifactId>
-                <version>1.0-alpha-2-SNAPSHOT</version>
-            </dependency>
-
-            <dependency>
-                <groupId>org.apache.geronimo.gshell.rapture</groupId>
-                <artifactId>gshell-rapture-core</artifactId>
-                <version>1.0-alpha-2-SNAPSHOT</version>
-            </dependency>
-
-            <dependency>
                 <groupId>org.apache.geronimo.gshell.wisdom</groupId>
                 <artifactId>gshell-wisdom-bootstrap</artifactId>
                 <version>1.0-alpha-2-SNAPSHOT</version>