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 2003/08/25 19:06:31 UTC

cvs commit: incubator-geronimo/modules/twiddle/src/conf twiddle.conf

jdillon     2003/08/25 10:06:31

  Modified:    modules/twiddle/src/conf twiddle.conf
  Log:
   o Did not mean to commit this.
  
  Revision  Changes    Path
  1.4       +6 -1      incubator-geronimo/modules/twiddle/src/conf/twiddle.conf
  
  Index: twiddle.conf
  ===================================================================
  RCS file: /home/cvs/incubator-geronimo/modules/twiddle/src/conf/twiddle.conf,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- twiddle.conf	25 Aug 2003 17:05:42 -0000	1.3
  +++ twiddle.conf	25 Aug 2003 17:06:31 -0000	1.4
  @@ -8,6 +8,7 @@
       <include>${twiddle.home}/etc/twiddle/*.conf</include>
     </includes>
     
  +  <!--
     <classworlds>
       <realm name="whatever">
         <load>${twiddle.home}/lib/whatever.jar</load>
  @@ -18,12 +19,16 @@
         <import realm="whatever">org.apache.whatever</import>
       </realm>
     </classworlds>
  +  -->
     
     <commands>
       <command name="exit" code="org.apache.geronimo.twiddle.commands.ExitCommand"/>
  +    
  +    <!--
       <command name="whatever" 
                code="org.apache.geronimo.twiddle.commands.WhateverCommand"
                realm="whatever"/>
  +    -->
     </commands>
   
   </configuration>