[hibernate-commits] Hibernate SVN: r13886 - validator/tags/v3_0_0_GA.

hibernate-commits at lists.jboss.org hibernate-commits at lists.jboss.org
Wed Aug 15 21:02:33 EDT 2007


Author: epbernard
Date: 2007-08-15 21:02:33 -0400 (Wed, 15 Aug 2007)
New Revision: 13886

Added:
   validator/tags/v3_0_0_GA/readme.txt
Log:
Move validator tags/validator_3_0_0_GA to the new structure (v3_0_0_GA)

Copied: validator/tags/v3_0_0_GA/readme.txt (from rev 13885, tags/validator_3_0_0_GA/HibernateExt/validator/readme.txt)
===================================================================
--- validator/tags/v3_0_0_GA/readme.txt	                        (rev 0)
+++ validator/tags/v3_0_0_GA/readme.txt	2007-08-16 01:02:33 UTC (rev 13886)
@@ -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