[jbosstools-commits] JBoss Tools SVN: r35588 - trunk/documentation/guides/GettingStartedGuide/en-US.

jbosstools-commits at lists.jboss.org jbosstools-commits at lists.jboss.org
Wed Oct 12 20:18:06 EDT 2011


Author: irooskov at redhat.com
Date: 2011-10-12 20:18:06 -0400 (Wed, 12 Oct 2011)
New Revision: 35588

Modified:
   trunk/documentation/guides/GettingStartedGuide/en-US/first_seam.xml
   trunk/documentation/guides/GettingStartedGuide/en-US/jsp_application.xml
   trunk/documentation/guides/GettingStartedGuide/en-US/rad_jsf_application.xml
Log:
updated for TOOLSDOC-253


Modified: trunk/documentation/guides/GettingStartedGuide/en-US/first_seam.xml
===================================================================
--- trunk/documentation/guides/GettingStartedGuide/en-US/first_seam.xml	2011-10-13 00:17:50 UTC (rev 35587)
+++ trunk/documentation/guides/GettingStartedGuide/en-US/first_seam.xml	2011-10-13 00:18:06 UTC (rev 35588)
@@ -815,7 +815,7 @@
       <programlisting><![CDATA[<rich:inputNumberSlider id="quantityOrdered" required="true"
                                                                value="#{orderdetailsHome.instance.quantityordered}"/>]]></programlisting>
       <figure>
-        <title>Manually coping Source Code</title>
+        <title>Manually copying Source Code</title>
         <mediaobject>
           <imageobject>
             <imagedata fileref="images/first_seam/first_seam48.png"/>

Modified: trunk/documentation/guides/GettingStartedGuide/en-US/jsp_application.xml
===================================================================
--- trunk/documentation/guides/GettingStartedGuide/en-US/jsp_application.xml	2011-10-13 00:17:50 UTC (rev 35587)
+++ trunk/documentation/guides/GettingStartedGuide/en-US/jsp_application.xml	2011-10-13 00:18:06 UTC (rev 35588)
@@ -251,7 +251,7 @@
       </programlisting>
        
       <para>
-		  If you go back to <property>Tree</property> tab you will see that the changes made in the <property>Source</proeprty> tab are automatically reflected.
+		  If you go back to <property>Tree</property> tab you will see that the changes made in the <property>Source</property> tab are automatically reflected.
       </para>
        
       <para>
@@ -347,7 +347,7 @@
               </figure>
                
               <figure>
-                <title>Archive in Project Explorer View</title> 
+				  <title>Archive in Package Explorer</title> 
                 <mediaobject>
                   <imageobject>
                     <imagedata fileref="images/jsp_application/jsp_application_12.png"/>

Modified: trunk/documentation/guides/GettingStartedGuide/en-US/rad_jsf_application.xml
===================================================================
--- trunk/documentation/guides/GettingStartedGuide/en-US/rad_jsf_application.xml	2011-10-13 00:17:50 UTC (rev 35587)
+++ trunk/documentation/guides/GettingStartedGuide/en-US/rad_jsf_application.xml	2011-10-13 00:18:06 UTC (rev 35588)
@@ -648,15 +648,6 @@
 			</figure>
 			<itemizedlist>
 				<listitem>
-					<para>Switch to Source mode and insert a <code>&lt;br/&gt;</code> tag after the <code>&lt;h:outputText&gt;</code> component to make a new line.</para>
-				</listitem>
-				<listitem>
-					<para>Click the <guibutton>Save</guibutton> button.</para>
-				</listitem>
-				<listitem>
-					<para>On the Palette click on <emphasis><property>inputText</property>, </emphasis> drag the cursor over to the editor, and drop it inside the editor after the text.</para>
-				</listitem>
-				<listitem>
 					<para>Switch to Source mode and insert a <code>&lt;br/&gt;</code> tag after the <code>&lt;h:outputText&gt;</code> component to make a new line</para>
 				</listitem>
 				<listitem>



More information about the jbosstools-commits mailing list