[richfaces-svn-commits] JBoss Rich Faces SVN: r14683 - branches/community/3.3.X/cdk/generator/src/main/resources/META-INF/schema/entities.

richfaces-svn-commits at lists.jboss.org richfaces-svn-commits at lists.jboss.org
Sat Jun 20 10:50:01 EDT 2009


Author: ochikvina
Date: 2009-06-20 10:50:01 -0400 (Sat, 20 Jun 2009)
New Revision: 14683

Modified:
   branches/community/3.3.X/cdk/generator/src/main/resources/META-INF/schema/entities/content_component_attributes.ent
   branches/community/3.3.X/cdk/generator/src/main/resources/META-INF/schema/entities/header_component_attributes.ent
Log:
https://jira.jboss.org/jira/browse/RF-6233 - unification of style attributes descriptions;

Modified: branches/community/3.3.X/cdk/generator/src/main/resources/META-INF/schema/entities/content_component_attributes.ent
===================================================================
--- branches/community/3.3.X/cdk/generator/src/main/resources/META-INF/schema/entities/content_component_attributes.ent	2009-06-20 14:49:15 UTC (rev 14682)
+++ branches/community/3.3.X/cdk/generator/src/main/resources/META-INF/schema/entities/content_component_attributes.ent	2009-06-20 14:50:01 UTC (rev 14683)
@@ -8,7 +8,7 @@
     <property>
         <name>contentClass</name>
         <classname>java.lang.String</classname>
-        <description>Assigns one or more CSS class names to the component content</description>
+        <description>Assigns one or more space-separated CSS class names to the component content</description>
     </property>
     
 </properties>

Modified: branches/community/3.3.X/cdk/generator/src/main/resources/META-INF/schema/entities/header_component_attributes.ent
===================================================================
--- branches/community/3.3.X/cdk/generator/src/main/resources/META-INF/schema/entities/header_component_attributes.ent	2009-06-20 14:49:15 UTC (rev 14682)
+++ branches/community/3.3.X/cdk/generator/src/main/resources/META-INF/schema/entities/header_component_attributes.ent	2009-06-20 14:50:01 UTC (rev 14683)
@@ -8,7 +8,7 @@
     <property>
         <name>headerClass</name>
         <classname>java.lang.String</classname>
-        <description>Assigns one or more CSS class names to the component header</description>
+        <description>Assigns one or more space-separated CSS class names to the component header</description>
     </property>
     
 </properties>




More information about the richfaces-svn-commits mailing list