[jboss-cvs] JBossAS SVN: r94074 - projects/spring-int/branches/1_0/documentation/user-guide/src/main/docbook.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Sep 28 15:57:45 EDT 2009


Author: marius.bogoevici
Date: 2009-09-28 15:57:45 -0400 (Mon, 28 Sep 2009)
New Revision: 94074

Modified:
   projects/spring-int/branches/1_0/documentation/user-guide/src/main/docbook/user-guide.xml
Log:
fixing page breaks

Modified: projects/spring-int/branches/1_0/documentation/user-guide/src/main/docbook/user-guide.xml
===================================================================
--- projects/spring-int/branches/1_0/documentation/user-guide/src/main/docbook/user-guide.xml	2009-09-28 19:12:23 UTC (rev 94073)
+++ projects/spring-int/branches/1_0/documentation/user-guide/src/main/docbook/user-guide.xml	2009-09-28 19:57:45 UTC (rev 94074)
@@ -154,6 +154,7 @@
       ContextLoaderListener, use the contextClass parameter, as shown in the
       sample below:</para>
 
+      <?dbfo-need height="5in" ?>
       <informalexample>
         <programlisting language="XML">&lt;context-param&gt;
   &lt;param-name&gt;contextConfigLocation&lt;/param-name&gt;
@@ -192,7 +193,7 @@
 
       <para>Both configurations can be seen at work in the web-scanning
       sample.</para>
-
+     <?dbfo-need height="5in" ?>
       <note>
         <para>In general, it is a good idea to pay attention to this error. If
         encountered while the application is starting, you definitely need to
@@ -324,9 +325,9 @@
         the Spring XML.</para>
 
         <programlisting language="XML">&lt;beans&gt;
-    &lt;description&gt;BeanFactory=(AnotherApp) ParentBeanFactory=(MyApp)&lt;/description&gt;
-...
-&lt;/beans&gt;</programlisting>
+  &lt;description&gt;BeanFactory=(AnotherApp) ParentBeanFactory=(MyApp)&lt;/description&gt;
+  ...
+  &lt;/beans&gt;</programlisting>
       </section>
     </section>
   </chapter>




More information about the jboss-cvs-commits mailing list