[jboss-cvs] JBossAS SVN: r65444 - trunk/build.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Sep 18 05:55:11 EDT 2007


Author: dimitris at jboss.org
Date: 2007-09-18 05:55:11 -0400 (Tue, 18 Sep 2007)
New Revision: 65444

Modified:
   trunk/build/build-distr.xml
   trunk/build/build-thirdparty.xml
Log:
JBAS-4565, include hibernate-validator.jar in server/xxx/lib

Modified: trunk/build/build-distr.xml
===================================================================
--- trunk/build/build-distr.xml	2007-09-18 09:19:49 UTC (rev 65443)
+++ trunk/build/build-distr.xml	2007-09-18 09:55:11 UTC (rev 65444)
@@ -166,6 +166,7 @@
       <fileset dir="${hibernate.commons.annotations.lib}" includes="*.jar"/>
       <fileset dir="${hibernate.entitymanager.lib}" includes="*.jar"/>
       <fileset dir="${hibernate.annotations.lib}" includes="*.jar"/>
+      <fileset dir="${hibernate.validator.lib}" includes="*.jar"/>
     </copy>
 
     <!-- Copy across client jars -->

Modified: trunk/build/build-thirdparty.xml
===================================================================
--- trunk/build/build-thirdparty.xml	2007-09-18 09:19:49 UTC (rev 65443)
+++ trunk/build/build-thirdparty.xml	2007-09-18 09:55:11 UTC (rev 65444)
@@ -78,6 +78,7 @@
     <componentref name="hibernate-annotations" version="3.3.0.GA"/>
     <componentref name="hibernate-commons-annotations" version="3.0.0.GA"/>    
     <componentref name="hibernate-entitymanager" version="3.3.1.GA"/>
+    <componentref name="hibernate-validator" version="3.0.0.GA"/>
     <componentref name="hsqldb" version="1.8.0.2"/>
     <componentref name="jacorb" version="2.3.0jboss.patch4-brew"/>
     <componentref name="javassist" version="3.6.0.GA"/>




More information about the jboss-cvs-commits mailing list