costin      01/02/12 19:13:45

  Modified:    .        build.xml
  Log:
  Fixed another build problem.
  
  Nacho - I think we need a bit more work on the class loader, like spliting
  jasper into runtime and compiler and something similar with some of the utils.
  
  Revision  Changes    Path
  1.115     +1 -1      jakarta-tomcat/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat/build.xml,v
  retrieving revision 1.114
  retrieving revision 1.115
  diff -u -r1.114 -r1.115
  --- build.xml 2001/02/13 00:47:43     1.114
  +++ build.xml 2001/02/13 03:13:45     1.115
  @@ -478,7 +478,7 @@
   
       <!-- XXX extract only the run-time component of jasper -->
       <copy file ="${tomcat.build}/lib/servlet.jar"
  -        todir="${tomcat.build}/lib/shared" />
  +        todir="${tomcat.build}/lib/common" />
       <copy file ="${tomcat.build}/lib/jasper.jar"
           todir="${tomcat.build}/lib/shared" />
       <copy file ="${tomcat.build}/lib/tomcat_util.jar"
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]

Reply via email to