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/10/17 21:06:15 UTC

svn commit: r705715 - in /geronimo/gshell/trunk: gshell-support/gshell-prefs/ gshell-support/pom.xml gshell-wisdom/gshell-wisdom-core/pom.xml pom.xml

Author: jdillon
Date: Fri Oct 17 12:06:14 2008
New Revision: 705715

URL: http://svn.apache.org/viewvc?rev=705715&view=rev
Log:
Nuke gshell-prefs for now, its empty... one day to be implemented

Removed:
    geronimo/gshell/trunk/gshell-support/gshell-prefs/
Modified:
    geronimo/gshell/trunk/gshell-support/pom.xml
    geronimo/gshell/trunk/gshell-wisdom/gshell-wisdom-core/pom.xml
    geronimo/gshell/trunk/pom.xml

Modified: geronimo/gshell/trunk/gshell-support/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/gshell/trunk/gshell-support/pom.xml?rev=705715&r1=705714&r2=705715&view=diff
==============================================================================
--- geronimo/gshell/trunk/gshell-support/pom.xml (original)
+++ geronimo/gshell/trunk/gshell-support/pom.xml Fri Oct 17 12:06:14 2008
@@ -48,7 +48,6 @@
         <module>gshell-i18n</module>
         <module>gshell-io</module>
         <module>gshell-event</module>
-        <module>gshell-prefs</module>
         <module>gshell-spring</module>
         <module>gshell-interpolation</module>
         <module>gshell-console</module>

Modified: geronimo/gshell/trunk/gshell-wisdom/gshell-wisdom-core/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/gshell/trunk/gshell-wisdom/gshell-wisdom-core/pom.xml?rev=705715&r1=705714&r2=705715&view=diff
==============================================================================
--- geronimo/gshell/trunk/gshell-wisdom/gshell-wisdom-core/pom.xml (original)
+++ geronimo/gshell/trunk/gshell-wisdom/gshell-wisdom-core/pom.xml Fri Oct 17 12:06:14 2008
@@ -50,11 +50,6 @@
 
         <dependency>
             <groupId>org.apache.geronimo.gshell.support</groupId>
-            <artifactId>gshell-prefs</artifactId>
-        </dependency>
-
-        <dependency>
-            <groupId>org.apache.geronimo.gshell.support</groupId>
             <artifactId>gshell-console</artifactId>
         </dependency>
 

Modified: geronimo/gshell/trunk/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/gshell/trunk/pom.xml?rev=705715&r1=705714&r2=705715&view=diff
==============================================================================
--- geronimo/gshell/trunk/pom.xml (original)
+++ geronimo/gshell/trunk/pom.xml Fri Oct 17 12:06:14 2008
@@ -161,12 +161,6 @@
 
             <dependency>
                 <groupId>org.apache.geronimo.gshell.support</groupId>
-                <artifactId>gshell-prefs</artifactId>
-                <version>1.0-alpha-2-SNAPSHOT</version>
-            </dependency>
-
-            <dependency>
-                <groupId>org.apache.geronimo.gshell.support</groupId>
                 <artifactId>gshell-spring</artifactId>
                 <version>1.0-alpha-2-SNAPSHOT</version>
             </dependency>