[jboss-cvs] JBoss Messaging SVN: r7061 - in trunk/docs/user-manual: en and 1 other directory.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed May 27 04:11:39 EDT 2009


Author: timfox
Date: 2009-05-27 04:11:39 -0400 (Wed, 27 May 2009)
New Revision: 7061

Modified:
   trunk/docs/user-manual/en/master.xml
   trunk/docs/user-manual/en/persistence.xml
   trunk/docs/user-manual/user-manual.xpr
Log:
changed order of chapters

Modified: trunk/docs/user-manual/en/master.xml
===================================================================
--- trunk/docs/user-manual/en/master.xml	2009-05-27 07:50:44 UTC (rev 7060)
+++ trunk/docs/user-manual/en/master.xml	2009-05-27 08:11:39 UTC (rev 7061)
@@ -57,49 +57,49 @@
    <toc></toc>
 
    &preface;
-   &messaging-concepts;  
+   &messaging-concepts;        
    &architecture;
    &using-server;
    &using-jms;
    &using-core;
-   &client-classpath;
    &jms-core-mapping;
+   &client-classpath;  
    &examples;
-   &embedding-jbm;
-   &security;
    &wildcard-routing;
    &wildcard-syntax;
-   &persistence;
-   &send-guarantees;
+   &filter-expressions;   
+   &persistence;        
+   &configuring-transports;
    &connection-ttl;
-   &management;
    &transaction-config;
+   &flow-control;
+   &command-buffering;
+   &send-guarantees;
+   &undelivered-messages;
+   &message-expiry;     
    &large-messages;
    &paging;
-   &queue-attributes;
-   &thread-pooling;
-   &diverts;
-   &logging;
+   &queue-attributes;              
    &scheduled-messages;
-   &filter-expressions;
-   &flow-control;
-   &command-buffering;
-   &undelivered-messages;
-   &message-expiry;
-   &configuring-transports;
-   &intercepting-operations;
    &last-value-queues;
    &message-grouping;
-   &pre-acknowledge;
+   &pre-acknowledge;   
+   &management;
+   &security;   
+   &appserver-integration;   
    &client-reconnection;
-   &appserver-integration;
+   &diverts;
    &core-bridges;
    &duplicate-detection;
    &clusters;
-   &ha;
+   &ha;   
+   &libaio;
+   &thread-pooling;
+   &logging;
+   &embedding-jbm;
+   &intercepting-operations;
    &interoperability;
    &perf-tuning;
-   &libaio;
    &configuration-index;
    &project-info;
    

Modified: trunk/docs/user-manual/en/persistence.xml
===================================================================
--- trunk/docs/user-manual/en/persistence.xml	2009-05-27 07:50:44 UTC (rev 7060)
+++ trunk/docs/user-manual/en/persistence.xml	2009-05-27 08:11:39 UTC (rev 7061)
@@ -53,6 +53,7 @@
             <para>The AIO journal is only available when running Linux kernel 2.6 or later and after
                 having installed libaio (if it's not already installed). For instructions on how to
                 install libaio please see <xref linkend="installing-aio"/>.</para>
+            <para>For more information on libaio please see <xref linkend="libaio"/>.</para>
             <para>libaio is part of the kernel project.</para>
         </listitem>
     </itemizedlist>

Modified: trunk/docs/user-manual/user-manual.xpr
===================================================================
--- trunk/docs/user-manual/user-manual.xpr	2009-05-27 07:50:44 UTC (rev 7060)
+++ trunk/docs/user-manual/user-manual.xpr	2009-05-27 08:11:39 UTC (rev 7061)
@@ -15,6 +15,7 @@
             </folder>
             <file name="en/appserver-integration.xml"/>
             <file name="en/architecture.xml"/>
+            <file name="en/client-classpath.xml"/>
             <file name="en/client-reconnection.xml"/>
             <file name="en/clusters.xml"/>
             <file name="en/command-buffering.xml"/>




More information about the jboss-cvs-commits mailing list