[richfaces-svn-commits] JBoss Rich Faces SVN: r13893 - trunk/docs/userguide/en/src/main/docbook/modules.

richfaces-svn-commits at lists.jboss.org richfaces-svn-commits at lists.jboss.org
Wed Apr 29 05:42:45 EDT 2009


Author: msorokin
Date: 2009-04-29 05:42:45 -0400 (Wed, 29 Apr 2009)
New Revision: 13893

Modified:
   trunk/docs/userguide/en/src/main/docbook/modules/RFCarchitectover.xml
Log:
corrected a mistake

Modified: trunk/docs/userguide/en/src/main/docbook/modules/RFCarchitectover.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/modules/RFCarchitectover.xml	2009-04-29 09:09:17 UTC (rev 13892)
+++ trunk/docs/userguide/en/src/main/docbook/modules/RFCarchitectover.xml	2009-04-29 09:42:45 UTC (rev 13893)
@@ -437,7 +437,7 @@
 				</listitem>
 			</itemizedlist>
 			<para>In this section we will take a closer look at the listed above types of the queue 
-				and see in more detail how they differ. Usage details are  covered in the <link linkend="queue">&lt;a4j:queue&gt;</link> chapter.</para>
+				and see in more detail how they differ. Usage details are  covered in the <link linkend="a4j_queue">&lt;a4j:queue&gt;</link> chapter.</para>
 			<section>
 				<title>Global default queue, defined in the web.xml file</title>
 				
@@ -3237,21 +3237,21 @@
 			<itemizedlist>
 				<listitem>
 					<para>
-						<code>-DarchetypeVersion</code> indicates the RichFaces version. For example,
+						<code>archetypeVersion</code> indicates the RichFaces version. For example,
 							<code>&quot;3.3.1-SNAPSHOT&quot;</code>
 					</para>
 				</listitem>
 				<listitem>
 					<para>
-						<code>-DartifactId</code> artifact id of the project </para>
+						<code>artifactId</code> artifact id of the project </para>
 				</listitem>
 				<listitem>
 					<para>
-						<code>-DgroupId</code> group id of the project </para>
+						<code>groupId</code> group id of the project </para>
 				</listitem>
 				<listitem>
 					<para>
-						<code>-Dversion</code> the version of the project you create, by default it
+						<code>version</code> the version of the project you create, by default it
 						is <code>&quot;1.0.-SNAPSHOT&quot;</code>
 					</para>
 				</listitem>
@@ -3270,11 +3270,11 @@
 			<itemizedlist>
 				<listitem>
 					<para>
-						<code>-Dname</code> defines the name of the new skin </para>
+						<code>name</code> defines the name of the new skin </para>
 				</listitem>
 				<listitem>
 					<para>
-						<code>-Dpackage</code> base package of the skin. By default
+						<code>package</code> base package of the skin. By default
 						&quot;groupId&quot; of the project is used. </para>
 				</listitem>
 			</itemizedlist>
@@ -3282,11 +3282,11 @@
 			<itemizedlist>
 				<listitem>
 					<para>
-						<code>-DbaseSkin</code> defines the name of the base skin. </para>
+						<code>baseSkin</code> defines the name of the base skin. </para>
 				</listitem>
 				<listitem>
 					<para>
-						<code>-DcreateExt</code> if set to &quot;true&quot;, extended CSS classes are
+						<code>createExt</code> if set to &quot;true&quot;, extended CSS classes are
 						added. For more information, please, see <link linkend="StControlsSkinning">
 							&quot;Standard controls skinning&quot;
 						</link>




More information about the richfaces-svn-commits mailing list