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"><a4j:queue></link> chapter.</para>
+ and see in more detail how they differ. Usage details are covered in the <link
linkend="a4j_queue"><a4j:queue></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>"3.3.1-SNAPSHOT"</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>"1.0.-SNAPSHOT"</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
"groupId" 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 "true", extended
CSS classes are
+ <code>createExt</code> if set to "true", extended CSS
classes are
added. For more information, please, see <link
linkend="StControlsSkinning">
"Standard controls skinning"
</link>
Show replies by date