Make javax.validation available to gwt clients.

This is a first step towards supporting JSR-303 in the GWT client.

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

Review by: spoon@google.com

git-svn-id: https://google-web-toolkit.googlecode.com/svn/trunk@8431 8db76d5a-ed1c-0410-87a9-c151d255dfc7
diff --git a/user/build.xml b/user/build.xml
index 19366da..964f1bb 100755
--- a/user/build.xml
+++ b/user/build.xml
@@ -75,6 +75,8 @@
         <pathelement location="${gwt.tools.lib}/w3c/flute/flute-1.3-gg1.jar" />
         <pathelement location="${gwt.tools}/redist/json/r2_20080312/json-1.5.jar" />
         <pathelement location="${gwt.tools.lib}/javax/validation/validation-api-1.0.0.GA.jar" />
+        <!-- The source is included so validation is available from client code -->
+        <pathelement location="${gwt.tools.lib}/javax/validation/validation-api-1.0.0.GA-sources.jar" />
         <pathelement location="${gwt.dev.jar}" />
       </classpath>
     </gwt.javac>
@@ -484,7 +486,7 @@
     <!-- Prevent compilation for every target. -->
     <property name="compile.complete" value="true"/>
     <property name="compile.tests.complete" value="true"/>
-    
+
     <property.ensure name="distro.built" location="${gwt.dev.staging.jar}"
         message="GWT must be built before performing any tests.  This can be fixed by running ant in the ${gwt.root} directory." />
     <limit failonerror="true" hours="${test.timeout}">