[hibernate-commits] Hibernate SVN: r13031 - validator/trunk and 1 other directory.

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


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

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

Deleted: trunk/HibernateExt/validator/readme.txt
===================================================================
--- trunk/HibernateExt/validator/readme.txt	2007-08-15 23:59:48 UTC (rev 13030)
+++ trunk/HibernateExt/validator/readme.txt	2007-08-15 23:59:51 UTC (rev 13031)
@@ -1,48 +0,0 @@
-Hibernate Validator
-==================================================
-Version: 3.0.0.GA, 19.03.2007
-
-Description
------------
-
-Hibernate Validator aims at defining and checking a domain model level constraints.
-It supports custom constraints definitions as well as full internationalization.
-Annotations are used to define constraints on object level.
-The validation mechanism can be executed in different layers in your application
-without having to duplicate any of these rules (presentation layer,
-data access layer, Database schema).
-
-Hibernate Requires Hibernate Core 3.2 and above.
-This version runs well with Hibernate Annotations 3.3.x and Hibernate EntityManager 3.3.x
-
-
-Instructions
-------------
-
-Unzip to installation directory, read doc/reference
-
-
-Contact
-------------
-
-Latest Documentation:
-
-   http://www.hibernate.org
-
-Bug Reports:
-
-   Hibernate JIRA (preferred)
-   hibernate-devel at lists.sourceforge.net
-
-Free Technical Support:
-
-   http://forum.hibernate.org (http://forum.hibernate.org/viewforum.php?f=9)
-
-
-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

Copied: validator/trunk/readme.txt (from rev 13030, trunk/HibernateExt/validator/readme.txt)
===================================================================
--- validator/trunk/readme.txt	                        (rev 0)
+++ validator/trunk/readme.txt	2007-08-15 23:59:51 UTC (rev 13031)
@@ -0,0 +1,48 @@
+Hibernate Validator
+==================================================
+Version: 3.0.0.GA, 19.03.2007
+
+Description
+-----------
+
+Hibernate Validator aims at defining and checking a domain model level constraints.
+It supports custom constraints definitions as well as full internationalization.
+Annotations are used to define constraints on object level.
+The validation mechanism can be executed in different layers in your application
+without having to duplicate any of these rules (presentation layer,
+data access layer, Database schema).
+
+Hibernate Requires Hibernate Core 3.2 and above.
+This version runs well with Hibernate Annotations 3.3.x and Hibernate EntityManager 3.3.x
+
+
+Instructions
+------------
+
+Unzip to installation directory, read doc/reference
+
+
+Contact
+------------
+
+Latest Documentation:
+
+   http://www.hibernate.org
+
+Bug Reports:
+
+   Hibernate JIRA (preferred)
+   hibernate-devel at lists.sourceforge.net
+
+Free Technical Support:
+
+   http://forum.hibernate.org (http://forum.hibernate.org/viewforum.php?f=9)
+
+
+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