You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by ro...@apache.org on 2016/05/15 14:50:26 UTC

svn commit: r1743912 - /qpid/java/trunk/doc/jms-client-0-10/src/docbkx/JMS-Client-0-10-Book.xml

Author: robbie
Date: Sun May 15 14:50:26 2016
New Revision: 1743912

URL: http://svn.apache.org/viewvc?rev=1743912&view=rev
Log:
QPID-7265: convert main sections to chapters, gives a better TOC

Modified:
    qpid/java/trunk/doc/jms-client-0-10/src/docbkx/JMS-Client-0-10-Book.xml

Modified: qpid/java/trunk/doc/jms-client-0-10/src/docbkx/JMS-Client-0-10-Book.xml
URL: http://svn.apache.org/viewvc/qpid/java/trunk/doc/jms-client-0-10/src/docbkx/JMS-Client-0-10-Book.xml?rev=1743912&r1=1743911&r2=1743912&view=diff
==============================================================================
--- qpid/java/trunk/doc/jms-client-0-10/src/docbkx/JMS-Client-0-10-Book.xml (original)
+++ qpid/java/trunk/doc/jms-client-0-10/src/docbkx/JMS-Client-0-10-Book.xml Sun May 15 14:50:26 2016
@@ -23,9 +23,7 @@
 <book xmlns="http://docbook.org/ns/docbook" version="5.0">
   <title>Qpid AMQP 0-10 JMS Client</title>
 
-  <chapter xml:id="QpidJMS">
-    <title>Using the Qpid JMS client</title>
-    <section>
+    <chapter>
       <title>A Simple Messaging Program in Java JMS</title>
 
       <para>The following program shows how to send and receive a
@@ -169,12 +167,12 @@ destination.topicExchange = amq.topic <c
 	</callout>
       </calloutlist>
 
-    </section>
+    </chapter>
 
 
 
 
-    <section>
+    <chapter>
       <title>Configuring the JMS Client</title>
 
       <para>The Qpid JMS Client allows several configuration options to customize it's behaviour at different levels of granualarity.</para>
@@ -1111,8 +1109,7 @@ amqp://guest:guest@/test?failover='round
 	</table>
       </section>
 
-      <!-- begin addresses subsection -->
-
+      <!-- begin addresses section -->
       <section xml:id="section-addresses">
       <title>Addresses</title>
 
@@ -2178,7 +2175,7 @@ spout - -content "$(cat rdu.xml | sed -e
       </section>
 
     </section>
-    <!-- end addresses subsection -->
+    <!-- end addresses section -->
 
 
     <!-- begin logging section -->
@@ -2206,12 +2203,12 @@ spout - -content "$(cat rdu.xml | sed -e
     </section>
     <!-- end logging section -->
 
-    </section>
+    </chapter>
 
 
 
-    <!-- begin misc section -->
-    <section>
+    <!-- begin misc chapter -->
+    <chapter>
      <title>Miscellaneous</title>
      <section>
       <title>Java JMS Message Properties</title>
@@ -2360,9 +2357,7 @@ spout - -content "$(cat rdu.xml | sed -e
       </table>
 
     </section>
-   </section>
-   <!-- end misc section -->
-
-  </chapter>
+   </chapter>
+   <!-- end misc chapter -->
 
 </book>



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org