[hibernate-commits] Hibernate SVN: r12990 - trunk/HibernateExt/entitymanager and 1 other directory.

hibernate-commits at lists.jboss.org hibernate-commits at lists.jboss.org
Wed Aug 15 19:54:59 EDT 2007


Author: epbernard
Date: 2007-08-15 19:54:59 -0400 (Wed, 15 Aug 2007)
New Revision: 12990

Added:
   entitymanager/trunk/readme.txt
Removed:
   trunk/HibernateExt/entitymanager/readme.txt
Log:
Move entitymanager trunk to the new structure

Copied: entitymanager/trunk/readme.txt (from rev 12989, trunk/HibernateExt/entitymanager/readme.txt)
===================================================================
--- entitymanager/trunk/readme.txt	                        (rev 0)
+++ entitymanager/trunk/readme.txt	2007-08-15 23:54:59 UTC (rev 12990)
@@ -0,0 +1,56 @@
+Hibernate EntityManager
+==================================================
+Version: 3.3.1.GA, 28.03.2007
+
+THIS RELEASE OF HIBERNATE ENTITYMANAGER REQUIRES HIBERNATE CORE 3.2.0.GA (and above)
+
+
+Description
+-----------
+
+The EJB3 specification recognizes the interest and the success of
+the transparent object/relational mapping paradigm. The EJB3 specification
+standardizes the basic APIs and the metadata needed for any object/relational
+persistence mechanism.
+
+Hibernate EntityManager implements the programming interfaces and lifecycle rules
+as defined by the EJB3 persistence specification. Together with Hibernate Annotations
+this wrapper implements a complete (and standalone) EJB3 persistence solution on
+top of the mature Hibernate core. You may use a combination of all three together,
+annotations without EJB3 programming interfaces and lifecycle, or even pure native
+Hibernate, depending on the business and technical needs of your project. You can
+at all times fall back to Hibernate native APIs, or if required, even to native
+JDBC and SQL.
+
+
+Instructions
+------------
+
+Unzip to installation directory, read doc/reference
+
+
+Contact
+------------
+
+Latest Documentation:
+
+   http://hibernate.org
+   http://annotations.hibernate.org
+
+Bug Reports:
+
+   Hibernate JIRA (preferred)
+   hibernate-devel at lists.sourceforge.net
+
+Free Technical Support:
+
+   http://forum.hibernate.org
+
+
+Notes
+-----------
+
+If you want to contribute, go to http://www.hibernate.org/
+
+This software and its documentation are distributed under the terms of the
+FSF Lesser Gnu Public License (see lgpl.txt).
\ No newline at end of file

Deleted: trunk/HibernateExt/entitymanager/readme.txt
===================================================================
--- trunk/HibernateExt/entitymanager/readme.txt	2007-08-15 23:54:52 UTC (rev 12989)
+++ trunk/HibernateExt/entitymanager/readme.txt	2007-08-15 23:54:59 UTC (rev 12990)
@@ -1,56 +0,0 @@
-Hibernate EntityManager
-==================================================
-Version: 3.3.1.GA, 28.03.2007
-
-THIS RELEASE OF HIBERNATE ENTITYMANAGER REQUIRES HIBERNATE CORE 3.2.0.GA (and above)
-
-
-Description
------------
-
-The EJB3 specification recognizes the interest and the success of
-the transparent object/relational mapping paradigm. The EJB3 specification
-standardizes the basic APIs and the metadata needed for any object/relational
-persistence mechanism.
-
-Hibernate EntityManager implements the programming interfaces and lifecycle rules
-as defined by the EJB3 persistence specification. Together with Hibernate Annotations
-this wrapper implements a complete (and standalone) EJB3 persistence solution on
-top of the mature Hibernate core. You may use a combination of all three together,
-annotations without EJB3 programming interfaces and lifecycle, or even pure native
-Hibernate, depending on the business and technical needs of your project. You can
-at all times fall back to Hibernate native APIs, or if required, even to native
-JDBC and SQL.
-
-
-Instructions
-------------
-
-Unzip to installation directory, read doc/reference
-
-
-Contact
-------------
-
-Latest Documentation:
-
-   http://hibernate.org
-   http://annotations.hibernate.org
-
-Bug Reports:
-
-   Hibernate JIRA (preferred)
-   hibernate-devel at lists.sourceforge.net
-
-Free Technical Support:
-
-   http://forum.hibernate.org
-
-
-Notes
------------
-
-If you want to contribute, go to http://www.hibernate.org/
-
-This software and its documentation are distributed under the terms of the
-FSF Lesser Gnu Public License (see lgpl.txt).
\ No newline at end of file




More information about the hibernate-commits mailing list