[jboss-cvs] jboss-seam/src/mail/org/jboss/seam/mail/ui ...

Peter Muir peter at bleepbleep.org.uk
Tue Jun 19 17:57:49 EDT 2007


  User: pmuir   
  Date: 07/06/19 17:57:49

  Modified:    src/mail/org/jboss/seam/mail/ui    UIAttachment.java
                        UIMessage.java MailComponent.java
  Log:
  JBSEAM-1013 - port seam ui to a4j cdk
  
  Revision  Changes    Path
  1.7       +1 -1      jboss-seam/src/mail/org/jboss/seam/mail/ui/UIAttachment.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: UIAttachment.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/src/mail/org/jboss/seam/mail/ui/UIAttachment.java,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -b -r1.6 -r1.7
  --- UIAttachment.java	5 Feb 2007 22:32:28 -0000	1.6
  +++ UIAttachment.java	19 Jun 2007 21:57:49 -0000	1.7
  @@ -20,7 +20,7 @@
   
   import org.jboss.seam.pdf.DocumentData;
   import org.jboss.seam.pdf.ui.UIDocument;
  -import org.jboss.seam.ui.JSF;
  +import org.jboss.seam.ui.util.JSF;
   import org.jboss.seam.util.Resources;
   
   public class UIAttachment extends MailComponent implements ValueHolder
  
  
  
  1.14      +1 -1      jboss-seam/src/mail/org/jboss/seam/mail/ui/UIMessage.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: UIMessage.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/src/mail/org/jboss/seam/mail/ui/UIMessage.java,v
  retrieving revision 1.13
  retrieving revision 1.14
  diff -u -b -r1.13 -r1.14
  --- UIMessage.java	5 Apr 2007 15:08:26 -0000	1.13
  +++ UIMessage.java	19 Jun 2007 21:57:49 -0000	1.14
  @@ -13,7 +13,7 @@
   
   import org.jboss.seam.mail.MailSession;
   import org.jboss.seam.mail.ui.context.MailFacesContextImpl;
  -import org.jboss.seam.ui.JSF;
  +import org.jboss.seam.ui.util.JSF;
   
   /**
    * JSF component which delimites the start and end of the mail message.
  
  
  
  1.9       +1 -1      jboss-seam/src/mail/org/jboss/seam/mail/ui/MailComponent.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: MailComponent.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/src/mail/org/jboss/seam/mail/ui/MailComponent.java,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -b -r1.8 -r1.9
  --- MailComponent.java	5 Apr 2007 16:33:40 -0000	1.8
  +++ MailComponent.java	19 Jun 2007 21:57:49 -0000	1.9
  @@ -12,7 +12,7 @@
   import javax.mail.internet.MimeMultipart;
   
   import org.jboss.seam.mail.ui.context.MailResponseWriter;
  -import org.jboss.seam.ui.JSF;
  +import org.jboss.seam.ui.util.JSF;
   
   /**
    * Abstract base class for mail ui components
  
  
  



More information about the jboss-cvs-commits mailing list