summaryrefslogtreecommitdiff
path: root/war/WEB-INF/appengine-web.xml
diff options
context:
space:
mode:
authorMatthias Andreas Benkard <code@mail.matthias.benkard.de>2009-11-29 00:27:23 +0100
committerMatthias Andreas Benkard <code@mail.matthias.benkard.de>2009-11-29 00:27:23 +0100
commit268267c9e45351322ec61800f5b9900d83f40a24 (patch)
treee78bae16dcef5d664f78b0749330d73a96472a8c /war/WEB-INF/appengine-web.xml
parent55ca2cac7bb7df1c5c0ccd4063729f8659a0b020 (diff)
Beginning of a rewrite in Clojure for use on the Google App Engine.
Diffstat (limited to 'war/WEB-INF/appengine-web.xml')
-rw-r--r--war/WEB-INF/appengine-web.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/war/WEB-INF/appengine-web.xml b/war/WEB-INF/appengine-web.xml
new file mode 100644
index 0000000..ae1829e
--- /dev/null
+++ b/war/WEB-INF/appengine-web.xml
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<appengine-web-app xmlns="http://appengine.google.com/ns/1.0">
+ <application>[application ID]</application>
+ <version>1</version>
+ <static-files />
+ <resource-files />
+</appengine-web-app>