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

Shane Bryzak sbryzak at redhat.com
Wed Feb 21 21:17:16 EST 2007


  User: sbryzak2
  Date: 07/02/21 21:17:16

  Modified:    src/ui/META-INF   faces-config.xml taglib.tld
  Log:
  removed defaultCss property
  
  Revision  Changes    Path
  1.36      +0 -4      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.35
  retrieving revision 1.36
  diff -u -b -r1.35 -r1.36
  --- faces-config.xml	19 Feb 2007 17:14:13 -0000	1.35
  +++ faces-config.xml	22 Feb 2007 02:17:16 -0000	1.36
  @@ -466,10 +466,6 @@
               <property-name>for</property-name>
               <property-class>java.lang.String</property-class>
           </property>
  -        <property>
  -            <property-name>defaultCss</property-name>
  -            <property-class>boolean</property-class>
  -        </property>
       </component>
   
       <component>
  
  
  
  1.35      +0 -6      jboss-seam/src/ui/META-INF/taglib.tld
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: taglib.tld
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/src/ui/META-INF/taglib.tld,v
  retrieving revision 1.34
  retrieving revision 1.35
  diff -u -b -r1.34 -r1.35
  --- taglib.tld	19 Feb 2007 17:14:13 -0000	1.34
  +++ taglib.tld	22 Feb 2007 02:17:16 -0000	1.35
  @@ -876,12 +876,6 @@
         <rtexprvalue>false</rtexprvalue>
         <description>the field identifier of the input item to pick a date for</description>
       </attribute>
  -    <attribute>
  -      <name>defaultCss</name>
  -      <required>false</required>
  -      <rtexprvalue>false</rtexprvalue>
  -      <description>Set to true to include a default css stylesheet for this control</description>
  -    </attribute>
     </tag>
   
     <tag>
  
  
  



More information about the jboss-cvs-commits mailing list