Revision: 8043
Author: [email protected]
Date: Tue May  4 13:12:58 2010
Log: added the validation-api jar reference in ant so that bikeshed can be built

Patch by: amitmanjhi
Review by: rjrjr (desk review)

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

http://code.google.com/p/google-web-toolkit/source/detail?r=8043

Modified:
 /branches/2.1/bikeshed/build.xml

=======================================
--- /branches/2.1/bikeshed/build.xml    Mon Apr 19 08:27:00 2010
+++ /branches/2.1/bikeshed/build.xml    Tue May  4 09:58:17 2010
@@ -26,6 +26,7 @@
     <gwt.javac excludes="**/sample/**">
       <classpath>
<pathelement location="${gwt.tools.redist}/json/r2_20080312/json.jar" /> + <pathelement location="${gwt.root}/bikeshed/war/temp-libs/validation-api-1.0.0.GA.jar" />
         <pathelement location="${gwt.dev.jar}" />
         <pathelement location="${gwt.user.jar}" />
       </classpath>

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

Reply via email to