Revision: 9795
Author: [email protected]
Date: Wed Mar 2 13:21:33 2011
Log: Add a dummy appengine-web.xml file to Showcase.
This makes it easy to run Showcase from the command line,
using App Engine's development server.
For example:
cd samples/showcase
ant build
cd ../..
$SDK/bin/dev_appserver.sh build/out/samples/Showcase/war
Review by: [email protected]
http://code.google.com/p/google-web-toolkit/source/detail?r=9795
Added:
/trunk/samples/showcase/war/WEB-INF/appengine-web.xml
=======================================
--- /dev/null
+++ /trunk/samples/showcase/war/WEB-INF/appengine-web.xml Wed Mar 2
13:21:33 2011
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="utf-8"?>
+<appengine-web-app xmlns="http://appengine.google.com/ns/1.0">
+ <application>no-such-app</application>
+ <version>dev</version>
+</appengine-web-app>
--
http://groups.google.com/group/Google-Web-Toolkit-Contributors