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

Gavin King gavin.king at jboss.com
Sun Oct 1 21:28:00 EDT 2006


  User: gavin   
  Date: 06/10/01 21:28:00

  Modified:    src/ui/META-INF   faces-config.xml seam.taglib.xml
  Log:
  s:decorations is not even needed
  
  Revision  Changes    Path
  1.14      +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.13
  retrieving revision 1.14
  diff -u -b -r1.13 -r1.14
  --- faces-config.xml	2 Oct 2006 01:01:37 -0000	1.13
  +++ faces-config.xml	2 Oct 2006 01:28:00 -0000	1.14
  @@ -110,11 +110,6 @@
       </component>
   
       <component>
  -        <component-type>org.jboss.seam.ui.UIDecorations</component-type>
  -        <component-class>org.jboss.seam.ui.UIDecorations</component-class>
  -    </component>
  -
  -    <component>
           <component-type>org.jboss.seam.ui.UIDecorate</component-type>
           <component-class>org.jboss.seam.ui.UIDecorate</component-class>
           <property>
  
  
  
  1.12      +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.11
  retrieving revision 1.12
  diff -u -b -r1.11 -r1.12
  --- seam.taglib.xml	2 Oct 2006 01:01:37 -0000	1.11
  +++ seam.taglib.xml	2 Oct 2006 01:28:00 -0000	1.12
  @@ -56,13 +56,6 @@
   	</tag>
   	
   	<tag>
  -		<tag-name>decorations</tag-name>
  -		<component>
  -			<component-type>org.jboss.seam.ui.UIDecorations</component-type>
  -		</component>
  -	</tag>
  -	
  -	<tag>
   		<tag-name>decorate</tag-name>
   		<component>
   			<component-type>org.jboss.seam.ui.UIDecorate</component-type>
  
  
  



More information about the jboss-cvs-commits mailing list