[jboss-cvs] JBossAS SVN: r102041 - projects/docs/enterprise/5.0.1/Installation_Guide/en-US.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Sun Mar 7 18:50:39 EST 2010


Author: laubai
Date: 2010-03-07 18:50:38 -0500 (Sun, 07 Mar 2010)
New Revision: 102041

Modified:
   projects/docs/enterprise/5.0.1/Installation_Guide/en-US/Appendix.xml
   projects/docs/enterprise/5.0.1/Installation_Guide/en-US/Book_Info.xml
   projects/docs/enterprise/5.0.1/Installation_Guide/en-US/Revision_History.xml
Log:
Corrected Appendix for JBPAPP-3820.

Modified: projects/docs/enterprise/5.0.1/Installation_Guide/en-US/Appendix.xml
===================================================================
--- projects/docs/enterprise/5.0.1/Installation_Guide/en-US/Appendix.xml	2010-03-07 16:23:54 UTC (rev 102040)
+++ projects/docs/enterprise/5.0.1/Installation_Guide/en-US/Appendix.xml	2010-03-07 23:50:38 UTC (rev 102041)
@@ -109,10 +109,10 @@
 <programlisting>
 &lt;descriptors&gt;
 	&lt;interceptors&gt;
-		&lt;! Uncomment to require authenticated users &gt;
+		&lt;!--Uncomment to require authenticated users--&gt;
 		&lt;interceptor code="org.jboss.jmx.connector.invoker.AuthenticationInterceptor"
         securityDomain="java:/jaas/jmx-console"/&gt;
-		&lt;! Interceptor that deals with non-serializable results &gt;
+		&lt;!--Interceptor that deals with non-serializable results--&gt;
 		&lt;interceptor code="org.jboss.jmx.connector.invoker.SerializableInterceptor"
         policyClass="StripModelMBeanInfoPolicy"/&gt;
 	&lt;/interceptors&gt;

Modified: projects/docs/enterprise/5.0.1/Installation_Guide/en-US/Book_Info.xml
===================================================================
--- projects/docs/enterprise/5.0.1/Installation_Guide/en-US/Book_Info.xml	2010-03-07 16:23:54 UTC (rev 102040)
+++ projects/docs/enterprise/5.0.1/Installation_Guide/en-US/Book_Info.xml	2010-03-07 23:50:38 UTC (rev 102041)
@@ -6,7 +6,7 @@
 	<title>Installation Guide CP01</title>
 	<subtitle>for Use with JBoss Enterprise Application Platform 5.0 Cumulative Patch 1</subtitle>
 	<edition>1.0</edition>
-	<pubsnumber>1.1</pubsnumber>
+	<pubsnumber>1.2</pubsnumber>
 	<productname>JBoss Enterprise Application Platform</productname>
 	<productnumber>5.0</productnumber>
 <!--	<pubdate>, 2009</pubdate> -->

Modified: projects/docs/enterprise/5.0.1/Installation_Guide/en-US/Revision_History.xml
===================================================================
--- projects/docs/enterprise/5.0.1/Installation_Guide/en-US/Revision_History.xml	2010-03-07 16:23:54 UTC (rev 102040)
+++ projects/docs/enterprise/5.0.1/Installation_Guide/en-US/Revision_History.xml	2010-03-07 23:50:38 UTC (rev 102041)
@@ -7,8 +7,8 @@
 	<simpara>
 		<revhistory>
 			<revision>
-				<revnumber>1.1</revnumber>
-				<date>Thu Feb 18 2010</date>
+				<revnumber>1.2</revnumber>
+				<date>Fri Feb 19 2010</date>
 				<author>
 					<firstname>Laura</firstname>
 					<surname>Bailey</surname>




More information about the jboss-cvs-commits mailing list