[hibernate-commits] Hibernate SVN: r18809 - in validator/trunk/hibernate-validator: src/main/assembly and 1 other directory.

hibernate-commits at lists.jboss.org hibernate-commits at lists.jboss.org
Mon Feb 15 16:11:47 EST 2010


Author: hardy.ferentschik
Date: 2010-02-15 16:11:47 -0500 (Mon, 15 Feb 2010)
New Revision: 18809

Modified:
   validator/trunk/hibernate-validator/readme.txt
   validator/trunk/hibernate-validator/src/main/assembly/dist.xml
Log:
HV-286 Updated the assembly and readme

Modified: validator/trunk/hibernate-validator/readme.txt
===================================================================
--- validator/trunk/hibernate-validator/readme.txt	2010-02-15 20:17:20 UTC (rev 18808)
+++ validator/trunk/hibernate-validator/readme.txt	2010-02-15 21:11:47 UTC (rev 18809)
@@ -36,8 +36,10 @@
   Using Hibernate Validator
   -------------------------
 
-  - In case you use the distribution archive from the download sire, copy hibernate-validator-*.jar together
-    with all jar files from lib into the classpath of your application.
+  - In case you use the distribution archive from the download site, copy hibernate-validator-*.jar together
+    with all jar files from lib into the classpath of your application. You can switch the slf4j binding
+    jars for log4j (log4j-<version>.jar and slf4j-log4j12-<version>.jar) with the slf4j binding files of
+    your choice. See http://www.slf4j.org/manual.html
     In case you are using Java 5 you have to also include all the jar files from the jdk5 subdirectory.
 
   or 

Modified: validator/trunk/hibernate-validator/src/main/assembly/dist.xml
===================================================================
--- validator/trunk/hibernate-validator/src/main/assembly/dist.xml	2010-02-15 20:17:20 UTC (rev 18808)
+++ validator/trunk/hibernate-validator/src/main/assembly/dist.xml	2010-02-15 21:11:47 UTC (rev 18809)
@@ -37,6 +37,7 @@
                 <exclude>com.sun.xml.bind:jaxb-impl</exclude>
                 <exclude>javax.xml.stream:stax-api</exclude>
                 <exclude>javax.activation:activation</exclude>
+                <exclude>org.hibernate.java-persistence:jpa-api</exclude>
             </excludes>
         </dependencySet>
         <dependencySet>
@@ -49,7 +50,7 @@
                 <include>javax.xml.stream:stax-api</include>
                 <include>javax.activation:activation</include>
             </includes>
-        </dependencySet>        
+        </dependencySet>      
     </dependencySets>
 
     <files>



More information about the hibernate-commits mailing list