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

Gavin King gavin.king at jboss.com
Tue Dec 5 08:13:13 EST 2006


  User: gavin   
  Date: 06/12/05 08:13:13

  Modified:    src/ui/META-INF    faces-config.xml seam.taglib.xml
                        taglib.tld
  Log:
  remove obsolete
  
  Revision  Changes    Path
  1.21      +0 -5      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.20
  retrieving revision 1.21
  diff -u -b -r1.20 -r1.21
  --- faces-config.xml	19 Nov 2006 17:36:11 -0000	1.20
  +++ faces-config.xml	5 Dec 2006 13:13:13 -0000	1.21
  @@ -456,9 +456,4 @@
           <converter-class>org.jboss.seam.ui.ConvertDateTime</converter-class>
       </converter>
   
  -    <component>
  -      <component-type>org.jboss.seam.ui.UISecure</component-type>
  -      <component-class>org.jboss.seam.ui.UISecure</component-class>
  -    </component>
  -    
   </faces-config>
  
  
  
  1.18      +0 -7      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.17
  retrieving revision 1.18
  diff -u -b -r1.17 -r1.18
  --- seam.taglib.xml	19 Nov 2006 17:36:11 -0000	1.17
  +++ seam.taglib.xml	5 Dec 2006 13:13:13 -0000	1.18
  @@ -111,11 +111,4 @@
           </converter>
       </tag>
       
  -    <tag>
  -      <tag-name>secure</tag-name>
  -      <component>
  -        <component-type>org.jboss.seam.ui.UISecure</component-type>
  -      </component>
  -    </tag>
  -    
   </facelet-taglib>
  \ No newline at end of file
  
  
  
  1.22      +0 -12     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.21
  retrieving revision 1.22
  diff -u -b -r1.21 -r1.22
  --- taglib.tld	14 Nov 2006 05:20:42 -0000	1.21
  +++ taglib.tld	5 Dec 2006 13:13:13 -0000	1.22
  @@ -908,16 +908,4 @@
       </attribute>
     </tag>
   
  -  <tag>
  -    <name>secure</name>
  -    <tag-class>org.jboss.seam.ui.tag.SecureTag</tag-class>
  -    <body-content>JSP</body-content>
  -    <attribute>
  -      <name>roles</name>
  -      <required>false</required>
  -      <rtexprvalue>false</rtexprvalue>
  -    </attribute>
  -
  -  </tag>
  -
   </taglib>
  \ No newline at end of file
  
  
  



More information about the jboss-cvs-commits mailing list