You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by ma...@apache.org on 2008/04/01 06:56:02 UTC

svn commit: r643281 - /myfaces/trinidad/trunk_1.2.x/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/javax/faces/Component.xml

Author: matzew
Date: Mon Mar 31 21:56:01 2008
New Revision: 643281

URL: http://svn.apache.org/viewvc?rev=643281&view=rev
Log:
TRINIDAD-1005

Modified:
    myfaces/trinidad/trunk_1.2.x/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/javax/faces/Component.xml

Modified: myfaces/trinidad/trunk_1.2.x/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/javax/faces/Component.xml
URL: http://svn.apache.org/viewvc/myfaces/trinidad/trunk_1.2.x/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/javax/faces/Component.xml?rev=643281&r1=643280&r2=643281&view=diff
==============================================================================
--- myfaces/trinidad/trunk_1.2.x/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/javax/faces/Component.xml (original)
+++ myfaces/trinidad/trunk_1.2.x/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/components/javax/faces/Component.xml Mon Mar 31 21:56:01 2008
@@ -41,8 +41,9 @@
       </property-extension>
     </property>
     <property>
-      <description>whether the component is rendered. When set to false, no output
-                   will be delivered for this component.
+      <description>whether the component is rendered. When set to false, no output will be
+		delivered for this component (the component will not in any way be rendered,
+		and cannot be made visible on the client). 
       </description>
       <property-name>rendered</property-name>
       <property-class>boolean</property-class>