Title: [waffle-scm] [941] trunk/examples/freemarker-example/src/main/webapp/WEB-INF/appengine-web.xml: partially works on appengine
Revision
941
Author
paul
Date
2009-04-14 13:41:29 -0500 (Tue, 14 Apr 2009)

Log Message

partially works on appengine

Added Paths


Diff

Added: trunk/examples/freemarker-example/src/main/webapp/WEB-INF/appengine-web.xml (0 => 941)

--- trunk/examples/freemarker-example/src/main/webapp/WEB-INF/appengine-web.xml	                        (rev 0)
+++ trunk/examples/freemarker-example/src/main/webapp/WEB-INF/appengine-web.xml	2009-04-14 18:41:29 UTC (rev 941)
@@ -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>waffle-fm</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:

http://xircles.codehaus.org/manage_email

Reply via email to