summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Andreas Benkard <code@mail.matthias.benkard.de>2009-11-29 12:36:28 +0100
committerMatthias Andreas Benkard <code@mail.matthias.benkard.de>2009-11-29 12:36:28 +0100
commit57c8a2c909ded2dedeaa16dd1b8dd2edc96d6ac1 (patch)
treee089efdf1b1df6f4ca92c1b1cb996eb474138309
parentb682f2758f96284fd8e9930753c6b2944add9b9d (diff)
Configure the project for deployment.
-rw-r--r--war/WEB-INF/appengine-web.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/war/WEB-INF/appengine-web.xml b/war/WEB-INF/appengine-web.xml
index ae1829e..f370bf6 100644
--- a/war/WEB-INF/appengine-web.xml
+++ b/war/WEB-INF/appengine-web.xml
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<appengine-web-app xmlns="http://appengine.google.com/ns/1.0">
- <application>[application ID]</application>
+ <application>logikorr</application>
<version>1</version>
<static-files />
<resource-files />