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

Norman Richards norman.richards at jboss.com
Sun Dec 24 17:54:32 EST 2006


  User: nrichards
  Date: 06/12/24 17:54:32

  Modified:    src/pdf/META-INF   faces-config.xml seam.taglib.xml
  Log:
  add UIAnchor, add UIParagraph properties
  
  Revision  Changes    Path
  1.2       +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.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- faces-config.xml	24 Dec 2006 16:21:32 -0000	1.1
  +++ faces-config.xml	24 Dec 2006 22:54:32 -0000	1.2
  @@ -39,6 +39,11 @@
           <component-class>org.jboss.seam.pdf.ui.UIImage</component-class>
       </component>
   
  +    <component>
  +        <component-type>org.jboss.seam.pdf.ui.UIAnchor</component-type>
  +        <component-class>org.jboss.seam.pdf.ui.UIAnchor</component-class>
  +    </component>
  +
       <lifecycle>
           <phase-listener>org.jboss.seam.pdf.PDFPhaseListener</phase-listener>
       </lifecycle>
  
  
  
  1.2       +8 -0      jboss-seam/src/pdf/META-INF/seam.taglib.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: seam.taglib.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/src/pdf/META-INF/seam.taglib.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- seam.taglib.xml	24 Dec 2006 16:21:32 -0000	1.1
  +++ seam.taglib.xml	24 Dec 2006 22:54:32 -0000	1.2
  @@ -54,4 +54,12 @@
               <component-type>org.jboss.seam.pdf.ui.UIImage</component-type>
           </component>
       </tag>
  +
  +    <tag>
  +        <tag-name>anchor</tag-name>
  +        <component>
  +            <component-type>org.jboss.seam.pdf.ui.UIAnchor</component-type>
  +        </component>
  +    </tag>
  +
   </facelet-taglib>
  
  
  



More information about the jboss-cvs-commits mailing list