Reviewers: Nick Chalko,
Description:
ant test needs these jars
Review by: [email protected]
Please review this at http://gwt-code-reviews.appspot.com/785801/show
Affected files:
M user/build.xml
Index: user/build.xml
===================================================================
--- user/build.xml (revision 8568)
+++ user/build.xml (working copy)
@@ -59,6 +59,9 @@
<pathelement location="${gwt.tools.lib}/easymock/easymock.jar"/>
<pathelement
location="${gwt.tools.lib}/easymock/easymockclassextension.jar"/>
<pathelement location="${gwt.tools.lib}/objectweb/asm-3.1.jar"/>
+ <pathelement
location="${gwt.tools.lib}/javax/validation/validation-api-1.0.0.GA.jar" />
+ <pathelement
location="${gwt.tools.lib}/javax/validation/validation-api-1.0.0.GA-sources.jar"
/>
+ <pathelement
location="${gwt.tools}/redist/json/r2_20080312/json-1.5.jar" />
<pathelement location="${gwt.dev.jar}" />
</path>
--
http://groups.google.com/group/Google-Web-Toolkit-Contributors