Reviewers: Ray Ryan,
Description:
added the validation-api jar reference in ant so that bikeshed can be
built
Patch by: amitmanjhi
Review by: rjrjr (desk review)
Please review this at http://gwt-code-reviews.appspot.com/460801/show
Affected files:
M trunk/bikeshed/build.xml
Index: trunk/bikeshed/build.xml
===================================================================
--- trunk/bikeshed/build.xml (revision 8042)
+++ trunk/bikeshed/build.xml (working copy)
@@ -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