jlaskowski    2004/07/08 19:07:55

  Modified:    modules/webadmin/src/webapp/WEB-INF web.xml
  Log:

  No more WebAdmin's web.xml changes regarding OPENEJB_HOME init-param
  
  Revision  Changes    Path
  1.2       +1 -1      openejb1/modules/webadmin/src/webapp/WEB-INF/web.xml
  
  Index: web.xml
  ===================================================================
  RCS file: 
/home/projects/openejb/scm/openejb1/modules/webadmin/src/webapp/WEB-INF/web.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- web.xml   25 May 2004 21:34:34 -0000      1.1
  +++ web.xml   8 Jul 2004 23:07:55 -0000       1.2
  @@ -16,7 +16,7 @@
       <init-param>
         
         <param-name>openejb.home</param-name>
  -      <param-value>C:\openejb-$VERSION$</param-value>
  +      <param-value>@OPENEJB_HOME@</param-value>
         
         <description>
           Set this to the exact path where OpenEJB is installed.
  
  
  

Reply via email to