Reviewers: rjrjr, fabbott,

Description:
Fix samples build file for mobilewebapp target


Please review this at http://gwt-code-reviews.appspot.com/1449809/

Affected files:
  M samples/build.xml


Index: samples/build.xml
===================================================================
--- samples/build.xml   (revision 10253)
+++ samples/build.xml   (working copy)
@@ -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