Seems like only need this should work....

Index: build.xml
===================================================================
RCS file:
/home/cvspublic/jakarta-tomcat-4.0/webapps/examples/build.xml,v
retrieving revision 1.11
diff -r1.11 build.xml
20,21c20,21
<   <property name="mail.jar"       
value="${mail.home}/lib/mail.jar"/>
<
---
>   <property name="mail.jar"       
value="${mail.home}/mail.jar"/>
>   <property name="activation.jar" 
value="${activation.home}/activation.jar"/>




--- [EMAIL PROTECTED] wrote:
> 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 ====================== -->
>   
>   
>   


__________________________________________________
Do You Yahoo!?
Get email alerts & NEW webcam video instant messaging with Yahoo! Messenger
http://im.yahoo.com

Reply via email to