9a56cfad08b2b1d4cf066e436eb78739ed8ca1b8
[platform/upstream/libphonenumber.git] / java / demo / war / WEB-INF / appengine-web.xml
1 <?xml version="1.0" encoding="utf-8"?>
2 <appengine-web-app xmlns="http://appengine.google.com/ns/1.0">
3   <application>libphonenumber</application>
4   <version>1</version>
5   <threadsafe>true</threadsafe>
6
7   <!-- Configure java.util.logging -->
8   <system-properties>
9     <property name="java.util.logging.config.file" value="WEB-INF/logging.properties"/>
10   </system-properties>
11 </appengine-web-app>