Author: lfryc(a)redhat.com
Date: 2011-11-23 09:21:10 -0500 (Wed, 23 Nov 2011)
New Revision: 22982
Modified:
modules/docs/trunk/Migration_Guide/src/main/docbook/en-US/Upgrading.xml
Log:
RFPL-1844: Migration Guide: wrong list of project artifacts for installation - refered to
Developer Guide
Modified: modules/docs/trunk/Migration_Guide/src/main/docbook/en-US/Upgrading.xml
===================================================================
--- modules/docs/trunk/Migration_Guide/src/main/docbook/en-US/Upgrading.xml 2011-11-23
13:57:15 UTC (rev 22981)
+++ modules/docs/trunk/Migration_Guide/src/main/docbook/en-US/Upgrading.xml 2011-11-23
14:21:10 UTC (rev 22982)
@@ -28,52 +28,11 @@
<step id="step-Migration_Guide-Installation-Install_libraries">
<title>Install libraries</title>
<para>
- Copy the following libraries from the
<productname>RichFaces</productname> package to your application's
<filename class="directory">WEB-INF/lib</filename> libraries
directory:
+ Refer to the list of <emphasis>RichFaces libraries and it's
dependencies</emphasis> [<emphasis>RichFaces 4: Developer Guide, section
2.1.1. RichFaces libraries and dependencies</emphasis>].
+ </para>
+ <para>
+ Copy them to your application's <filename
class="directory">WEB-INF/lib</filename> libraries directory.
</para>
- <itemizedlist>
- <listitem>
- <para>
- <filename class="libraryfile">richfaces-api</filename>
- </para>
- </listitem>
- <listitem>
- <para>
- <filename class="libraryfile">richfaces-impl</filename>
- </para>
- </listitem>
- <listitem>
- <para>
- <filename class="libraryfile">core-ui</filename>
- </para>
- </listitem>
- </itemizedlist>
- <!--
- <para>
- Existing projects should already contain the following libraries; if not, they will
need to be included in the libraries directory as well:
- </para>
- <itemizedlist>
- <listitem>
- <para>
- <filename class="libraryfile">commons-logging</filename>
- </para>
- </listitem>
- <listitem>
- <para>
- <filename class="libraryfile">commons-beanutils</filename>
- </para>
- </listitem>
- <listitem>
- <para>
- <filename class="libraryfile">slf4j-api</filename>
- </para>
- </listitem>
- <listitem>
- <para>
- <filename class="libraryfile">slf4j-log4j12</filename>
- </para>
- </listitem>
- </itemizedlist>
- -->
</step>
<step id="step-Migration_Guide-Installation-Set_up_Maven">
<title>Set up Maven</title>