jfclere     01/09/10 09:17:52

  Modified:    webapps/examples build.xml
  Log:
  Add mail.jar otherwise the SendMailServlet does not compile.
  
  Revision  Changes    Path
  1.11      +1 -0      jakarta-tomcat-4.0/webapps/examples/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-4.0/webapps/examples/build.xml,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- build.xml 2001/09/09 04:00:08     1.10
  +++ build.xml 2001/09/10 16:17:52     1.11
  @@ -17,6 +17,7 @@
   
     <!-- ================== Derived Property Values ========================= -->
     <property name="servlet.jar"     value="${servletapi.home}/lib/servlet.jar"/>
  +  <property name="mail.jar"        value="${mail.home}/lib/mail.jar"/>
   
   
     <!-- =================== BUILD: Create Directories ====================== -->
  
  
  

Reply via email to