summaryrefslogtreecommitdiff
path: root/doc/book/src
diff options
context:
space:
mode:
authorJonathan Robie <jonathan@apache.org>2011-02-03 16:16:53 +0000
committerJonathan Robie <jonathan@apache.org>2011-02-03 16:16:53 +0000
commit25dd988f6c5daafd058447c95bcd6a2a349ad45f (patch)
tree4b1ecf805c773ea62907f17169005bdfb7556960 /doc/book/src
parent85be68c870d58685d748d282dba301efd75d642d (diff)
downloadqpid-python-25dd988f6c5daafd058447c95bcd6a2a349ad45f.tar.gz
Added <?dbfo keep-together="auto" ?> to WCF examples to fix formatting problems in PDF.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1066853 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'doc/book/src')
-rw-r--r--doc/book/src/Programming-In-Apache-Qpid.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/book/src/Programming-In-Apache-Qpid.xml b/doc/book/src/Programming-In-Apache-Qpid.xml
index e7b14248dd..3950b375da 100644
--- a/doc/book/src/Programming-In-Apache-Qpid.xml
+++ b/doc/book/src/Programming-In-Apache-Qpid.xml
@@ -3808,7 +3808,7 @@ log4j.appender.console.layout.ConversionPattern=%t %d %p [%c{4}] %m%n
"hello_service_node" has been created and configured on the AMQP
broker.</para>
- <example>
+ <example><?dbfo keep-together="auto" ?>
<title>Traditional service model "Hello world!" example</title>
<programlisting><![CDATA[
namespace Apache.Qpid.Documentation.HelloService
@@ -3901,7 +3901,7 @@ namespace Apache.Qpid.Documentation.HelloService
contains the raw content and is identical and fully interoperable with
the Qpid C++ "Hello world!" example.</para>
- <example>
+ <example><?dbfo keep-together="auto" ?>
<title>Binary "Hello world!" example using the channel model</title>
<programlisting><![CDATA[
namespace Apache.Qpid.Samples.Channel.HelloWorld