You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by am...@apache.org on 2003/11/17 21:29:04 UTC

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

ammulder    2003/11/17 12:29:04

  Modified:    modules/core/src/conf/twiddle geronimo.conf
               modules/twiddle/src/conf classworlds.conf
  Log:
  Unbreak the command-line deployer by fixing the classpath
  
  Revision  Changes    Path
  1.5       +2 -1      incubator-geronimo/modules/core/src/conf/twiddle/geronimo.conf
  
  Index: geronimo.conf
  ===================================================================
  RCS file: /home/cvs/incubator-geronimo/modules/core/src/conf/twiddle/geronimo.conf,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- geronimo.conf	4 Sep 2003 05:24:21 -0000	1.4
  +++ geronimo.conf	17 Nov 2003 20:29:04 -0000	1.5
  @@ -8,6 +8,7 @@
       <class-realm name="twiddle.geronimo">
         <!-- FIXME: Only load the required jars -->
         <load>${twiddle.home}/etc</load>
  +      <load>${twiddle.home}/bootlib/*.jar</load>
         <load>${twiddle.home}/lib/*.jar</load>
         <import realm="twiddle.default">org.apache.geronimo.twiddle</import>
         <import realm="twiddle.default">org.apache.commons</import>
  
  
  
  1.7       +2 -1      incubator-geronimo/modules/twiddle/src/conf/classworlds.conf
  
  Index: classworlds.conf
  ===================================================================
  RCS file: /home/cvs/incubator-geronimo/modules/twiddle/src/conf/classworlds.conf,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- classworlds.conf	29 Sep 2003 13:01:29 -0000	1.6
  +++ classworlds.conf	17 Nov 2003 20:29:04 -0000	1.7
  @@ -17,6 +17,7 @@
       load ${twiddle.home}/etc
       
       # Load required libraries
  +    load ${twiddle.home}/bootlib/*.jar
       load ${twiddle.home}/lib/xml-apis-*.jar
       load ${twiddle.home}/lib/xerces-*.jar
       load ${twiddle.home}/lib/castor-*.jar