You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@avalon.apache.org by ha...@apache.org on 2003/01/08 00:13:00 UTC

cvs commit: jakarta-avalon-apps/sevak jetty.xml

hammant     2003/01/07 15:13:00

  Modified:    sevak    jetty.xml
  Log:
  Patch for Jetty from Gregory Steuck.
  
  Revision  Changes    Path
  1.10      +6 -1      jakarta-avalon-apps/sevak/jetty.xml
  
  Index: jetty.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-apps/sevak/jetty.xml,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- jetty.xml	9 Dec 2002 20:56:22 -0000	1.9
  +++ jetty.xml	7 Jan 2003 23:13:00 -0000	1.10
  @@ -60,7 +60,7 @@
   
     
     <!-- Jetty stuff -->
  -  <property name ="jetty.rel"    value="4.2.2"/>
  +  <property name ="jetty.rel"    value="4.2.4"/>
     
     <property name="jetty.jars.dir" value="${lib.dir}/jetty-jars"/>
   
  @@ -166,6 +166,11 @@
             <include name="org.mortbay.jetty-jdk1.2.jar"/>
             <include name="org.mortbay.jmx.jar"/>          
         </lib>      
  +
  +      <lib dir="jetty-download/Jetty-${jetty.rel}/Jetty-${jetty.rel}/ext">
  +          <include name="jasper-compiler.jar"/>
  +          <include name="jasper-runtime.jar"/>
  +      </lib>
   
         <lib dir="jetty-download/Jetty-${jetty.rel}/Jetty-${jetty.rel}/ext">
             <include name="ant.jar"/>
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>