[jboss-cvs] JBossAS SVN: r94718 - projects/docs/enterprise/5.0/Administration_And_Configuration_Guide/en-US.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Oct 12 21:25:59 EDT 2009


Author: laubai
Date: 2009-10-12 21:25:59 -0400 (Mon, 12 Oct 2009)
New Revision: 94718

Modified:
   projects/docs/enterprise/5.0/Administration_And_Configuration_Guide/en-US/Administration_And_Configuration_Guide.xml
   projects/docs/enterprise/5.0/Administration_And_Configuration_Guide/en-US/Architecture.xml
   projects/docs/enterprise/5.0/Administration_And_Configuration_Guide/en-US/Deploy.xml
Log:
Applied changes as per JIRA 2617.

Modified: projects/docs/enterprise/5.0/Administration_And_Configuration_Guide/en-US/Administration_And_Configuration_Guide.xml
===================================================================
--- projects/docs/enterprise/5.0/Administration_And_Configuration_Guide/en-US/Administration_And_Configuration_Guide.xml	2009-10-13 01:18:49 UTC (rev 94717)
+++ projects/docs/enterprise/5.0/Administration_And_Configuration_Guide/en-US/Administration_And_Configuration_Guide.xml	2009-10-13 01:25:59 UTC (rev 94718)
@@ -24,7 +24,7 @@
 		<!--<xi:include href="General_Configuration.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />-->
 		<xi:include href="Microcontainer.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
 		<xi:include href="Web_Services.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
-		<xi:include href="Virtual_Deployment_Framework.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
+		<!--<xi:include href="Virtual_Deployment_Framework.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />-->
 		<xi:include href="AOP.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
 		<!-- <xi:include href="Cache.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />-->
 		<xi:include href="Transactions.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />

Modified: projects/docs/enterprise/5.0/Administration_And_Configuration_Guide/en-US/Architecture.xml
===================================================================
--- projects/docs/enterprise/5.0/Administration_And_Configuration_Guide/en-US/Architecture.xml	2009-10-13 01:18:49 UTC (rev 94717)
+++ projects/docs/enterprise/5.0/Administration_And_Configuration_Guide/en-US/Architecture.xml	2009-10-13 01:25:59 UTC (rev 94718)
@@ -16,6 +16,7 @@
 	
 	<para>
 		The directory structure of JBoss Enterprise Application Platform 5 resembles that of the 4.x series with some notable differences:
+    </para>
 <screen>
 <![CDATA[-jboss-as - the path to your JBoss Enterprise Application Server.
 		|-- bin - contains start scripts and run.jar
@@ -24,8 +25,8 @@
 		|-- docs - schemas/dtds, examples
 		|-- lib - core bootstrap jars
 		|   lib/endorsed - added to the server JVM java.endorsed.dirs path
-		`-- server - server configuration/profile directories. See Section 3.2 for details of the server
-				profiles included in this release
+		`-- server - server configuration/profile directories. See Section 3.2 
+                     for details of the server profiles included in this release.
 ]]></screen>
 <screen>
 <![CDATA[-seam - the path to JBoss SEAM application framework 
@@ -44,7 +45,6 @@
 		|-- lib
 		|-- resteasy-jaxrs.war
 ]]></screen>
-	</para>
 
 	<sect1 id="Architecture_Server_Bootstrap">
 		<title>The JBoss Enterprise Application Platform Bootstrap</title>

Modified: projects/docs/enterprise/5.0/Administration_And_Configuration_Guide/en-US/Deploy.xml
===================================================================
--- projects/docs/enterprise/5.0/Administration_And_Configuration_Guide/en-US/Deploy.xml	2009-10-13 01:18:49 UTC (rev 94717)
+++ projects/docs/enterprise/5.0/Administration_And_Configuration_Guide/en-US/Deploy.xml	2009-10-13 01:25:59 UTC (rev 94718)
@@ -38,7 +38,7 @@
 
       <listitem>
         <indexterm><primary>JBoss Microcontainer</primary><secondary>*-jboss-beans.xml deployment type</secondary></indexterm>
-        <para>You can deploy <filename>*-jboss-beans.xml</filename> files with MC beans definitions. If you have the approriate JAR files available in the deploy or lib directories, the MC beans can be deployed using such a standalone XML file. This is a </para></listitem>
+        <para>You can deploy <filename>*-jboss-beans.xml</filename> files with MC beans definitions. If you have the approriate JAR files available in the deploy or lib directories, the MC beans can be deployed using such a standalone XML file.</para></listitem>
 
       <listitem>
         <indexterm><primary>Service Archive</primary><secondary>*-service.xml deployment type</secondary></indexterm>




More information about the jboss-cvs-commits mailing list