[jboss-cvs] Repository SVN: r833 - hibernate-validator and 2 other directories.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Jul 24 23:38:49 EDT 2007


Author: epbernard
Date: 2007-07-24 23:38:49 -0400 (Tue, 24 Jul 2007)
New Revision: 833

Added:
   hibernate-validator/
   hibernate-validator/3.0.0.GA/
   hibernate-validator/3.0.0.GA/component-info.xml
   hibernate-validator/3.0.0.GA/lib/
   hibernate-validator/3.0.0.GA/lib/hibernate-validator.jar
Log:
Add Hibernate Validator

Added: hibernate-validator/3.0.0.GA/component-info.xml
===================================================================
--- hibernate-validator/3.0.0.GA/component-info.xml	                        (rev 0)
+++ hibernate-validator/3.0.0.GA/component-info.xml	2007-07-25 03:38:49 UTC (rev 833)
@@ -0,0 +1,25 @@
+<project name="hibernate-validator-component-info">
+   <component id="hibernate-validator"
+              version="3.0.0.GA"
+              licenseType="lgpl"
+              projectHome="http://validator.hibernate.org/"
+              description="Hibernate Validator"
+      >
+      <artifact id="hibernate-validator.jar"/>
+      <import componentref="hibernate">
+	     <compatible version="3.2.0.GA"/>
+         <compatible version="3.2.1.GA"/>
+         <compatible version="3.2.3.GA"/>
+         <compatible version="3.2.4.SP1"/>         
+         <compatible version="3.2.4.SP1_CP01-brew"/>         
+      </import>
+	  <import componentref="hibernate-commons-annotations">
+         <compatible version="3.0.0.GA"/>
+      </import>
+      <export>
+         <include input="hibernate-validator.jar"/>
+      </export>
+
+   </component>
+
+</project>

Added: hibernate-validator/3.0.0.GA/lib/hibernate-validator.jar
===================================================================
(Binary files differ)


Property changes on: hibernate-validator/3.0.0.GA/lib/hibernate-validator.jar
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream




More information about the jboss-cvs-commits mailing list