[jboss-svn-commits] JBL Code SVN: r14385 - labs/jbossrules/trunk/documentation/manual/en.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Mon Aug 20 02:06:00 EDT 2007


Author: fmeyer
Date: 2007-08-20 02:06:00 -0400 (Mon, 20 Aug 2007)
New Revision: 14385

Modified:
   labs/jbossrules/trunk/documentation/manual/en/master.xml
Log:
JBRULES-1097 - missing chapter tag corrected. 



Modified: labs/jbossrules/trunk/documentation/manual/en/master.xml
===================================================================
--- labs/jbossrules/trunk/documentation/manual/en/master.xml	2007-08-20 05:19:49 UTC (rev 14384)
+++ labs/jbossrules/trunk/documentation/manual/en/master.xml	2007-08-20 06:06:00 UTC (rev 14385)
@@ -39,6 +39,7 @@
 
     <author>
       <firstname>Fernando</firstname>
+
       <surname>Meyer</surname>
     </author>
   </bookinfo>
@@ -68,7 +69,6 @@
       <xi:include href="Chapter-Release_Notes/Section-What_is_new.xml" />
 
       <xi:include href="Chapter-Release_Notes/Section-Upgrade_tips.xml" />
-
     </chapter>
 
     <chapter>
@@ -106,7 +106,7 @@
 
       <xi:include href="Chapter-Install/Section-Eclipse.xml" />
     </chapter>
-    
+
     <chapter>
       <title>Decision Tables</title>
 
@@ -117,7 +117,7 @@
       <title>The Rule Workbench (IDE)</title>
 
       <xi:include href="Chapter-IDE/Section-QuickStart.xml" />
-    </chapter>    
+    </chapter>
 
     <chapter>
       <title>The Rule Language</title>
@@ -137,16 +137,16 @@
       <xi:include href="Chapter-Rule_Language/Section-DSL.xml" />
 
       <xi:include href="Chapter-Rule_Language/Section-RuleFlow.xml" />
-      
-      <xi:include href="Chapter-Rule_Language/Section-XML.xml" />      
 
+      <xi:include href="Chapter-Rule_Language/Section-XML.xml" />
+
       <!--xi:include href="Chapter-Rule_Language/Section-Column.xml" />
 
       <xi:include href="Chapter-Rule_Language/Section-Field_Constraints.xml" />
 
       <xi:include href="Chapter-Rule_Language/Section-Conditional_Elements.xml" /-->
     </chapter>
-    
+
     <chapter>
       <title>Deployment and Testing</title>
 
@@ -155,48 +155,41 @@
       <xi:include href="Chapter-Deployment/Section-Testing.xml" />
     </chapter>
 
-    <chapter>    
+      <chapter>
+        <title>The Java Rule Engine API</title>
 
-    <chapter>
-      <title>The BRMS (Business Rule Management System)</title>
+        <xi:include href="Chapter-JSR94/Section-Introduction.xml" />
 
-      <xi:include href="Chapter-BRMS/Section-Introduction.xml" />
+        <!-- Removed till it can be completed -->
 
-      <xi:include href="Chapter-BRMS/Section-AdminGuide.xml" />
+        <!-- include href="Chapter-JSR94/Section-Specification.xml" /-->
 
-      <xi:include href="Chapter-BRMS/Section-Architecture.xml" />
+        <xi:include href="Chapter-JSR94/Section-How_To_Use.xml" />
 
-      <xi:include href="Chapter-BRMS/Section-UserGuide.xml" />
+        <xi:include href="Chapter-JSR94/Section-References.xml" />
+      </chapter>
 
-      <xi:include href="Chapter-BRMS/Section-ExamplesAndTutorials.xml" />
-    </chapter>
+      <chapter>
+        <title>The BRMS (Business Rule Management System)</title>
 
-    <chapter>
-      <title>The Java Rule Engine API</title>
+        <xi:include href="Chapter-BRMS/Section-Introduction.xml" />
 
-      <xi:include href="Chapter-JSR94/Section-Introduction.xml" />
+        <xi:include href="Chapter-BRMS/Section-AdminGuide.xml" />
 
-      <!-- Removed till it can be completed -->
+        <xi:include href="Chapter-BRMS/Section-Architecture.xml" />
 
-      <!-- include href="Chapter-JSR94/Section-Specification.xml" /-->
+        <xi:include href="Chapter-BRMS/Section-UserGuide.xml" />
 
-      <xi:include href="Chapter-JSR94/Section-How_To_Use.xml" />
+        <xi:include href="Chapter-BRMS/Section-ExamplesAndTutorials.xml" />
+      </chapter>
 
-      <xi:include href="Chapter-JSR94/Section-References.xml" />
-    </chapter>
-
-    <!--chapter>
-      <title>Performance tuning</title>
-
-      <xi:include href="Chapter-Performance_Tuning/Section-Performance.xml" />
-    </chapter-->
-
+	<chapter>
       <title>Examples</title>
 
       <xi:include href="Chapter-Examples/Section-Examples.xml" />
     </chapter>
 
-    <!--chapter>
+    <!--<chapter>
       <title>Papers</title>
 
       <xi:include href="Chapter-Papers/Section-Manners.xml" />
@@ -204,4 +197,4 @@
   </part>
 
   <index />
-</book>
+</book>
\ No newline at end of file




More information about the jboss-svn-commits mailing list