From 268267c9e45351322ec61800f5b9900d83f40a24 Mon Sep 17 00:00:00 2001 From: Matthias Andreas Benkard Date: Sun, 29 Nov 2009 00:27:23 +0100 Subject: Beginning of a rewrite in Clojure for use on the Google App Engine. --- war/WEB-INF/appengine-web.xml | 7 +++++++ war/WEB-INF/web.xml | 15 +++++++++++++++ 2 files changed, 22 insertions(+) create mode 100644 war/WEB-INF/appengine-web.xml create mode 100644 war/WEB-INF/web.xml (limited to 'war/WEB-INF') 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 @@ + + + [application ID] + 1 + + + diff --git a/war/WEB-INF/web.xml b/war/WEB-INF/web.xml new file mode 100644 index 0000000..72f29be --- /dev/null +++ b/war/WEB-INF/web.xml @@ -0,0 +1,15 @@ + + + Logik-Übungspunkteverwaltung + + logikorr + logikorr.servlet + + + logikorr + /* + + -- cgit v1.2.3