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

richfaces-svn-commits at lists.jboss.org richfaces-svn-commits at lists.jboss.org
Fri Apr 17 13:53:17 EDT 2009


Author: msorokin
Date: 2009-04-17 13:53:17 -0400 (Fri, 17 Apr 2009)
New Revision: 13654

Modified:
   trunk/docs/userguide/en/src/main/docbook/modules/RFCGettingStarted.xml
Log:
https://jira.jboss.org/jira/browse/RF-6455
Added a new chapter Integration of RichFaces into Maven Project

Modified: trunk/docs/userguide/en/src/main/docbook/modules/RFCGettingStarted.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/modules/RFCGettingStarted.xml	2009-04-17 17:51:33 UTC (rev 13653)
+++ trunk/docs/userguide/en/src/main/docbook/modules/RFCGettingStarted.xml	2009-04-17 17:53:17 UTC (rev 13654)
@@ -467,14 +467,14 @@
 	</dependency>
 </dependencies>
 ...]]></programlisting>    
-                    <para>The last three dependences add RichFaces libraries to the project. You can now build the project with the  <emphasis role="bold"><code>mvn install</code></emphasis> command.</para>
+                    <para>The last three dependences add RichFaces libraries to the project. You can now build the project with the  <code>mvn install</code> command.</para>
        
                     
              <para>
           When you see the "BUILD SUCCESSFUL" message, the project is assembled and can be imported to a IDE and run on the server. 
              </para>          
 
-                    <para>The project can be built for Eclipse IDE with  <emphasis role="bold"><code>mvn eclipse:eclipse -Dwtpversion=2.0</code></emphasis> command. </para>
+                    <para>The project can be built for Eclipse IDE with  <code>mvn eclipse:eclipse -Dwtpversion=2.0</code> command. </para>
                     
                     <para>Then you can import the project into Eclipse. After importing to Eclipse open the &quot;jsf-app/src/main/webapp/WEB-INF/web.xml&quot;  to configure it according to the listing in the <link linkend="RegisteringRichFacesinwebxml">Registering RichFaces in web.xml</link> section of the guide.</para>                    
                     <para>The project is configured and now you can start using RichFaces. Open &quot;jsf-app/src/main/webapp/pages/index.jsp&quot; file and add the tag library declaration.</para>




More information about the richfaces-svn-commits mailing list