Revision: 10254
Author:   [email protected]
Date:     Wed Jun  1 08:59:33 2011
Log:      Fix samples build file for mobilewebapp target

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

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

Modified:
 /trunk/samples/build.xml

=======================================
--- /trunk/samples/build.xml    Fri May  6 08:20:47 2011
+++ /trunk/samples/build.xml    Wed Jun  1 08:59:33 2011
@@ -35,7 +35,7 @@
   </target>

   <target name="mobilewebapp" description="Build mobile web app">
-    <gwt.ant dir="mobilewebapp" target="source+libs" />
+    <gwt.ant dir="mobilewebapp" target="source" />
   </target>

   <target name="showcase" description="Build showcase">

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

Reply via email to