Revision: 9627
Author: [email protected]
Date: Wed Jan 26 13:34:27 2011
Log: Add validation jars to the expenses sample build.xml

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

Review by: [email protected]
http://code.google.com/p/google-web-toolkit/source/detail?r=9627

Modified:
 /trunk/samples/expenses/build.xml

=======================================
--- /trunk/samples/expenses/build.xml   Thu Oct  7 07:43:12 2010
+++ /trunk/samples/expenses/build.xml   Wed Jan 26 10:26:21 2011
@@ -5,5 +5,10 @@
   <import file="../common.ant.xml" />
   <!-- these are after the common.ant.xml so they have gwt.tools... -->
   <path id="sample.extraclasspath">
+ <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" />
   </path>
+  <fileset id="sample.server.libs" dir="${gwt.tools.lib}">
+    <include name="javax/validation/validation-api-1.0.0.GA-sources.jar" />
+  </fileset>
 </project>

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

Reply via email to