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

Norman Richards norman.richards at jboss.com
Thu Dec 20 23:51:46 EST 2007


  User: nrichards
  Date: 07/12/20 23:51:46

  Modified:    src/pdf/META-INF   faces-config.xml seam-pdf.taglib.xml
  Log:
  JBSEAM-2414
  
  Revision  Changes    Path
  1.18      +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.17
  retrieving revision 1.18
  diff -u -b -r1.17 -r1.18
  --- faces-config.xml	12 Dec 2007 03:31:28 -0000	1.17
  +++ faces-config.xml	21 Dec 2007 04:51:46 -0000	1.18
  @@ -144,6 +144,11 @@
           <component-class>org.jboss.seam.pdf.ui.UIHtmlText</component-class>
       </component>
   
  +        <component>
  +        <component-type>org.jboss.seam.pdf.ui.UISwingComponent</component-type>
  +        <component-class>org.jboss.seam.pdf.ui.UISwingComponent</component-class>
  +    </component>
  +
       <lifecycle>
           <phase-listener>org.jboss.seam.pdf.DocumentStorePhaseListener</phase-listener>
       </lifecycle>
  
  
  
  1.9       +6 -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.8
  retrieving revision 1.9
  diff -u -b -r1.8 -r1.9
  --- seam-pdf.taglib.xml	12 Dec 2007 03:31:29 -0000	1.8
  +++ seam-pdf.taglib.xml	21 Dec 2007 04:51:46 -0000	1.9
  @@ -202,4 +202,10 @@
           </component>
       </tag>
   
  +    <tag>
  +    	<tag-name>swing</tag-name>
  +    	<component>
  +    		<component-type>org.jboss.seam.pdf.ui.UISwingComponent</component-type>
  +    	</component>
  +    </tag>
   </facelet-taglib>
  
  
  



More information about the jboss-cvs-commits mailing list