[hibernate-commits] Hibernate SVN: r15969 - in validator/trunk/hibernate-validator: src/main/docbook/en-US and 1 other directories.

hibernate-commits at lists.jboss.org hibernate-commits at lists.jboss.org
Thu Feb 12 05:33:56 EST 2009


Author: hardy.ferentschik
Date: 2009-02-12 05:33:56 -0500 (Thu, 12 Feb 2009)
New Revision: 15969

Modified:
   validator/trunk/hibernate-validator/readme.txt
   validator/trunk/hibernate-validator/src/main/docbook/en-US/master.xml
   validator/trunk/hibernate-validator/src/main/docbook/en-US/modules/gettingstarted.xml
Log:
added a link to a 1.0.Beta3 version of the spec on in.relation.to

Modified: validator/trunk/hibernate-validator/readme.txt
===================================================================
--- validator/trunk/hibernate-validator/readme.txt	2009-02-12 10:22:29 UTC (rev 15968)
+++ validator/trunk/hibernate-validator/readme.txt	2009-02-12 10:33:56 UTC (rev 15969)
@@ -28,7 +28,8 @@
   - XML configuration
 
   You can find more information about the current state of the implementation on the
-  Bean Validation RI Roadmap - http://www.hibernate.org/459.html
+  Bean Validation RI Roadmap - http://www.hibernate.org/459.html and there is copy of
+  JSR as of the time of this release available here - http://in.relation.to/service/File/10678
 
   Documentation
   -------------

Modified: validator/trunk/hibernate-validator/src/main/docbook/en-US/master.xml
===================================================================
--- validator/trunk/hibernate-validator/src/main/docbook/en-US/master.xml	2009-02-12 10:22:29 UTC (rev 15968)
+++ validator/trunk/hibernate-validator/src/main/docbook/en-US/master.xml	2009-02-12 10:33:56 UTC (rev 15969)
@@ -68,8 +68,9 @@
     <para>This release has alpha status, meaning that neither the
     implementation nor this documenation is complete. However, implementation
     should be in a state allowing first experiments with this new API. The
-    following list shows the missing features in relation to the latest
-    version of JSR 303:</para>
+    following list shows the missing features in relation to the <ulink
+    url="http://in.relation.to/service/File/10678">1.0.Beta3 version of JSR
+    303</ulink> :</para>
 
     <itemizedlist>
       <listitem>

Modified: validator/trunk/hibernate-validator/src/main/docbook/en-US/modules/gettingstarted.xml
===================================================================
--- validator/trunk/hibernate-validator/src/main/docbook/en-US/modules/gettingstarted.xml	2009-02-12 10:22:29 UTC (rev 15968)
+++ validator/trunk/hibernate-validator/src/main/docbook/en-US/modules/gettingstarted.xml	2009-02-12 10:33:56 UTC (rev 15969)
@@ -350,6 +350,7 @@
     <para>That concludes our 5 minute tour through the world of the Bean
     Validation RI. We will complete this documentation in our coming releases.
     For now we recommend to refer to the JSR 303 specification directly for
-    more examples.</para>
+    more examples. The 1.0.Beta3 version of this specification is available
+    <ulink url="http://in.relation.to/service/File/10678">here</ulink>.</para>
   </section>
 </chapter>




More information about the hibernate-commits mailing list