stefano     2003/03/19 09:28:09

  Modified:    tools/jetty/conf main.xml
  Log:
  allowed better relocability of the startup scripts
  
  Revision  Changes    Path
  1.2       +1 -1      cocoon-2.1/tools/jetty/conf/main.xml
  
  Index: main.xml
  ===================================================================
  RCS file: /home/cvs/cocoon-2.1/tools/jetty/conf/main.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- main.xml  9 Mar 2003 00:11:40 -0000       1.1
  +++ main.xml  19 Mar 2003 17:28:08 -0000      1.2
  @@ -46,7 +46,7 @@
     <Call name="addWebApplication">
       <Arg>/</Arg>
       <Arg><SystemProperty name="webapp" default="."/></Arg>
  -    <Set name="defaultsDescriptor">./tools/jetty/conf/webdefaults.xml</Set>
  +    <Set name="defaultsDescriptor"><SystemProperty name="home" 
default="."/>/tools/jetty/conf/webdefaults.xml</Set>
     </Call>
   
   </Configure>
  
  
  

Reply via email to