Subversion Repository Public Repository

litesoft

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

Commits for litesoft/trunk/Java/GAE/DiscoveryTests/DatastoreServiceTests/war/WEB-INF/appengine-web.xml

Diff revisions: vs.
Revision Author Commited Message
54 GeorgeS picture GeorgeS Mon 14 Jun, 2010 14:07:24 +0000

GAE