[weld-commits] Weld SVN: r4591 - doc/trunk/reference/en-US.

weld-commits at lists.jboss.org weld-commits at lists.jboss.org
Tue Nov 3 05:24:58 EST 2009


Author: gavin.king at jboss.com
Date: 2009-11-03 05:24:58 -0500 (Tue, 03 Nov 2009)
New Revision: 4591

Modified:
   doc/trunk/reference/en-US/master.xml
Log:
ids

Modified: doc/trunk/reference/en-US/master.xml
===================================================================
--- doc/trunk/reference/en-US/master.xml	2009-11-03 10:24:43 UTC (rev 4590)
+++ doc/trunk/reference/en-US/master.xml	2009-11-03 10:24:58 UTC (rev 4591)
@@ -32,7 +32,7 @@
    
    <toc/>
    
-   <part>
+   <part id="1">
       <title>Loosely-coupled, contextual components with strong typing</title>
       
       <xi:include href="part1.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
@@ -47,7 +47,7 @@
      
    </part>
    
-   <part>
+   <part id="2">
       <title>Developing loosely-coupled code</title>
       
       <xi:include href="part2.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
@@ -58,7 +58,7 @@
      
    </part>
    
-   <part>
+   <part id="3">
       <title>Making the most of strong typing</title>
       
       <xi:include href="part3.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
@@ -68,7 +68,7 @@
 
    </part>
    
-   <part>
+   <part id="4">
       <title>CDI and the Java EE ecosystem</title>
       
       <xi:include href="part4.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
@@ -80,7 +80,7 @@
    
    <xi:include href="next.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
    
-   <part>
+   <part id="5">
       <title>Weld reference</title>
       
       <xi:include href="part5.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />



More information about the weld-commits mailing list