Author: smukhina
Date: 2009-06-24 13:37:02 -0400 (Wed, 24 Jun 2009)
New Revision: 14719
Modified:
branches/community/3.3.X/docs/userguide/en/src/main/docbook/modules/RFCarchitectover.xml
Log:
https://jira.jboss.org/jira/browse/RF-927 Bugs in code highlighting are fixed
Modified:
branches/community/3.3.X/docs/userguide/en/src/main/docbook/modules/RFCarchitectover.xml
===================================================================
---
branches/community/3.3.X/docs/userguide/en/src/main/docbook/modules/RFCarchitectover.xml 2009-06-24
17:28:18 UTC (rev 14718)
+++
branches/community/3.3.X/docs/userguide/en/src/main/docbook/modules/RFCarchitectover.xml 2009-06-24
17:37:02 UTC (rev 14719)
@@ -3231,13 +3231,7 @@
url="http://wiki.jboss.org/wiki/HowToConfigureMavenForRichFaces"... JBoss
wiki article </ulink>
. You can copy and paste these Maven instructions to command line and execute them.
</para>
<programlisting role="XML"><![CDATA[...
-mvn archetype:create
--DarchetypeGroupId=org.richfaces.cdk
--DarchetypeArtifactId=maven-archetype-plug-n-skin
--DarchetypeVersion=RF-VERSION
--DartifactId=ARTIFACT-ID
--DgroupId=GROUP-ID
--Dversion=VERSION
+mvn archetype:create -DarchetypeGroupId=org.richfaces.cdk
-DarchetypeArtifactId=maven-archetype-plug-n-skin -DarchetypeVersion=RF-VERSION
-DartifactId=ARTIFACT-ID -DgroupId=GROUP-ID -Dversion=VERSION
...]]></programlisting>
<para>Primary keys for the command:</para>
<itemizedlist>
@@ -3403,7 +3397,7 @@
<code><f:verbatim> <![CDATA[ ...]]>
</f:verbatim></code> tags.</para>
<para>For example </para>
- <programlisting role="XML"><![CDATA[...
+ <programlisting role="CSS"><![CDATA[...
.rich-calendar-cell {
background: #537df8;
}
@@ -3485,13 +3479,7 @@
follow the steps described in the previous section.</para>
<para>This command will be used to create a template of the new skin project.
</para>
<programlisting role="XML"><![CDATA[
-mvn archetype:create
--DarchetypeGroupId=org.richfaces.cdk
--DarchetypeArtifactId=maven-archetype-plug-n-skin
--DarchetypeVersion=3.3.2-SNAPSHOT
--DartifactId=P-n-S
--DgroupId=GROUPID
--Dversion=1.0.-SNAPSHOT
+mvn archetype:create -DarchetypeGroupId=org.richfaces.cdk
-DarchetypeArtifactId=maven-archetype-plug-n-skin -DarchetypeVersion=3.3.2-SNAPSHOT
-DartifactId=P-n-S -DgroupId=GROUPID -Dversion=1.0.-SNAPSHOT
]]></programlisting>
<para> Now you can browse the "P-n-S" folder to view what
files and
folders were created there. </para>
@@ -3539,7 +3527,7 @@
input[type="reset"], input[type="submit"],
input[type="button"]</code>. So, the CSS code should look
like
this. </para>
- <programlisting role="XML"><![CDATA[
+ <programlisting role="CSS"><![CDATA[
button[type="button"], button[type="reset"],
button[type="submit"], input[type="reset"],
input[type="submit"], input[type="button"] {
font-weight: bold;
}]]></programlisting>