From hibernate-commits at lists.jboss.org Fri Jul 23 12:42:37 2010 Content-Type: multipart/mixed; boundary="===============8942407195587515371==" MIME-Version: 1.0 From: hibernate-commits at lists.jboss.org To: hibernate-commits at lists.jboss.org Subject: [hibernate-commits] Hibernate SVN: r20021 - core/trunk/entitymanager/src/main/docbook/en/modules. Date: Fri, 23 Jul 2010 12:42:37 -0400 Message-ID: <201007231642.o6NGgbSb022967@svn01.web.mwc.hst.phx2.redhat.com> --===============8942407195587515371== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Author: epbernard Date: 2010-07-23 12:42:36 -0400 (Fri, 23 Jul 2010) New Revision: 20021 Modified: core/trunk/entitymanager/src/main/docbook/en/modules/configuration.xml Log: HHH-5408 Change wording on "What is hibernate-jpa-2.0-api-x.y.z.jar" to sui= t Oracle Lance asked us to adjust some details on how we use the word TCK. Basically= better not use the word, it's too complicated :( Modified: core/trunk/entitymanager/src/main/docbook/en/modules/configuratio= n.xml =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- core/trunk/entitymanager/src/main/docbook/en/modules/configuration.xml = 2010-07-23 16:41:23 UTC (rev 20020) +++ core/trunk/entitymanager/src/main/docbook/en/modules/configuration.xml = 2010-07-23 16:42:36 UTC (rev 20021) @@ -66,12 +66,14 @@ = - What is hibernate-jpa-2.0-api-x.y.z.jar + What is hibernate-jpa-2.0-api-x.y.z.jar? = - This is the JAR containing the JPA 2.0 API, it is fully compli= ant - with the spec and passed the TCK signature test. You typically don't - need it when you deploy your application in a Java EE 6 application - server (like JBoss AS 6 for example). + This is the JAR containing the JPA 2.0 API, it provides all the + interfaces and concrete classes that the specification defines as pu= blic + API. Said otherwise, you can use this JAR to bootstrap any JPA provi= der + implementation. Note that you typically don't need it when you deploy + your application in a Java EE 6 application server (like JBoss AS 6 = for + example). = Alternatively, if you use Maven, add the following --===============8942407195587515371==--