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

Norman Richards norman.richards at jboss.com
Tue Dec 11 22:31:29 EST 2007


  User: nrichards
  Date: 07/12/11 22:31:29

  Modified:    src/pdf/META-INF   faces-config.xml seam-pdf.taglib.xml
  Log:
  JBSEAM-1252
  
  Revision  Changes    Path
  1.17      +5 -0      jboss-seam/src/pdf/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/pdf/META-INF/faces-config.xml,v
  retrieving revision 1.16
  retrieving revision 1.17
  diff -u -b -r1.16 -r1.17
  --- faces-config.xml	6 Jun 2007 01:21:33 -0000	1.16
  +++ faces-config.xml	12 Dec 2007 03:31:28 -0000	1.17
  @@ -139,6 +139,11 @@
           <component-class>org.jboss.seam.pdf.ui.UIStroke</component-class>
       </component>
   
  +    <component>
  +        <component-type>org.jboss.seam.pdf.ui.UIHtmlText</component-type>
  +        <component-class>org.jboss.seam.pdf.ui.UIHtmlText</component-class>
  +    </component>
  +
       <lifecycle>
           <phase-listener>org.jboss.seam.pdf.DocumentStorePhaseListener</phase-listener>
       </lifecycle>
  
  
  
  1.8       +7 -0      jboss-seam/src/pdf/META-INF/seam-pdf.taglib.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: seam-pdf.taglib.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/src/pdf/META-INF/seam-pdf.taglib.xml,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -b -r1.7 -r1.8
  --- seam-pdf.taglib.xml	14 May 2007 18:27:56 -0000	1.7
  +++ seam-pdf.taglib.xml	12 Dec 2007 03:31:29 -0000	1.8
  @@ -195,4 +195,11 @@
           </component>
       </tag>
   
  +    <tag>
  +        <tag-name>html</tag-name>
  +        <component>
  +            <component-type>org.jboss.seam.pdf.ui.UIHtmlText</component-type>
  +        </component>
  +    </tag>
  +
   </facelet-taglib>
  
  
  



More information about the jboss-cvs-commits mailing list