- Revision
- 939
- Author
- paul
- Date
- 2009-04-08 16:43:52 -0500 (Wed, 08 Apr 2009)
Log Message
playing with appengine
Added Paths
Diff
Added: trunk/examples/simple-example/src/main/webapp/WEB-INF/appengine-web.xml (0 => 939)
--- trunk/examples/simple-example/src/main/webapp/WEB-INF/appengine-web.xml (rev 0) +++ trunk/examples/simple-example/src/main/webapp/WEB-INF/appengine-web.xml 2009-04-08 21:43:52 UTC (rev 939) @@ -0,0 +1,12 @@ +<appengine-web-app xmlns="http://appengine.google.com/ns/1.0"> + <application>ph-fun</application> + <sessions-enabled>true</sessions-enabled> + <version>waffle1</version> + <static-files> + <include path="stylesheets/*" /> + <include path="scripts/*" /> + </static-files> + + <resource-files> + </resource-files> +</appengine-web-app>
To unsubscribe from this list please visit:
