Author: vkorluzhenko
Date: 2007-10-29 10:48:59 -0400 (Mon, 29 Oct 2007)
New Revision: 3601
Modified:
trunk/docs/userguide/en/src/main/docbook/modules/RFCarchitectover.xml
Log:
http://jira.jboss.com/jira/browse/RF-1110 - fixwd some errors in description
Modified: trunk/docs/userguide/en/src/main/docbook/modules/RFCarchitectover.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/modules/RFCarchitectover.xml 2007-10-29
14:40:05 UTC (rev 3600)
+++ trunk/docs/userguide/en/src/main/docbook/modules/RFCarchitectover.xml 2007-10-29
14:48:59 UTC (rev 3601)
@@ -1272,10 +1272,10 @@
<para>Create a file and define in it skin constants which are used by
style classes (see
section <link
linkend="SkinParametersTablesInRichFaces">"Skin Parameters Tables
in RichFaces"</link>). The name of skin file should
correspond to the
- following format: <property>name.skin.properties</property>. As
an example of such file
- you can see RichFaces predefined skin parameters (skins): blueSky, classic,
deepMarine,
- etc. These files are located in the richfaces-impl-xxxxx.jar inside the
/META-INF/skins
- folder.</para>
+ following format:
<property><name>.skin.properties</property>. As an
+ example of such file you can see RichFaces predefined skin parameters
(skins): blueSky,
+ classic, deepMarine, etc. These files are located in the
richfaces-impl-xxxxx.jar inside
+ the /META-INF/skins folder.</para>
</listitem>
<listitem>
@@ -1294,8 +1294,9 @@
</listitem>
<listitem>
- <para>Put your <property>name.skin.properties</property> file
in one of the following classpath elements:
- META-INF/skins/ or default package (e.g. WEB-INF/classes).</para>
+ <para>Put your
<property><name>.skin.properties</property> file in one of
+ the following classpath elements: META-INF/skins/ or classpath folder (e.g.
+ WEB-INF/classes).</para>
</listitem>
</itemizedlist>
</section>