[jboss-svn-commits] JBL Code SVN: r25941 - labs/jbossrules/trunk/drools-docs/drools-docs-introduction/src/main/docbook/en-US/Chapter-Install.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Sun Apr 5 10:31:57 EDT 2009


Author: Rikkola
Date: 2009-04-05 10:31:56 -0400 (Sun, 05 Apr 2009)
New Revision: 25941

Modified:
   labs/jbossrules/trunk/drools-docs/drools-docs-introduction/src/main/docbook/en-US/Chapter-Install/Section-Install.xml
Log:
Added What is new in Drools 5.0 to the documents

Modified: labs/jbossrules/trunk/drools-docs/drools-docs-introduction/src/main/docbook/en-US/Chapter-Install/Section-Install.xml
===================================================================
--- labs/jbossrules/trunk/drools-docs/drools-docs-introduction/src/main/docbook/en-US/Chapter-Install/Section-Install.xml	2009-04-05 14:11:28 UTC (rev 25940)
+++ labs/jbossrules/trunk/drools-docs/drools-docs-introduction/src/main/docbook/en-US/Chapter-Install/Section-Install.xml	2009-04-05 14:31:56 UTC (rev 25941)
@@ -9,7 +9,7 @@
   <title>Installing and using</title>
 
   <para>Drools provides an Eclipse-based IDE (which is optional), but at its
-  core only Java 1.4 (J2SE) is required.</para>
+  core only Java 1.5 (Java SE) is required.</para>
 
   <para>A simple way to get started is to download and install the Eclipse
   plug-in - this will also require the Eclipse GEF framework to be installed
@@ -46,6 +46,11 @@
     up JBoss Rules</para>
 
     <itemizedlist>
+	<listitem>
+        <para>drools-api.jar - this provides the interfaces 
+	and factories. Drools-api also helps clearly show what is intended 
+	as a user api and what is just an engine api.</para>
+      </listitem>
       <listitem>
         <para>drools-core.jar - this is the core engine, runtime component.
         Contains both the RETE engine and the LEAPS engine. This is the only
@@ -303,4 +308,4 @@
       the Rule Workbench for what you can do with it.</para>
     </section>
   </section>
-</section>
\ No newline at end of file
+</section>




More information about the jboss-svn-commits mailing list