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/10 12:04:08 UTC

svn commit: r693765 - /geronimo/gshell/trunk/gshell-commands/pom.xml

Author: jdillon
Date: Wed Sep 10 03:04:08 2008
New Revision: 693765

URL: http://svn.apache.org/viewvc?rev=693765&view=rev
Log:
Disable aux commands for now to speed up development of new crap

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

Modified: geronimo/gshell/trunk/gshell-commands/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/gshell/trunk/gshell-commands/pom.xml?rev=693765&r1=693764&r2=693765&view=diff
==============================================================================
--- geronimo/gshell/trunk/gshell-commands/pom.xml (original)
+++ geronimo/gshell/trunk/gshell-commands/pom.xml Wed Sep 10 03:04:08 2008
@@ -58,10 +58,12 @@
 
     <modules>
         <module>gshell-builtins</module>
+        <!--
         <module>gshell-optional</module>
         <module>gshell-repository</module>
         <module>gshell-bsf</module>
         <module>gshell-vfs</module>
+        -->
     </modules>
 
     <!--