costin      01/06/07 23:10:18

  Modified:    jasper34 build.xml
  Log:
  Use tomcat_util from jakarta-tomcat.
  
  The stuff could be moved in a common place, if that place would exist
  ( moving it to jakarta-commons may be a good idea, but I don't have
  the resources right now ).
  
  Revision  Changes    Path
  1.6       +1 -1      jakarta-tomcat-jasper/jasper34/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-jasper/jasper34/build.xml,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- build.xml 2001/06/07 07:02:22     1.5
  +++ build.xml 2001/06/08 06:10:17     1.6
  @@ -23,7 +23,7 @@
     <!-- we'll use the common utils - or even better the connector, 
          since we'll want to take advantage of it -->
     <property name="tomcat_util.jar" 
  -         location="${jakarta-tomcat-jasper}/lib/tomcat_util.jar" />
  +         location="${tomcat.home}/lib/container/tomcat_util.jar" />
   
     <!-- For later use ( while merging with catalina ) -->
     <property name="servlet23.jar" 
  
  
  

Reply via email to