[jboss-svn-commits] JBL Code SVN: r35582 - labs/jbossrules/trunk/drools-docs/drools-docs-flow/src/main/docbook/en-US/Chapter-Persistence.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Wed Oct 20 04:08:28 EDT 2010


Author: ge0ffrey
Date: 2010-10-20 04:08:27 -0400 (Wed, 20 Oct 2010)
New Revision: 35582

Modified:
   labs/jbossrules/trunk/drools-docs/drools-docs-flow/src/main/docbook/en-US/Chapter-Persistence/Chapter-Persistence.xml
Log:
typo + remove versions as they are out of date

Modified: labs/jbossrules/trunk/drools-docs/drools-docs-flow/src/main/docbook/en-US/Chapter-Persistence/Chapter-Persistence.xml
===================================================================
--- labs/jbossrules/trunk/drools-docs/drools-docs-flow/src/main/docbook/en-US/Chapter-Persistence/Chapter-Persistence.xml	2010-10-20 07:42:16 UTC (rev 35581)
+++ labs/jbossrules/trunk/drools-docs/drools-docs-flow/src/main/docbook/en-US/Chapter-Persistence/Chapter-Persistence.xml	2010-10-20 08:08:27 UTC (rev 35582)
@@ -67,7 +67,7 @@
     Persistence itself is based on the Java Persistence API (JPA) and can
     thus work with several persistence mechanisms.  We are using Hibernate by
     default, but feel free to employ alternatives.  A H2 database is used
-    underneath to store the data, but you mighto choose your own alternative
+    underneath to store the data, but you might choose your own alternative
     for this, too.</para>
 
     <para>First of all, you need to add the necessary dependencies to your
@@ -85,19 +85,19 @@
     following list of dependencies is needed:
       <orderedlist>
         <listitem>drools-persistence-jpa (org.drools)</listitem>
-        <listitem>persistence-api-1.0.jar (javax.persistence)</listitem>
-        <listitem>hibernate-entitymanager-3.4.0.GA.jar (org.hibernate)</listitem>
-        <listitem>hibernate-annotations-3.4.0.GA.jar (org.hibernate)</listitem>
-        <listitem>hibernate-commons-annotations-3.1.0.GA.jar (org.hibernate)</listitem>
-        <listitem>hibernate-core-3.3.0.SP1.jar (org.hibernate)</listitem>
-        <listitem>dom4j-1.6.1.jar (dom4j)</listitem>
-        <listitem>jta-1.0.1B.jar (javax.transaction)</listitem>
-        <listitem>btm-1.3.2.jar (org.codehaus.btm)</listitem>
-        <listitem>javassist-3.4.GA.jar (javassist)</listitem>
-        <listitem>slf4j-api-1.5.2.jar (org.slf4j)</listitem>
-        <listitem>slf4j-jdk14-1.5.2.jar (org.slf4j)</listitem>
-        <listitem>h2-1.0.77.jar (com.h2database)</listitem>
-        <listitem>commons-collections-3.2.jar (commons-collections)</listitem>
+        <listitem>persistence-api (javax.persistence)</listitem>
+        <listitem>hibernate-entitymanager (org.hibernate)</listitem>
+        <listitem>hibernate-annotations (org.hibernate)</listitem>
+        <listitem>hibernate-commons-annotations (org.hibernate)</listitem>
+        <listitem>hibernate-core (org.hibernate)</listitem>
+        <listitem>dom4j (dom4j)</listitem>
+        <listitem>jta (javax.transaction)</listitem>
+        <listitem>btm (org.codehaus.btm)</listitem>
+        <listitem>javassist (javassist)</listitem>
+        <listitem>slf4j-api (org.slf4j)</listitem>
+        <listitem>slf4j-jdk14 (org.slf4j)</listitem>
+        <listitem>h2 (com.h2database)</listitem>
+        <listitem>commons-collections (commons-collections)</listitem>
       </orderedlist>
     </para>
 



More information about the jboss-svn-commits mailing list