Add support for mapping ConstraintViolation objects into SimpleBeanEditor.
Patch by: bobv
Review by: rjrjr

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


git-svn-id: https://google-web-toolkit.googlecode.com/svn/trunk@9562 8db76d5a-ed1c-0410-87a9-c151d255dfc7
diff --git a/build.xml b/build.xml
index 7bc3744..0254f39 100755
--- a/build.xml
+++ b/build.xml
@@ -184,6 +184,9 @@
       <arg file="${gwt.apicheck.config}"/>
       <arg value="-logLevel"/>
       <arg value="ERROR"/>
+      <!-- Needed for checking types that include validation APIs -->
+      <arg value="-validationSourceJars" />
+      <arg path="${gwt.tools.lib}/javax/validation/validation-api-1.0.0.GA-sources.jar" />
     </java>
   </target>