Author: tromanovich
Date: 2008-05-27 06:09:53 -0400 (Tue, 27 May 2008)
New Revision: 8342
Modified:
trunk/documentation/guides/Exadel-migration/en/modules/jsf_struts.xml
trunk/documentation/guides/Exadel-migration/en/modules/jsf_struts_war.xml
Log:
http://jira.jboss.com/jira/browse/JBDS-235 - Guide review - Exadel Studion Migration Guide
review, replace orderlist on itemizedlist tags
Modified: trunk/documentation/guides/Exadel-migration/en/modules/jsf_struts.xml
===================================================================
--- trunk/documentation/guides/Exadel-migration/en/modules/jsf_struts.xml 2008-05-27
10:04:19 UTC (rev 8341)
+++ trunk/documentation/guides/Exadel-migration/en/modules/jsf_struts.xml 2008-05-27
10:09:53 UTC (rev 8342)
@@ -16,9 +16,9 @@
<title>JSF</title>
<para>JBoss Developer Studio includes an Import <property>JSF
Project</property> Wizard that radically simplifies the process of bringing your
existing JSF applications
into your JBoss Developer Studio workspace as JSF projects. You just need to follow
these four steps:</para>
- <orderedlist>
+ <itemizedlist>
<listitem><para><emphasis><property>Select File >
Import...</property></emphasis> from the menu bar, and then select
<emphasis><property>Other > JSF Project
</property></emphasis>from the Import dialog box that
appears.</para></listitem>
- </orderedlist>
+ </itemizedlist>
<figure>
<title>Selecting the Import Menu Item</title>
@@ -38,11 +38,11 @@
</mediaobject>
</figure>
- <orderedlist continuation="continues">
+ <itemizedlist continuation="continues">
<listitem><para>In the first screen of the wizard, select the
<emphasis><property>Change...</property></emphasis> button next to
the <emphasis><property>web.xml Location*</property></emphasis>
field. Browse to the location of the web.xml file for the application you
want to import as a <property>JSF project</property>. Once you select it,
you'll be returned to the dialog box to see a project name derived from the
web.xml file you selected.
You can edit this project name, if you wish.</para></listitem>
- </orderedlist>
+ </itemizedlist>
<figure>
<title>Selecting the Web.xml File in the Project Location Screen</title>
@@ -53,9 +53,9 @@
</mediaobject>
</figure>
- <orderedlist continuation="continues">
+ <itemizedlist continuation="continues">
<listitem><para>In the <emphasis><property>Project
Folders</property></emphasis> screen, you can configure the rest of your
project. Afterwards click on the
<emphasis><property>Finish</property></emphasis>
button.</para></listitem>
- </orderedlist>
+ </itemizedlist>
<para>On this step JBoss Developer Studio will try to determine your project
structure and set the values for: <emphasis><property>Web
Root</property></emphasis>, <emphasis><property>Source
Folder</property></emphasis>, <emphasis><property>Classes
Folder</property></emphasis>, <emphasis><property>Lib
Folder</property></emphasis>. If your project has a custom structure, some
values might not be
set. If this is the case, you can manually set those values by clicking the
<emphasis><property>Change...</property></emphasis>
button.</para>
@@ -76,9 +76,9 @@
</mediaobject>
</figure>
- <orderedlist continuation="continues">
+ <itemizedlist continuation="continues">
<listitem><para>Once the project is imported, it will appear in the
Package Explorer view.</para></listitem>
- </orderedlist>
+ </itemizedlist>
<figure>
<title>Imported Project in the Package Explorer View</title>
@@ -92,9 +92,9 @@
</section>
<section>
<title>Struts</title>
- <orderedlist>
+ <itemizedlist>
<listitem><para><emphasis><property>Select File >
Import...</property></emphasis> from the menu bar, and then select
<emphasis><property>Other > Struts
Project</property></emphasis> from the Import dialog box that
appears.</para></listitem>
- </orderedlist>
+ </itemizedlist>
<figure>
<title>Selecting the Import Menu Item</title>
@@ -114,11 +114,11 @@
</mediaobject>
</figure>
- <orderedlist continuation="continues">
+ <itemizedlist continuation="continues">
<listitem><para>In the Project Location screen of the wizard, select the
<emphasis><property>Change... </property></emphasis>button next to
the <emphasis><property>web.xml Location*</property></emphasis>
field. Browse the location of the web.xml file for the application you
want to import as a <property>Struts project</property>. Once you select
it, you'll be returned to the dialog box to see a project name derived from the
web.xml file you selected.
You can edit this project name, if you wish.</para></listitem>
- </orderedlist>
+ </itemizedlist>
<figure>
<title>The Project Location Screen</title>
@@ -129,11 +129,11 @@
</mediaobject>
</figure>
- <orderedlist continuation="continues">
+ <itemizedlist continuation="continues">
<listitem><para>In the next screen, JBoss Developer Studio will try to
determine your project structure. The upper pane shows the modules in this project.
The lower pane allows you to edit the details of the select module. If the project
structure is non-standard, some values might be left blank.
You can edit any values by hand or by using the
<emphasis><property>Change...</property></emphasis>
button.</para></listitem>
- </orderedlist>
+ </itemizedlist>
<figure>
<title>The Project Modules Screen</title>
@@ -144,10 +144,10 @@
</mediaobject>
</figure>
- <orderedlist continuation="continues">
+ <itemizedlist continuation="continues">
<listitem><para>In the <emphasis><property>Project
Folders</property></emphasis> screen, you can configure the rest of your
project. Afterwards click on the
<emphasis><property>Finish</property></emphasis>
button.</para>
</listitem>
- </orderedlist>
+ </itemizedlist>
<para>On this step JBoss Developer Studio will try to determine your project
structure and set the values for: <emphasis><property>Classes
Folder</property></emphasis>, <emphasis><property>Lib
Folder</property></emphasis>, and <emphasis><property>Ant Build
File</property></emphasis>. If your project has a custom structure, some
values might not be set. If this is the case, you can manually set those values by
clicking
<emphasis><property>Change</property></emphasis>.</para>
<para>After dealing with these settings, you have to work through a few more
configuration settings. These settings deal primarily with how the project will be
deployed within JBoss Developer Studio.</para>
<para>First, if the project you are importing is not already a Struts project,
select the <emphasis><property>Add Libraries</property></emphasis>
check box to add all the Struts-related libraries to your project. </para>
@@ -166,9 +166,9 @@
</mediaobject>
</figure>
- <orderedlist continuation="continues">
+ <itemizedlist continuation="continues">
<listitem><para>Once the project is imported, it will appear in the
Package Explorer view.</para></listitem>
- </orderedlist>
+ </itemizedlist>
<figure>
<title>Imported Project in the Package Explorer View</title>
Modified: trunk/documentation/guides/Exadel-migration/en/modules/jsf_struts_war.xml
===================================================================
--- trunk/documentation/guides/Exadel-migration/en/modules/jsf_struts_war.xml 2008-05-27
10:04:19 UTC (rev 8341)
+++ trunk/documentation/guides/Exadel-migration/en/modules/jsf_struts_war.xml 2008-05-27
10:09:53 UTC (rev 8342)
@@ -17,13 +17,13 @@
<section>
<title>JSF</title>
- <orderedlist>
+ <itemizedlist>
<listitem>
<para>Select <emphasis><property>File >
Import...</property></emphasis> from the menu bar, and then select
<emphasis><property>Other > JSF Project From
*.war</property></emphasis> from the Import dialog box that
appears.</para>
</listitem>
- </orderedlist>
+ </itemizedlist>
<figure>
<title>Selecting the Import Menu Item</title>
@@ -45,7 +45,7 @@
</mediaobject>
</figure>
- <orderedlist continuation="continues">
+ <itemizedlist continuation="continues">
<listitem>
<para>In the wizard screen, select the
<emphasis><property>Change...</property></emphasis> button next
to
the <emphasis><property>*.war
Location</property></emphasis> field. Browse to the location of the *.war file
for
@@ -72,7 +72,7 @@
above. If you don't want to deploy the application, uncheck this
value.</para>
</listitem>
- </orderedlist>
+ </itemizedlist>
<figure>
<title>The JSF Project From *.war Import Wizard</title>
@@ -84,23 +84,23 @@
</mediaobject>
</figure>
- <orderedlist continuation="continues">
+ <itemizedlist continuation="continues">
<listitem>
<para>Click on the
<emphasis><property>Finish</property></emphasis>
button.</para>
</listitem>
- </orderedlist>
+ </itemizedlist>
</section>
<section>
<title>Struts</title>
- <orderedlist>
+ <itemizedlist>
<listitem>
<para>Select <emphasis><property>File >
Import...</property></emphasis> from the menu bar, and then select
<emphasis><property>Other > Struts Project From
*.war</property></emphasis> from the Import dialog box that
appears.</para>
</listitem>
- </orderedlist>
+ </itemizedlist>
<figure>
<title>Selecting the Import Menu Item</title>
@@ -121,12 +121,12 @@
</mediaobject>
</figure>
- <orderedlist continuation="continues">
+ <itemizedlist continuation="continues">
<listitem>
<para>Follow the same steps as with the JSF Project From
<property>*.war</property> import
wizard.</para>
</listitem>
- </orderedlist>
+ </itemizedlist>
<figure>
<title>The Struts Project From *.war Import Wizard</title>
@@ -138,11 +138,11 @@
</mediaobject>
</figure>
- <orderedlist continuation="continues">
+ <itemizedlist continuation="continues">
<listitem>
<para>Click on the
<emphasis><property>Finish</property></emphasis>
button.</para>
</listitem>
- </orderedlist>
+ </itemizedlist>
<para>The migration process is completed</para>
</section>
</chapter>
\ No newline at end of file