/[projects]/android/TrainInfoServiceGoogle/war/WEB-INF/appengine-web.xml
ViewVC logotype

Annotation of /android/TrainInfoServiceGoogle/war/WEB-INF/appengine-web.xml

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1080 - (hide annotations) (download) (as text)
Mon Sep 20 20:11:55 2010 UTC (13 years, 8 months ago) by torben
File MIME type: text/xml
File size: 361 byte(s)
Add a copy with partial support for google app engine
1 torben 1080 <?xml version="1.0" encoding="utf-8"?>
2     <appengine-web-app xmlns="http://appengine.google.com/ns/1.0">
3     <application>traininfoservice</application>
4     <version>2</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    
11     </appengine-web-app>

  ViewVC Help
Powered by ViewVC 1.1.20