MobileWebApp sample. Showcases GWT providing a single app providing specialized views for Desktop, Mobile and Tablet devices. Uses App Engine as a backend.
Requires Google App Engine SDK 1.4.2 or later.
Review at http://gwt-code-reviews.appspot.com/1427803
git-svn-id: https://google-web-toolkit.googlecode.com/svn/trunk@10041 8db76d5a-ed1c-0410-87a9-c151d255dfc7
diff --git a/samples/build.xml b/samples/build.xml
index b5061e1..f735d99 100644
--- a/samples/build.xml
+++ b/samples/build.xml
@@ -34,6 +34,10 @@
<gwt.ant dir="mail" />
</target>
+ <target name="mobilewebapp" description="Build mobile web app">
+ <gwt.ant dir="mobilewebapp" target="source" />
+ </target>
+
<target name="showcase" description="Build showcase">
<gwt.ant dir="showcase" />
</target>
@@ -54,6 +58,7 @@
<antcall target="json" />
<antcall target="logexample" />
<antcall target="mail" />
+ <antcall target="mobilewebapp" />
<antcall target="showcase" />
<antcall target="validation" />
<!-- don't include validationtck, it is not really a sample -->