Subversion Repositories SmartDukaan

Rev

Rev 3444 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 3444 Rev 3450
Line 1... Line 1...
1
<?xml version="1.0" encoding="utf-8"?>
1
<?xml version="1.0" encoding="utf-8"?>
2
<appengine-web-app xmlns="http://appengine.google.com/ns/1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
2
<appengine-web-app xmlns="http://appengine.google.com/ns/1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
3
xsi:schemaLocation="http://appengine.google.com/ns/1.0 http://googleappengine.googlecode.com/svn/branches/1.2.1/java/docs/appengine-web.xsd">
3
xsi:schemaLocation="http://appengine.google.com/ns/1.0 http://googleappengine.googlecode.com/svn/branches/1.2.1/java/docs/appengine-web.xsd">
4
    <application>${in.shop2020.gae.application}</application>
4
    <application>${in.shop2020.gae.application}</application>
5
    <version>1</version>
5
    <version>2</version>
6
 
6
 
7
    <system-properties>
7
    <system-properties>
8
        <property name="java.util.logging.config.file" value="WEB-INF/classes/logging.properties"/>
8
        <property name="java.util.logging.config.file" value="WEB-INF/classes/logging.properties"/>
9
    </system-properties>
9
    </system-properties>
10
 
10