[jboss-cvs] JBossAS SVN: r65314 - projects/microcontainer/trunk/docs/gettingstarted/en-US/src/main/docbook/modules.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Sep 11 18:37:29 EDT 2007


Author: scott.stark at jboss.org
Date: 2007-09-11 18:37:28 -0400 (Tue, 11 Sep 2007)
New Revision: 65314

Modified:
   projects/microcontainer/trunk/docs/gettingstarted/en-US/src/main/docbook/modules/spring.xml
Log:
Change this to a chapter as it breaks the master flow as just a section

Modified: projects/microcontainer/trunk/docs/gettingstarted/en-US/src/main/docbook/modules/spring.xml
===================================================================
--- projects/microcontainer/trunk/docs/gettingstarted/en-US/src/main/docbook/modules/spring.xml	2007-09-11 22:37:23 UTC (rev 65313)
+++ projects/microcontainer/trunk/docs/gettingstarted/en-US/src/main/docbook/modules/spring.xml	2007-09-11 22:37:28 UTC (rev 65314)
@@ -1,9 +1,11 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
+<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
       "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd">
 
+<chapter id="spring">
+   <title>Spring integration</title>
 <section>
-   <title>Spring integration</title>
+   <title>Overview</title>
 
    <para>Spring integration allows Spring XML files to be used for IoC without Spring BeanFactory/ApplicationContext.
       This is possible as JBoss Microcontainer supports the same set of IoC features as Spring.
@@ -106,4 +108,5 @@
    <para>As you can see, all you need to change from your existing XML, be it Spring or Microcontainer,
       is the namespace on the staring Spring beans element or bean element.</para>
 
-</section>
\ No newline at end of file
+</section>
+</chapter>
\ No newline at end of file




More information about the jboss-cvs-commits mailing list