source: branches/0.22.x/abcl/examples/google-app-engine/war/WEB-INF/appengine-web.xml

Last change on this file was 12231, checked in by ehuelsmann, 15 years ago

Google App Engine (GAE) basic Hello World application progress.

Most of the code by Alex Muscar.

File size: 188 bytes
Line 
1<?xml version="1.0" encoding="utf-8"?>
2<appengine-web-app xmlns="http://appengine.google.com/ns/1.0">
3  <application>abcl-test</application>
4  <version>1</version>
5</appengine-web-app>
Note: See TracBrowser for help on using the repository browser.