Author: mcaspers
Date: 2011-02-17 15:33:17 -0500 (Thu, 17 Feb 2011)
New Revision: 29196
Modified:
trunk/documentation/guides/GettingStartedGuide/en-US/Book_Info.xml
trunk/documentation/guides/GettingStartedGuide/en-US/Installation_Guide.xml
trunk/documentation/guides/GettingStartedGuide/en-US/installation.xml
Log:
General Documentation Updates
Modified: trunk/documentation/guides/GettingStartedGuide/en-US/Book_Info.xml
===================================================================
--- trunk/documentation/guides/GettingStartedGuide/en-US/Book_Info.xml 2011-02-17 14:27:03
UTC (rev 29195)
+++ trunk/documentation/guides/GettingStartedGuide/en-US/Book_Info.xml 2011-02-17 20:33:17
UTC (rev 29196)
@@ -8,7 +8,7 @@
<productname>JBoss Developer Studio</productname>
<productnumber>4.0</productnumber>
<edition>4.0.0</edition>
- <pubsnumber>10</pubsnumber>
+ <pubsnumber>11</pubsnumber>
<abstract>
<para>The Getting Started Guide explains the JBoss Developer
Studio.</para>
</abstract>
@@ -25,13 +25,13 @@
<!-- The following code is used to build an installation guide, which includes only
the installation.xml file. To build the Installation Guide simply uncomment the following
<bookinfo> tag and comment out the <bookinfo> tag above -->
-<!--bookinfo>
+<!--<bookinfo>
<title>Installation Guide</title>
<subtitle>Provides information on how to install JBoss Developer
Studio.</subtitle>
<productname>JBoss Developer Studio</productname>
<productnumber>4.0</productnumber>
<edition>4.0.0</edition>
- <pubsnumber>10</pubsnumber>
+ <pubsnumber>11</pubsnumber>
<abstract>
<para>JBoss Developer Studio Installation Guide.</para>
</abstract>
@@ -44,4 +44,4 @@
</corpauthor>
<xi:include href="Common_Content/Legal_Notice.xml"
xmlns:xi="http://www.w3.org/2001/XInclude"></xi:include>
<xi:include href="Author_Group.xml"
xmlns:xi="http://www.w3.org/2001/XInclude"></xi:include>
-</bookinfo-->
+</bookinfo>-->
Modified: trunk/documentation/guides/GettingStartedGuide/en-US/Installation_Guide.xml
===================================================================
--- trunk/documentation/guides/GettingStartedGuide/en-US/Installation_Guide.xml 2011-02-17
14:27:03 UTC (rev 29195)
+++ trunk/documentation/guides/GettingStartedGuide/en-US/Installation_Guide.xml 2011-02-17
20:33:17 UTC (rev 29196)
@@ -4,6 +4,7 @@
<book>
<xi:include href="Book_Info.xml"
xmlns:xi="http://www.w3.org/2001/XInclude"></xi:include>
<xi:include href="Preface.xml"
xmlns:xi="http://www.w3.org/2001/XInclude"></xi:include>
+<xi:include href="minimumrequirements.xml"
xmlns:xi="http://www.w3.org/2001/XInclude"></xi:include>
<xi:include href="installation.xml"
xmlns:xi="http://www.w3.org/2001/XInclude"></xi:include>
<xi:include href="Installation_Revision_History.xml"
xmlns:xi="http://www.w3.org/2001/XInclude"></xi:include>
</book>
Modified: trunk/documentation/guides/GettingStartedGuide/en-US/installation.xml
===================================================================
--- trunk/documentation/guides/GettingStartedGuide/en-US/installation.xml 2011-02-17
14:27:03 UTC (rev 29195)
+++ trunk/documentation/guides/GettingStartedGuide/en-US/installation.xml 2011-02-17
20:33:17 UTC (rev 29196)
@@ -343,8 +343,28 @@
</figure>
</section>
+
+ <section id="tech_previews">
+ <title>Getting Access to Tech Previews</title>
+
+ <para>
+ A number of components that are not officially supported in this release of JDBS have
been made available through an additional Tech Preview Eclipse update site. To access this
update site select
<menuchoice><guimenuitem>Help</guimenuitem><guimenuitem>Install
New Software...</guimenuitem></menuchoice> in Eclipse, click the
<guibutton>Add...</guibutton> button, and in the <guilabel>Add
Repository</guilabel> dialog box enter <guilabel>JBDS Tech
Preview</guilabel> in the <guilabel>Name</guilabel> field and
<
guilabel>http://devstudio.jboss.com/updates/4.0/techpreview</guilab... in the
<guilabel>Location</guilabel> field. Click the
<guibutton>OK</guibutton> button to save your changes.
+ </para>
+
+ <para>
+ Eclipse will then list the components available on the update site, which you can
select and install by following the prompts.
+ </para>
+
+ <note>
+ <title>Note</title>
+ <para>
+ If you are prompted for credentials when accessing the Tech Preview Update Site,
enter the username and password that were supplied in an email or shown in the <ulink
url="http://access.redhat.com">Customer Service Portal</ulink>. If you
experience any issues accessing the Tech Preview Update Site please contact technical
support.
+ </para>
+ </note>
+
+ </section>
- <section id="jbds_jbosstools">
+ <!--section id="jbds_jbosstools">
<title>JBoss Developer Studio and JBoss Tools</title>
@@ -412,15 +432,15 @@
<listitem>
<para>Smooks Tools</para>
</listitem>
- <!--listitem>
+ <listitem>
<para>Deltacloud Tools</para>
- </listitem-->
+ </listitem>
</itemizedlist>
- <!--note>
+ <note>
<title>Note</title>
<para>The JBoss Tools Deltacloud component is not included with JBoss Developer
Studio in this release.</para>
- </note-->
+ </note>
<para>To install the JBoss Tools plugins for Eclipse, you need the
following:</para>
@@ -670,5 +690,5 @@
</section>
</section>
- </section>
+ </section -->
</chapter>