Author: ykryvinchanka
Date: 2007-11-23 11:31:37 -0500 (Fri, 23 Nov 2007)
New Revision: 5064
Modified:
trunk/seam/docs/reference/en/modules/creating_new_seam.xml
trunk/seam/docs/reference/en/modules/directory_structure.xml
trunk/seam/docs/reference/en/modules/seam_wizards.xml
Log:
http://jira.jboss.com/jira/browse/RHDS-289 correction grammar mistakes
Modified: trunk/seam/docs/reference/en/modules/creating_new_seam.xml
===================================================================
--- trunk/seam/docs/reference/en/modules/creating_new_seam.xml 2007-11-23 15:19:06 UTC
(rev 5063)
+++ trunk/seam/docs/reference/en/modules/creating_new_seam.xml 2007-11-23 16:31:37 UTC
(rev 5064)
@@ -17,7 +17,7 @@
<para>You are able to enter a name and a location directory for your new
project. Next wizard's sections allows you create runtime and server instances in
order
to get started creating, running, and debugging J2EE applications.</para>
- <para>Seam Web Project wizard has an option for selecting the actual Server
(not just WTP runtime) that will be used for the project. This allow the wizard to
correctly
+ <para>Seam Web Project wizard has an option for selecting the actual Server
(not just WTP runtime) that will be used for the project. This allows the wizard to
correctly
identify where the needed datasource and driver libraries need to
go.</para>
<figure>
@@ -31,7 +31,7 @@
<para>Click on
<emphasis><property>New...</property></emphasis> button in the
Target Runtime section.</para>
- <para>From this dialog you can choose what type of runtime you want to
create. Let's create a JBoss 4.2 Runtime. Click on next.</para>
+ <para>From this dialog you can choose what type of runtime you want to
create. Let's create a JBoss 4.2 Runtime. Click on
<emphasis><property>Next</property></emphasis>.</para>
<figure>
<title>New Server Runtime Dialog</title>
@@ -42,7 +42,7 @@
</mediaobject>
</figure>
- <para>All what you need here is to name runtime, browse to it's install
directory, select a Java Runtime Environment, and select which configuration you want.
Click on Finish.</para>
+ <para>All what you need here is to name runtime, browse to it's install
directory, select a Java Runtime Environment, and select which configuration you want.
Click on
<emphasis><property>Finish</property></emphasis>.</para>
<figure>
<title>New Server Runtime Dialog</title>
@@ -239,7 +239,7 @@
</figure>
<itemizedlist>
- <listitem><para>and create a
<emphasis><property>Connection profile</property></emphasis>
clicking on <emphasis><property>New</property></emphasis> button
and select the necessary connection profile.</para></listitem>
+ <listitem><para>and create a
<emphasis><property>Connection profile</property></emphasis>
clicking on <emphasis><property>New</property></emphasis> button
and selecting the necessary connection profile.</para></listitem>
</itemizedlist>
<figure>
Modified: trunk/seam/docs/reference/en/modules/directory_structure.xml
===================================================================
--- trunk/seam/docs/reference/en/modules/directory_structure.xml 2007-11-23 15:19:06 UTC
(rev 5063)
+++ trunk/seam/docs/reference/en/modules/directory_structure.xml 2007-11-23 16:31:37 UTC
(rev 5064)
@@ -11,7 +11,7 @@
<title>Directory Structure of the Generated Project</title>
- <para>In this chapter we describe where the Seam wizard put the generated files
for both EAR and WAR deployments.</para>
+ <para>In this chapter we describe where the Seam wizard puts the generated
files for both EAR and WAR deployments.</para>
<para>The Seam Project wizard generates projects like Eclipse WTP style in
order to utilize Eclipse WTP features and to have a correct classpath. To be more precise
it generates
one project per artifact.</para>
Modified: trunk/seam/docs/reference/en/modules/seam_wizards.xml
===================================================================
--- trunk/seam/docs/reference/en/modules/seam_wizards.xml 2007-11-23 15:19:06 UTC (rev
5063)
+++ trunk/seam/docs/reference/en/modules/seam_wizards.xml 2007-11-23 16:31:37 UTC (rev
5064)
@@ -32,7 +32,7 @@
</mediaobject>
</figure>
- <para>The wizards creates multiple resources and placed in the appropriate
folders dependent on your project structure (WAR or EAR).</para>
+ <para>The wizards create multiple resources and place in the appropriate
folders dependend on your project structure (WAR or EAR).</para>
<section id="seam_action">
@@ -52,7 +52,7 @@
</mediaobject>
</figure>
- <para>The wizard for EAR deployment differs from WAR in that you need type
a name for <property>Local interface</property> and
<property>Bean</property>.</para>
+ <para>The wizard for EAR deployment differs from WAR in
<property>Local interface</property> and <property>Bean</property>
fields so you need to fill them in.</para>
<para>EAR deployment:</para>
@@ -85,8 +85,8 @@
</figure>
- <para>The wizard for EAR deployment differs from WAR in that you need type
a name for <property>Local interface</property> and
<property>Bean</property>.</para>
- <para>EAR deployment:</para>
+ <para>The wizard for EAR deployment differs from WAR in
<property>Local interface</property> and <property>Bean</property>
fields so you need to fill them in.</para>
+ <para>EAR deployment is:</para>
<figure>
<title>New Seam Form Wizard</title>
@@ -133,7 +133,7 @@
</mediaobject>
</figure>
- <para>The wizard for EAR deployment differs from WAR in that you need type
a name for <property>Local interface</property> and
<property>Bean</property>.</para>
+ <para>The wizard for EAR deployment differs from WAR in
<property>Local interface</property> and <property>Bean</property>
fields so you need to fill them in.</para>
<para>EAR deployment:</para>
<figure>