Author: irooskov(a)redhat.com
Date: 2011-10-12 20:17:50 -0400 (Wed, 12 Oct 2011)
New Revision: 35587
Modified:
branches/jbosstools-3.2.x/documentation/guides/GettingStartedGuide/en-US/Book_Info.xml
branches/jbosstools-3.2.x/documentation/guides/GettingStartedGuide/en-US/first_seam.xml
branches/jbosstools-3.2.x/documentation/guides/GettingStartedGuide/en-US/jsp_application.xml
branches/jbosstools-3.2.x/documentation/guides/GettingStartedGuide/en-US/rad_jsf_application.xml
Log:
updated for TOOLSDOC-253
Modified:
branches/jbosstools-3.2.x/documentation/guides/GettingStartedGuide/en-US/Book_Info.xml
===================================================================
---
branches/jbosstools-3.2.x/documentation/guides/GettingStartedGuide/en-US/Book_Info.xml 2011-10-12
22:11:45 UTC (rev 35586)
+++
branches/jbosstools-3.2.x/documentation/guides/GettingStartedGuide/en-US/Book_Info.xml 2011-10-13
00:17:50 UTC (rev 35587)
@@ -8,7 +8,7 @@
<productname>JBoss Developer Studio</productname>
<productnumber>4.1</productnumber>
<edition>4.1.1</edition>
-<pubsnumber>17</pubsnumber>
+<pubsnumber>18</pubsnumber>
<abstract>
<para>The Getting Started Guide explains the JBoss Developer Studio.</para>
</abstract>
Modified:
branches/jbosstools-3.2.x/documentation/guides/GettingStartedGuide/en-US/first_seam.xml
===================================================================
---
branches/jbosstools-3.2.x/documentation/guides/GettingStartedGuide/en-US/first_seam.xml 2011-10-12
22:11:45 UTC (rev 35586)
+++
branches/jbosstools-3.2.x/documentation/guides/GettingStartedGuide/en-US/first_seam.xml 2011-10-13
00:17:50 UTC (rev 35587)
@@ -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:
branches/jbosstools-3.2.x/documentation/guides/GettingStartedGuide/en-US/jsp_application.xml
===================================================================
---
branches/jbosstools-3.2.x/documentation/guides/GettingStartedGuide/en-US/jsp_application.xml 2011-10-12
22:11:45 UTC (rev 35586)
+++
branches/jbosstools-3.2.x/documentation/guides/GettingStartedGuide/en-US/jsp_application.xml 2011-10-13
00:17:50 UTC (rev 35587)
@@ -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:
branches/jbosstools-3.2.x/documentation/guides/GettingStartedGuide/en-US/rad_jsf_application.xml
===================================================================
---
branches/jbosstools-3.2.x/documentation/guides/GettingStartedGuide/en-US/rad_jsf_application.xml 2011-10-12
22:11:45 UTC (rev 35586)
+++
branches/jbosstools-3.2.x/documentation/guides/GettingStartedGuide/en-US/rad_jsf_application.xml 2011-10-13
00:17:50 UTC (rev 35587)
@@ -648,15 +648,6 @@
</figure>
<itemizedlist>
<listitem>
- <para>Switch to Source mode and insert a
<code><br/></code> tag after the
<code><h:outputText></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><br/></code> tag after the
<code><h:outputText></code> component to make a new
line</para>
</listitem>
<listitem>
Show replies by date