Revision: 9994
Author:   [email protected]
Date:     Thu Apr 14 08:22:41 2011
Log:      Include Custom Field Serializers in the HibernateValidator module.

Review at http://gwt-code-reviews.appspot.com/1416803

Review by: [email protected]
http://code.google.com/p/google-web-toolkit/source/detail?r=9994

Modified:
 /trunk/user/src/org/hibernate/validator/HibernateValidator.gwt.xml

=======================================
--- /trunk/user/src/org/hibernate/validator/HibernateValidator.gwt.xml Mon Dec 20 11:43:41 2010 +++ /trunk/user/src/org/hibernate/validator/HibernateValidator.gwt.xml Thu Apr 14 08:22:41 2011
@@ -10,9 +10,9 @@
     <exclude name="super/" />
   </source>
   <source path="engine">
-    <include name="ConstraintViolationImpl.java"/>
+    <include name="ConstraintViolationImpl*.java"/>
     <include name="NodeImpl.java"/>
-    <include name="PathImpl.java"/>
+    <include name="PathImpl*.java"/>
   </source>
   <source path="">
     <include name="ValidationMessages.java"/>

--
http://groups.google.com/group/Google-Web-Toolkit-Contributors

Reply via email to