Skip to content

Instantly share code, notes, and snippets.

@bartprokop
Created November 22, 2013 22:41
Show Gist options
  • Save bartprokop/7608124 to your computer and use it in GitHub Desktop.
Save bartprokop/7608124 to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="utf-8"?>
<appengine-web-app xmlns="http://appengine.google.com/ns/1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://appengine.google.com/ns/1.0 http://googleappengine.googlecode.com/svn/branches/1.2.1/java/docs/appengine-web.xsd">
<application>bart-gae-poc</application>
<version>1</version>
<threadsafe>true</threadsafe>
</appengine-web-app>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment