Author: artdaw
Date: 2009-02-05 08:04:54 -0500 (Thu, 05 Feb 2009)
New Revision: 12572
Modified:
trunk/docs/userguide/en/src/main/docbook/modules/RFCGettingStarted.xml
Log:
https://jira.jboss.org/jira/browse/RF-6014 - info about dependecies was added to the
'Getting Started with RichFaces' section
Modified: trunk/docs/userguide/en/src/main/docbook/modules/RFCGettingStarted.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/modules/RFCGettingStarted.xml 2009-02-05
13:02:10 UTC (rev 12571)
+++ trunk/docs/userguide/en/src/main/docbook/modules/RFCGettingStarted.xml 2009-02-05
13:04:54 UTC (rev 12572)
@@ -57,7 +57,17 @@
<code>*.jar</code> files
with API, UI and
implementation libraries. Copy that
"jars" from
<code>lib</code> folder to
<code>WEB-INF/lib</code> folder
- of "Greeter" JSF application.
</para>
+ of "Greeter" JSF application.
</para>
+
+ <important>
+ <title>Important:</title>
+ <para>
+ A JSF application with RichFaces
+ assumes that the following JARs are available
in the project:
+ commons-beanutils-1.7.0.jar,
commons-collections-3.2.jar, commons-digester-1.8.jar, commons-logging-1.0.4.jar,
jhighlight-1.0.jar.
+
+ </para>
+ </important>
</section>
<section id="RegisteringRichFacesinwebxml">