diff options
author | Kjetil Ørbekk <kjetil.orbekk@gmail.com> | 2012-09-12 13:56:07 +0200 |
---|---|---|
committer | Kjetil Ørbekk <kjetil.orbekk@gmail.com> | 2012-09-12 13:56:07 +0200 |
commit | a0d864248cc31d86eb0d6dd7832dfcf3cfa2b40f (patch) | |
tree | 1d22f8c19d6384fa4cf34a020eb4757bba803725 | |
parent | 32d0f4e21f7ebe56bf06d83dde2452c597aabb47 (diff) |
-rw-r--r-- | build.xml | 2 | ||||
-rw-r--r-- | src/WEB-INF/appengine-web.xml | 3 |
2 files changed, 3 insertions, 2 deletions
@@ -34,7 +34,7 @@ <!-- Change if you like e.g. "war" better than "www" for the output --> - <property name="war.dir" location="www"/> + <property name="war.dir" location="war"/> <target name="copyjars" description="Copies the App Engine JARs to the WAR."> diff --git a/src/WEB-INF/appengine-web.xml b/src/WEB-INF/appengine-web.xml index bdead82..ac1b871 100644 --- a/src/WEB-INF/appengine-web.xml +++ b/src/WEB-INF/appengine-web.xml @@ -1,4 +1,5 @@ <appengine-web-app xmlns="http://appengine.google.com/ns/1.0"> - <application>linoquotes</application> + <application>linoquotes-hrd</application> <version>dev</version> + <threadsafe>true</threadsafe> </appengine-web-app> |