Author: artdaw
Date: 2008-04-14 12:42:21 -0400 (Mon, 14 Apr 2008)
New Revision: 7822
Modified:
trunk/docs/migrationguide/en/src/main/docbook/master.xml
trunk/docs/migrationguide/en/src/main/docbook/modules/intro.xml
Log:
http://jira.jboss.com/jira/browse/RF-3048 - introduction added
Modified: trunk/docs/migrationguide/en/src/main/docbook/master.xml
===================================================================
--- trunk/docs/migrationguide/en/src/main/docbook/master.xml 2008-04-14 16:35:01 UTC (rev
7821)
+++ trunk/docs/migrationguide/en/src/main/docbook/master.xml 2008-04-14 16:42:21 UTC (rev
7822)
@@ -2,6 +2,7 @@
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.3CR3//EN"
"http://www.oasis-open.org/docbook/xml/4.3CR3/docbookx.dtd" [
<!ENTITY intro SYSTEM "modules/intro.xml">
+ <!ENTITY scope SYSTEM "modules/scope.xml">
]>
<book>
<bookinfo>
@@ -14,7 +15,6 @@
<toc/>
&intro;
-
-
+ &scope;
</book>
Modified: trunk/docs/migrationguide/en/src/main/docbook/modules/intro.xml
===================================================================
--- trunk/docs/migrationguide/en/src/main/docbook/modules/intro.xml 2008-04-14 16:35:01
UTC (rev 7821)
+++ trunk/docs/migrationguide/en/src/main/docbook/modules/intro.xml 2008-04-14 16:42:21
UTC (rev 7822)
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
-<chapter id="Introduction" xreflabel="Introduction">
+<chapter id="introduction" xreflabel="introduction">
<?dbhtml filename="intro.html"?>
<chapterinfo>
<keywordset>
@@ -9,5 +9,11 @@
</chapterinfo>
<title>Introduction</title>
-
+ <para>
+ This document is aimed to provide guidelines for migrating
<property>RichFaces</property> projects from 3.1.x versions to 3.2.0.
+ </para>
+ <para>
+ <property>RichFaces</property> Migration Guide implies descriptions
concerning issues caused by migration and provides
+ suitable workarounds and examples.
+ </para>
</chapter>
\ No newline at end of file