Author: dblevins
Date: Fri Jun 29 23:21:54 2012
New Revision: 1355601

URL: http://svn.apache.org/viewvc?rev=1355601&view=rev
Log:
fixed formatting on jars to add remove

Modified:
    openejb/site/trunk/content/tomee-and-hibernate.mdtext

Modified: openejb/site/trunk/content/tomee-and-hibernate.mdtext
URL: 
http://svn.apache.org/viewvc/openejb/site/trunk/content/tomee-and-hibernate.mdtext?rev=1355601&r1=1355600&r2=1355601&view=diff
==============================================================================
--- openejb/site/trunk/content/tomee-and-hibernate.mdtext (original)
+++ openejb/site/trunk/content/tomee-and-hibernate.mdtext Fri Jun 29 23:21:54 
2012
@@ -60,7 +60,7 @@ You **must** of course add the Hibernate
 
 # Hibernate libraries
 
-Jars needed for Hibernate 4.x: (below is for 4.1)
+Jars needed for Hibernate 4.x:
 
 Add:
 
@@ -72,8 +72,6 @@ Add:
 - `<tomee-home>/lib/hibernate-validator-4.3.0.Final.jar`
 - `<tomee-home>/lib/jboss-logging-3.1.0.GA.jar`
 
-The ehcache jars might be optional, but haven't tried without them.
-
 Remove (optional):
 
 - `<tomee-home>/lib/asm-3.2.jar`
@@ -92,7 +90,7 @@ To use Hibernate with Ehcache, add:
 - `<tomee-home>/lib/ehcache-terracotta-2.5.1.jar`
 - `<tomee-home>/lib/terracotta-toolkit-1.4-runtime-4.1.0.jar`
 
-# Infinispan
+# Infinispan (optional)
 
 To use Infinispan cache (default Hibernate 2nd level cache) you need the below 
jars:
 


Reply via email to