[richfaces-svn-commits] JBoss Rich Faces SVN: r14690 - 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
Tue Jun 23 11:28:40 EDT 2009


Author: ochikvina
Date: 2009-06-23 11:28:40 -0400 (Tue, 23 Jun 2009)
New Revision: 14690

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
   branches/community/3.3.X/cdk/generator/src/main/resources/META-INF/schema/entities/html_style_attributes.ent
Log:
https://jira.jboss.org/jira/browse/RF-6233 - the definitions of the style attributes are corrected;

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-23 10:03:55 UTC (rev 14689)
+++ branches/community/3.3.X/cdk/generator/src/main/resources/META-INF/schema/entities/content_component_attributes.ent	2009-06-23 15:28:40 UTC (rev 14690)
@@ -2,7 +2,7 @@
     <property>
         <name>contentStyle</name>
         <classname>java.lang.String</classname>
-        <description>Holds a fragment of a style sheet that applies to the component content</description>
+        <description>CSS style rules to be applied to the component content</description>
         <defaultvalue><![CDATA[""]]></defaultvalue>
     </property>
     <property>

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-23 10:03:55 UTC (rev 14689)
+++ branches/community/3.3.X/cdk/generator/src/main/resources/META-INF/schema/entities/header_component_attributes.ent	2009-06-23 15:28:40 UTC (rev 14690)
@@ -2,7 +2,7 @@
     <property>
         <name>headerStyle</name>
         <classname>java.lang.String</classname>
-        <description>Holds a fragment of a style sheet that applies to the component header</description>
+        <description>CSS style rules to be applied to the component header</description>
         <defaultvalue><![CDATA[""]]></defaultvalue>
     </property>
     <property>

Modified: branches/community/3.3.X/cdk/generator/src/main/resources/META-INF/schema/entities/html_style_attributes.ent
===================================================================
--- branches/community/3.3.X/cdk/generator/src/main/resources/META-INF/schema/entities/html_style_attributes.ent	2009-06-23 10:03:55 UTC (rev 14689)
+++ branches/community/3.3.X/cdk/generator/src/main/resources/META-INF/schema/entities/html_style_attributes.ent	2009-06-23 15:28:40 UTC (rev 14690)
@@ -2,7 +2,7 @@
     <property>
         <name>style</name>
         <classname>java.lang.String</classname>
-        <description>Holds a fragment of a style sheet that applies to the component</description>
+        <description>CSS style rules to be applied to the component</description>
     </property>
     <property>
         <name>styleClass</name>




More information about the richfaces-svn-commits mailing list