Author: mcaspers
Date: 2011-03-08 22:34:19 -0500 (Tue, 08 Mar 2011)
New Revision: 29642
Modified:
trunk/documentation/guides/GettingStartedGuide/en-US/manage.xml
Log:
Added conditional tags for JBT and JBDS installation instructions
Modified: trunk/documentation/guides/GettingStartedGuide/en-US/manage.xml
===================================================================
--- trunk/documentation/guides/GettingStartedGuide/en-US/manage.xml 2011-03-09 03:20:18
UTC (rev 29641)
+++ trunk/documentation/guides/GettingStartedGuide/en-US/manage.xml 2011-03-09 03:34:19
UTC (rev 29642)
@@ -13,14 +13,21 @@
<title>Manage JBoss AS from JBoss Developer Studio</title>
- <para>In this chapter we'll focus more on how to operate the
<property>JBoss
- AS</property> from <property>JBoss Developer
Studio</property>.</para>
<para>
- <property>JBoss Developer Studio 4.0.0.GA</property> ships with
<property>JBoss EAP 5.1</property>. When you followed the default installation
of <property>JBoss Developer Studio</property>, you should already have a
JBoss EAP 5.1 Server installed and defined. To run JBoss AS you need you will need to have
JDK 6 installed.</para>
- <note>
+ In this chapter we'll focus more on how to operate the <property>JBoss
AS</property> from <property condition="jbds">JBoss Developer
Studio</property><property condition="jbt">JBoss
Tools</property>.
+ </para>
+ <para condition="jbds">
+ <property>JBoss Developer Studio 4.0.0.GA</property> ships with
<property>JBoss EAP 5.1</property>. When you followed the default installation
of <property>JBoss Developer Studio</property>, you should already have a
JBoss EAP 5.1 Server installed and defined. To run JBoss AS you need you will need to have
JDK 6 installed.
+ </para>
+
+ <para condition="jbt">
+ <property>JBoss Tools</property> can be used to operate a wide range of
<property>JBoss Application Server</property> versions, which can be
downloaded from the <ulink
url="http://www.jboss.org/jbossas/downloads.html">JBoss Application
Server</ulink> website.
+ </para>
+
+ <!--<note>
<title>Note:</title>
<para>You can leave <property>JDK 1.5</property> configuration for
<property>JBDS</property> and set <property>JDK 6</property> as
<property>JRE</property> only for <property>JBoss EAP
Server</property>. For this you need to select
<menuchoice><guimenuitem>Windows</guimenuitem><guimenuitem>Preferences</guimenuitem></menuchoice>,
and then click
<menuchoice><guimenuitem>Server</guimenuitem><guimenuitem>Runtime
Environments</guimenuitem></menuchoice>. On the opened preference page you
should select <property>JBoss EAP Runtime</property> and clicking the
<guibutton>Edit</guibutton> button. In <property>Edit Server Runtime
Environment</property> dialog you can configure <property>Jave Runtime
Environment</property> by clicking the <guibutton>JRE</guibutton>
button. </para>
- </note>
+ </note>-->
<section id="JBossbundled">
<?dbhtml filename="JBossbundled.html"?>