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

Norman Richards norman.richards at jboss.com
Mon May 14 14:27:56 EDT 2007


  User: nrichards
  Date: 07/05/14 14:27:56

  Modified:    src/pdf/META-INF   faces-config.xml seam-pdf.taglib.xml
  Log:
  JBSEAM-1155: barcode support
  
  Revision  Changes    Path
  1.15      +6 -1      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.14
  retrieving revision 1.15
  diff -u -b -r1.14 -r1.15
  --- faces-config.xml	6 May 2007 04:53:13 -0000	1.14
  +++ faces-config.xml	14 May 2007 18:27:56 -0000	1.15
  @@ -100,6 +100,11 @@
       </component>
       
       <component>
  +        <component-type>org.jboss.seam.pdf.ui.UIBarCode</component-type>
  +        <component-class>org.jboss.seam.pdf.ui.UIBarCode</component-class>
  +    </component>
  +
  +    <component>
           <component-type>org.jboss.seam.pdf.ui.UIPieChart</component-type>
           <component-class>org.jboss.seam.pdf.ui.UIPieChart</component-class>
       </component>
  
  
  
  1.7       +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.6
  retrieving revision 1.7
  diff -u -b -r1.6 -r1.7
  --- seam-pdf.taglib.xml	6 May 2007 04:53:13 -0000	1.6
  +++ seam-pdf.taglib.xml	14 May 2007 18:27:56 -0000	1.7
  @@ -140,6 +140,13 @@
       </tag>
   
       <tag>
  +        <tag-name>barCode</tag-name>
  +        <component>
  +            <component-type>org.jboss.seam.pdf.ui.UIBarCode</component-type>
  +        </component>
  +    </tag>
  +
  +    <tag>
           <tag-name>piechart</tag-name>
           <component>
               <component-type>org.jboss.seam.pdf.ui.UIPieChart</component-type>
  
  
  



More information about the jboss-cvs-commits mailing list