[jboss-cvs] jboss-seam/src/mail/META-INF ...

Peter Muir peter at bleepbleep.org.uk
Fri Feb 2 16:20:41 EST 2007


  User: pmuir   
  Date: 07/02/02 16:20:41

  Modified:    src/mail/META-INF   faces-config.xml seam-mail.taglib.xml
  Log:
  JBSEAM-693 Initial support for attachments to emails
  
  Revision  Changes    Path
  1.3       +4 -0      jboss-seam/src/mail/META-INF/faces-config.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: faces-config.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/src/mail/META-INF/faces-config.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -b -r1.2 -r1.3
  --- faces-config.xml	26 Jan 2007 11:42:19 -0000	1.2
  +++ faces-config.xml	2 Feb 2007 21:20:40 -0000	1.3
  @@ -40,4 +40,8 @@
           <component-type>org.jboss.seam.mail.ui.UIHeader</component-type>
           <component-class>org.jboss.seam.mail.ui.UIHeader</component-class>
       </component>
  +     <component>
  +        <component-type>org.jboss.seam.mail.ui.UIAttachment</component-type>
  +        <component-class>org.jboss.seam.mail.ui.UIAttachment</component-class>
  +    </component>
   </faces-config>
  \ No newline at end of file
  
  
  
  1.3       +6 -0      jboss-seam/src/mail/META-INF/seam-mail.taglib.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: seam-mail.taglib.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/src/mail/META-INF/seam-mail.taglib.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -b -r1.2 -r1.3
  --- seam-mail.taglib.xml	26 Jan 2007 11:42:19 -0000	1.2
  +++ seam-mail.taglib.xml	2 Feb 2007 21:20:41 -0000	1.3
  @@ -68,4 +68,10 @@
               <component-type>org.jboss.seam.mail.ui.UIHeader</component-type>
           </component>
       </tag>
  +    <tag>
  +        <tag-name>attachment</tag-name>
  +        <component>
  +            <component-type>org.jboss.seam.mail.ui.UIAttachment</component-type>
  +        </component>
  +    </tag>
   </facelet-taglib>
  
  
  



More information about the jboss-cvs-commits mailing list