You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by db...@apache.org on 2012/06/28 05:28:22 UTC

svn commit: r1354811 - /openejb/site/trunk/content/tomee-and-hibernate.mdtext

Author: dblevins
Date: Thu Jun 28 03:28:21 2012
New Revision: 1354811

URL: http://svn.apache.org/viewvc?rev=1354811&view=rev
Log:
formatting

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=1354811&r1=1354810&r2=1354811&view=diff
==============================================================================
--- openejb/site/trunk/content/tomee-and-hibernate.mdtext (original)
+++ openejb/site/trunk/content/tomee-and-hibernate.mdtext Thu Jun 28 03:28:21 2012
@@ -3,7 +3,8 @@ Title: TomEE and Hibernate
 Apache TomEE ships with OpenJPA as the default JPA provider, however any valid JPA provider can be used.
 
 The basic steps are:
- 1. Add the provider's jars to `tomee-home/lib/`
+
+ 1. Add the Hibernate jars to `<tomee-home>/lib/`
  2. Configure the webapp or the server to use Hibernate
 
 # Webapp Configuration