06c15d5290dc1b39600e8828cf9866690b360ad0
[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
6   <!-- Configure java.util.logging -->
7   <system-properties>
8     <property name="java.util.logging.config.file" value="WEB-INF/logging.properties"/>
9   </system-properties>
10 </appengine-web-app>