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

Norman Richards norman.richards at jboss.com
Sun Jan 14 13:14:40 EST 2007


  User: nrichards
  Date: 07/01/14 13:14:40

  Modified:    src/pdf/META-INF   faces-config.xml seam.taglib.xml
  Log:
  some chapter updates, UIRectangle
  
  Revision  Changes    Path
  1.5       +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.4
  retrieving revision 1.5
  diff -u -b -r1.4 -r1.5
  --- faces-config.xml	11 Jan 2007 05:32:06 -0000	1.4
  +++ faces-config.xml	14 Jan 2007 18:14:40 -0000	1.5
  @@ -70,6 +70,11 @@
       </component>
   
       <component>
  +        <component-type>org.jboss.seam.pdf.ui.UITitle</component-type>
  +        <component-class>org.jboss.seam.pdf.ui.UITitle</component-class>
  +    </component>
  +
  +    <component>
           <component-type>org.jboss.seam.pdf.ui.UITable</component-type>
           <component-class>org.jboss.seam.pdf.ui.UITable</component-class>
       </component>
  
  
  
  1.5       +7 -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.4
  retrieving revision 1.5
  diff -u -b -r1.4 -r1.5
  --- seam.taglib.xml	11 Jan 2007 05:32:06 -0000	1.4
  +++ seam.taglib.xml	14 Jan 2007 18:14:40 -0000	1.5
  @@ -98,6 +98,13 @@
       </tag>
   
       <tag>
  +        <tag-name>title</tag-name>
  +        <component>
  +            <component-type>org.jboss.seam.pdf.ui.UITitle</component-type>
  +        </component>
  +    </tag>
  +
  +    <tag>
           <tag-name>table</tag-name>
           <component>
               <component-type>org.jboss.seam.pdf.ui.UITable</component-type>
  
  
  



More information about the jboss-cvs-commits mailing list