[jboss-svn-commits] JBL Code SVN: r26194 - labs/jbossrules/trunk/drools-docs/drools-docs-expert/src/main/docbook/en-US/Chapter-IDE.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Tue Apr 21 13:03:58 EDT 2009


Author: laune
Date: 2009-04-21 13:03:58 -0400 (Tue, 21 Apr 2009)
New Revision: 26194

Modified:
   labs/jbossrules/trunk/drools-docs/drools-docs-expert/src/main/docbook/en-US/Chapter-IDE/Chapter-QuickStart.xml
Log:
fix missing tag

Modified: labs/jbossrules/trunk/drools-docs/drools-docs-expert/src/main/docbook/en-US/Chapter-IDE/Chapter-QuickStart.xml
===================================================================
--- labs/jbossrules/trunk/drools-docs/drools-docs-expert/src/main/docbook/en-US/Chapter-IDE/Chapter-QuickStart.xml	2009-04-21 16:17:20 UTC (rev 26193)
+++ labs/jbossrules/trunk/drools-docs/drools-docs-expert/src/main/docbook/en-US/Chapter-IDE/Chapter-QuickStart.xml	2009-04-21 17:03:58 UTC (rev 26194)
@@ -26,15 +26,16 @@
   on Eclipse, and integrators are free to use their tools of choice, as always
   ! Plenty of people use IntelliJ with rules, for instance.</para>
 
-  <para>Note: You can get the plug-in either as a zip to download, or from an
-  update site. Refer to the chapter on installation.</para>
+  <note><para>You can get the plug-in either as a zip to download, or from an
+  update site. Refer to the chapter on installation.</para></note>
 
   <figure>
     <title>Overview</title>
 
     <mediaobject xml:base="../">
       <imageobject>
-        <imagedata align="center" fileref="images/Chapter-IDE/all.jpg" format="JPG" scalefit="1" />
+        <imagedata align="center" contentwidth="10in"
+                   fileref="images/Chapter-IDE/all.jpg" format="JPG" scalefit="1" />
       </imageobject>
     </mediaobject>
   </figure>
@@ -656,8 +657,8 @@
     <para>Rulesets of 4,000 rules or greater should set the permanent
     generation to at least 128Mb.</para>
 
-    <para>Note that this may also apply to compiling large numbers of rules
-    in general - as there is generally one or more classes per rule.</para>
+    <note><para>This may also apply to compiling large numbers of rules
+    in general, as there is generally one or more classes per rule.</para></note>
 
     <para>As an alternative to the above, you may put rules in a file with the
     ".rule" extension, and the background builder will not try to compile them
@@ -732,6 +733,7 @@
           you can also select   the "Debug ..." menu item to open a new dialog
           for creating, managing and running debug configurations (see the
           screenshot below).</para>
+        </listitem>
 
         <listitem>
           <para>Select the "Drools Application" item in the left tree and click




More information about the jboss-svn-commits mailing list