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 ====================== -->
- cvs commit: jakarta-tomcat-4.0/webapps/examples build.... remm
- cvs commit: jakarta-tomcat-4.0/webapps/examples b... craigmcc
- Re: cvs commit: jakarta-tomcat-4.0/webapps/exampl... jfclere
- Re: cvs commit: jakarta-tomcat-4.0/webapps/exampl... Punky Tse
- Re: cvs commit: jakarta-tomcat-4.0/webapps/ex... jean-frederic clere
- cvs commit: jakarta-tomcat-4.0/webapps/examples b... remm
- cvs commit: jakarta-tomcat-4.0/webapps/examples b... remm
- Re: cvs commit: jakarta-tomcat-4.0/webapps/ex... jean-frederic clere
- Re: cvs commit: jakarta-tomcat-4.0/webapps/exampl... jean-frederic clere
- Re: cvs commit: jakarta-tomcat-4.0/webapps/exampl... Remy Maucherat
- Re: cvs commit: jakarta-tomcat-4.0/webapps/ex... jean-frederic clere
- Re: cvs commit: jakarta-tomcat-4.0/webapps/exampl... Punky Tse
- Re: cvs commit: jakarta-tomcat-4.0/webapps/ex... Craig R. McClanahan