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/29 20:35:44 UTC

svn commit: r700201 - in /geronimo/gshell/trunk: gshell-commands/gshell-bsf/pom.xml gshell-support/gshell-url/ gshell-support/pom.xml

Author: jdillon
Date: Mon Sep 29 11:35:44 2008
New Revision: 700201

URL: http://svn.apache.org/viewvc?rev=700201&view=rev
Log:
Drop gshell-url, will use VFS for everything, cause it kicks ass

Removed:
    geronimo/gshell/trunk/gshell-support/gshell-url/
Modified:
    geronimo/gshell/trunk/gshell-commands/gshell-bsf/pom.xml
    geronimo/gshell/trunk/gshell-support/pom.xml

Modified: geronimo/gshell/trunk/gshell-commands/gshell-bsf/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/gshell/trunk/gshell-commands/gshell-bsf/pom.xml?rev=700201&r1=700200&r2=700201&view=diff
==============================================================================
--- geronimo/gshell/trunk/gshell-commands/gshell-bsf/pom.xml (original)
+++ geronimo/gshell/trunk/gshell-commands/gshell-bsf/pom.xml Mon Sep 29 11:35:44 2008
@@ -90,6 +90,11 @@
             <version>2.0b4</version>
         </dependency>
 
+        <!--
+        NOTE: Including groovy to test, but really should implement a 'groovy' command which uses the groovysh stuff under the covers for more a robust groovy scripting console.
+              and/or update the groovy bsf impl to use the groovysh stuff under the covers?
+        -->
+        
         <dependency>
             <groupId>org.codehaus.groovy</groupId>
             <artifactId>groovy-all-minimal</artifactId>

Modified: geronimo/gshell/trunk/gshell-support/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/gshell/trunk/gshell-support/pom.xml?rev=700201&r1=700200&r2=700201&view=diff
==============================================================================
--- geronimo/gshell/trunk/gshell-support/pom.xml (original)
+++ geronimo/gshell/trunk/gshell-support/pom.xml Mon Sep 29 11:35:44 2008
@@ -53,7 +53,6 @@
         <module>gshell-spring</module>
         <module>gshell-plexus</module>
         <module>gshell-interpolation</module>
-        <module>gshell-url</module>
         <module>gshell-console</module>
         <module>gshell-vfs</module>
         <module>gshell-security</module>