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

Gavin King gavin.king at jboss.com
Sun Nov 19 12:36:11 EST 2006


  User: gavin   
  Date: 06/11/19 12:36:11

  Modified:    src/ui/META-INF   faces-config.xml seam.taglib.xml
  Log:
  fix JBSEAM-494
  
  Revision  Changes    Path
  1.20      +2 -2      jboss-seam/src/ui/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/ui/META-INF/faces-config.xml,v
  retrieving revision 1.19
  retrieving revision 1.20
  diff -u -b -r1.19 -r1.20
  --- faces-config.xml	14 Nov 2006 04:59:39 -0000	1.19
  +++ faces-config.xml	19 Nov 2006 17:36:11 -0000	1.20
  @@ -36,14 +36,14 @@
           </property>
       </component>
   
  -    <component>
  +    <!--component>
           <component-type>org.jboss.seam.ui.UIAction</component-type>
           <component-class>org.jboss.seam.ui.UIAction</component-class>
           <property>
               <property-name>action</property-name>
               <property-class>java.lang.String</property-class>
           </property>
  -    </component>
  +    </component-->
   
       <component>
           <component-type>org.jboss.seam.ui.UIConversationId</component-type>
  
  
  
  1.17      +2 -2      jboss-seam/src/ui/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/ui/META-INF/seam.taglib.xml,v
  retrieving revision 1.16
  retrieving revision 1.17
  diff -u -b -r1.16 -r1.17
  --- seam.taglib.xml	14 Nov 2006 04:59:39 -0000	1.16
  +++ seam.taglib.xml	19 Nov 2006 17:36:11 -0000	1.17
  @@ -27,12 +27,12 @@
           </component>
       </tag>
       
  -    <tag>
  +    <!--tag>
           <tag-name>action</tag-name>
           <component>
               <component-type>org.jboss.seam.ui.UIAction</component-type>
           </component>
  -    </tag>
  +    </tag-->
       
       <tag>
           <tag-name>selection</tag-name>
  
  
  



More information about the jboss-cvs-commits mailing list