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

Norman Richards norman.richards at jboss.com
Sat Apr 28 19:47:56 EDT 2007


  User: nrichards
  Date: 07/04/28 19:47:56

  Modified:    src/pdf/META-INF   faces-config.xml seam-pdf.taglib.xml
  Log:
  add line chart, support higher quality rendering
  
  Revision  Changes    Path
  1.12      +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.11
  retrieving revision 1.12
  diff -u -b -r1.11 -r1.12
  --- faces-config.xml	26 Apr 2007 22:48:28 -0000	1.11
  +++ faces-config.xml	28 Apr 2007 23:47:55 -0000	1.12
  @@ -115,6 +115,11 @@
       </component>
   
       <component>
  +        <component-type>org.jboss.seam.pdf.ui.UILineChart</component-type>
  +        <component-class>org.jboss.seam.pdf.ui.UILineChart</component-class>
  +    </component>
  +
  +    <component>
           <component-type>org.jboss.seam.pdf.ui.UIChartData</component-type>
           <component-class>org.jboss.seam.pdf.ui.UIChartData</component-class>
       </component>
  
  
  
  1.4       +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.3
  retrieving revision 1.4
  diff -u -b -r1.3 -r1.4
  --- seam-pdf.taglib.xml	26 Apr 2007 22:48:28 -0000	1.3
  +++ seam-pdf.taglib.xml	28 Apr 2007 23:47:55 -0000	1.4
  @@ -161,6 +161,13 @@
       </tag>
   
       <tag>
  +        <tag-name>linechart</tag-name>
  +        <component>
  +            <component-type>org.jboss.seam.pdf.ui.UILineChart</component-type>
  +        </component>
  +    </tag>
  +
  +    <tag>
           <tag-name>data</tag-name>
           <component>
               <component-type>org.jboss.seam.pdf.ui.UIChartData</component-type>
  
  
  



More information about the jboss-cvs-commits mailing list