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

jbosstools-commits at lists.jboss.org jbosstools-commits at lists.jboss.org
Wed Mar 7 01:11:23 EST 2012


Author: irooskov at redhat.com
Date: 2012-03-07 01:11:23 -0500 (Wed, 07 Mar 2012)
New Revision: 39330

Modified:
   trunk/documentation/guides/GettingStartedGuide/en-US/Book_Info.xml
   trunk/documentation/guides/GettingStartedGuide/en-US/Getting_Started_Guide.xml
   trunk/documentation/guides/GettingStartedGuide/en-US/getting_started.xml
   trunk/documentation/guides/GettingStartedGuide/en-US/gsg_faq.xml
   trunk/documentation/guides/GettingStartedGuide/en-US/project_examples.xml
   trunk/documentation/guides/GettingStartedGuide/en-US/rad_jsf_application.xml
   trunk/documentation/guides/GettingStartedGuide/en-US/usage_reporting.xml
Log:
updated with new qe fixes


Modified: trunk/documentation/guides/GettingStartedGuide/en-US/Book_Info.xml
===================================================================
--- trunk/documentation/guides/GettingStartedGuide/en-US/Book_Info.xml	2012-03-07 05:35:43 UTC (rev 39329)
+++ trunk/documentation/guides/GettingStartedGuide/en-US/Book_Info.xml	2012-03-07 06:11:23 UTC (rev 39330)
@@ -8,7 +8,7 @@
 <productname>JBoss Developer Studio</productname>
 <productnumber>5.0</productnumber>
 <edition>5.0.0</edition>
-<pubsnumber>11</pubsnumber>
+<pubsnumber>12</pubsnumber>
 <abstract>
 <para>The Getting Started Guide explains the JBoss Developer Studio.</para>
 </abstract>

Modified: trunk/documentation/guides/GettingStartedGuide/en-US/Getting_Started_Guide.xml
===================================================================
--- trunk/documentation/guides/GettingStartedGuide/en-US/Getting_Started_Guide.xml	2012-03-07 05:35:43 UTC (rev 39329)
+++ trunk/documentation/guides/GettingStartedGuide/en-US/Getting_Started_Guide.xml	2012-03-07 06:11:23 UTC (rev 39330)
@@ -18,7 +18,7 @@
 <xi:include href="rad_jsf_application.xml" xmlns:xi="http://www.w3.org/2001/XInclude"></xi:include>
 <xi:include href="project_examples.xml" xmlns:xi="http://www.w3.org/2001/XInclude"></xi:include>
 <xi:include href="gsg_faq.xml" xmlns:xi="http://www.w3.org/2001/XInclude"></xi:include>
-<xi:include href="further_reading.xml" xmlns:xi="http://www.w3.org/2001/XInclude"></xi:include>
+<!--<xi:include href="further_reading.xml" xmlns:xi="http://www.w3.org/2001/XInclude"></xi:include>-->
 <xi:include href="Feedback.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
 <xi:include href="Revision_History.xml" xmlns:xi="http://www.w3.org/2001/XInclude"></xi:include>
 </book>

Modified: trunk/documentation/guides/GettingStartedGuide/en-US/getting_started.xml
===================================================================
--- trunk/documentation/guides/GettingStartedGuide/en-US/getting_started.xml	2012-03-07 05:35:43 UTC (rev 39329)
+++ trunk/documentation/guides/GettingStartedGuide/en-US/getting_started.xml	2012-03-07 06:11:23 UTC (rev 39330)
@@ -143,7 +143,7 @@
 	</section>
 
 
-	<section id="OtherRelevantResourcesOnTheTopic33">
+<!--	<section id="OtherRelevantResourcesOnTheTopic33">
 		<?dbhtml filename="OtherRelevantResourcesOnTheTopic33.html"?>
 		<title>Other relevant resources on the topic</title>
 		<para>JBoss Developer Studio on RedHat: <ulink url="http://www.redhat.com/developer_studio">JBoss Developer Studio</ulink>
@@ -156,6 +156,6 @@
 		<para>
 			<ulink url="http://www.jboss.org/community/wiki/MatrixofsupportedplatformsruntimesandtechnologiesinJBossToolsJBDS">Matrix of supported platforms, runtimes and technologies in JBossTools and JBoss Developer Studio</ulink>
 		</para>
-	</section>
+	</section> -->
 
 </chapter>

Modified: trunk/documentation/guides/GettingStartedGuide/en-US/gsg_faq.xml
===================================================================
--- trunk/documentation/guides/GettingStartedGuide/en-US/gsg_faq.xml	2012-03-07 05:35:43 UTC (rev 39329)
+++ trunk/documentation/guides/GettingStartedGuide/en-US/gsg_faq.xml	2012-03-07 06:11:23 UTC (rev 39330)
@@ -115,14 +115,14 @@
 	
 	</section>
 
-	<section id="question_2">
+<!--	<section id="question_2">
 		<title>Do I need to have JBoss Server installed to run JBoss Developer Studio?</title>
 
 		<para>No. <property>JBoss Developer Studio</property> already comes bundled with JBoss Server. We bundle it together so that you don&apos;t need to download any additional software and can test your application in a Web browser right away.</para>
 		<para>If you want to use a different JBoss server installation, after <property>JBoss Developer Studio</property> is installed open Servers View (select <menuchoice><guimenuitem>Window</guimenuitem><guimenuitem>Show View</guimenuitem><guimenuitem>Others</guimenuitem><guimenuitem>Server</guimenuitem><guimenuitem>Servers</guimenuitem></menuchoice>), then right click and select <menuchoice><guimenuitem>View</guimenuitem><guimenuitem>New</guimenuitem><guimenuitem>Server</guimenuitem></menuchoice> and follow the wizards steps to point to another Jboss Server installation.</para>
 		<para>
 			<property>JBoss Developer Studio</property> works with any servlet container, not just JBoss. For more information on deployment, please see the Deploying Your Application section.</para>
-	</section>
+		</section> -->
 
 	<section id="question_3">
 		<title>I have an existing Seam 1.2.1 project. Can I migrate or import the project into a JBoss Developer Studio Seam project?</title>

Modified: trunk/documentation/guides/GettingStartedGuide/en-US/project_examples.xml
===================================================================
--- trunk/documentation/guides/GettingStartedGuide/en-US/project_examples.xml	2012-03-07 05:35:43 UTC (rev 39329)
+++ trunk/documentation/guides/GettingStartedGuide/en-US/project_examples.xml	2012-03-07 06:11:23 UTC (rev 39330)
@@ -38,7 +38,7 @@
         <para>
             In oder to add a new project example you need to select the <property>User sites</property> option and press the <guibutton>Add</guibutton> button to the right.
         </para>
-        <para>When the <guibutton>Add</guibutton> button is pressed the <property>Add Project Example Site</property> dialog is displayed. The dialog contains two input fields: <property>Name</property>, where you need to specify the name of the new entry and <property>URL</property>,which has to point to the XML file that contains example project(s) properties. The structure of the XML file is discussed in more detail in a later chapter of this guide. Alternatively, if the XML is stored on your local machine, you can hit the <guibutton>Browse</guibutton> button to select the file in the file system.</para>
+        <para>When the <guibutton>Add</guibutton> button is pressed the <property>Add Project Example Site</property> dialog is displayed. The dialog contains two input fields: <property>Name</property>, where you need to specify the name of the new entry and <property>URL</property>,which has to point to the XML file that contains the example project properties. Alternatively, if the XML is stored on your local machine, you can hit the <guibutton>Browse</guibutton> button to select the file in the file system.</para>
         <para>Here is an example of the XML file that holds  project example settings:</para>
     
     <programlisting role="XML"><![CDATA[<projects>

Modified: trunk/documentation/guides/GettingStartedGuide/en-US/rad_jsf_application.xml
===================================================================
--- trunk/documentation/guides/GettingStartedGuide/en-US/rad_jsf_application.xml	2012-03-07 05:35:43 UTC (rev 39329)
+++ trunk/documentation/guides/GettingStartedGuide/en-US/rad_jsf_application.xml	2012-03-07 06:11:23 UTC (rev 39330)
@@ -292,7 +292,7 @@
 
 	<section id="CreatingJavaBean">
 		<?dbhtml filename="CreatingJavaBean.html"?>
-		<title>Creating Java Bean</title>
+		<title>Creating a Java Bean</title>
 		<para>In this section you&apos;ll learn how to create a Java bean that will hold business logic of our application.</para>
 		<itemizedlist>
 			<listitem>
@@ -314,7 +314,7 @@
 		</itemizedlist>
 		<programlisting role="JAVA"><![CDATA[Integer userNumber;
 ]]></programlisting>
-<para>JBoss Developer Studio allows to quickly generate getters and setters for java bean.</para>
+<para>JBoss Developer Studio allows for quick generation of getters and setters for java bean.</para>
 		<itemizedlist>
 			<listitem>
 				<para>Right click the <filename>NumberBean.java</filename> file in the Package Explorer view</para>
@@ -395,7 +395,7 @@
 import javax.faces.application.FacesMessage;
 import java.util.ResourceBundle;
 ]]></programlisting>
-		<para>The whole java bean contain the following code:</para>
+		<para>The Java Bean contains the following code:</para>
 		<programlisting role="JAVA"><![CDATA[package game;
 
 import javax.faces.context.FacesContext;

Modified: trunk/documentation/guides/GettingStartedGuide/en-US/usage_reporting.xml
===================================================================
--- trunk/documentation/guides/GettingStartedGuide/en-US/usage_reporting.xml	2012-03-07 05:35:43 UTC (rev 39329)
+++ trunk/documentation/guides/GettingStartedGuide/en-US/usage_reporting.xml	2012-03-07 06:11:23 UTC (rev 39330)
@@ -99,7 +99,7 @@
 					<term>Eclipse interface and version</term>
 					<listitem>
 						<para>
-							The <guilabel>Browser</guilabel> field has been modified to report the Eclipse interface and version being used. Sample returned values include: JBoss Developer Studio: 3.0.0 and JBoss Developer Studio: 3.0.1.
+							The <guilabel>Browser</guilabel> field has been modified to report the Eclipse interface and version being used. Sample returned values include: JBoss Developer Studio: 5.0.0 and JBoss Developer Studio: 5.0.1.
 						</para>
 					</listitem>
 				</varlistentry>
@@ -107,7 +107,7 @@
 					<term>Operating System</term>
 					<listitem>
 						<para>
-							The <guilabel>Operating System</guilabel> field reports the Operating System and its version that the product is running on (with Linux distribution version reporting conducted through the <guilabel>User Defined Value</guilabel> field). Sample returned values include: Linux, Macintosh 10.4, Macintosh 10.6,  Windows XP and Windows 7.
+							The <guilabel>Operating System</guilabel> field reports the Operating System and its version that the product is running on (with Linux distribution version reporting conducted through the <guilabel>User Defined Value</guilabel> field). Sample returned values include: Linux, Macintosh 10.6, Macintosh 10.7 and Windows 7.
 						</para>
 					</listitem>
 				</varlistentry>
@@ -115,7 +115,7 @@
 					<term>Linux distribution version</term>
 					<listitem>
 						<para>
-							The <guilabel>User Defined Value</guilabel> field reports the distribution and version of Linux, if one is being used as the Operating System. Sample returned values include: Red Hat Enterprise Linux 5.4 and Fedora 13.
+							The <guilabel>User Defined Value</guilabel> field reports the distribution and version of Linux, if one is being used as the Operating System. Sample returned values include: Red Hat Enterprise Linux 6 and Fedora 16
 						</para>
 					</listitem>
 				</varlistentry>
@@ -139,7 +139,7 @@
 					<term>Java version</term>
 					<listitem>
 						<para>
-							The <guilabel>Flash version</guilabel> field has been modified to report the Java version used. Sample returned values include: 1.6.0_20 and 1.5.0_9.
+							The <guilabel>Flash version</guilabel> field has been modified to report the Java version used. Sample returned values include: 1.6.0_20.
 						</para>
 					</listitem>
 				</varlistentry>



More information about the jbosstools-commits mailing list