catlett     01/06/28 08:40:35

  Modified:    mailer/src/org/apache/taglibs/mailer AttachTag.java
  Log:
  fixed what was breaking th build it works
  
  Revision  Changes    Path
  1.4       +4 -4      
jakarta-taglibs/mailer/src/org/apache/taglibs/mailer/AttachTag.java
  
  Index: AttachTag.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-taglibs/mailer/src/org/apache/taglibs/mailer/AttachTag.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- AttachTag.java    2001/06/23 10:07:05     1.3
  +++ AttachTag.java    2001/06/28 15:40:29     1.4
  @@ -1,7 +1,7 @@
   /*
  - * $Header: 
/home/cvs/jakarta-taglibs/mailer/src/org/apache/taglibs/mailer/AttachTag.java,v 1.3 
2001/06/23 10:07:05 glenn Exp $
  - * $Revision: 1.3 $
  - * $Date: 2001/06/23 10:07:05 $
  + * $Header: 
/home/cvs/jakarta-taglibs/mailer/src/org/apache/taglibs/mailer/AttachTag.java,v 1.4 
2001/06/28 15:40:29 catlett Exp $
  + * $Revision: 1.4 $
  + * $Date: 2001/06/28 15:40:29 $
    *
    * ====================================================================
    *
  @@ -273,7 +273,7 @@
                // can be discovered and fixed
                throw new JspException("File " + rpath + " does not exist or " +
                                       "the path to the file is incorrect.");
  -            }
  +         }
        } catch(MessagingException e) {
            throw new JspException("The file named by " + file + " could not be"
                                   + " attached.");
  
  
  

Reply via email to