Subversion Repositories SmartDukaan

Rev

Rev 2620 | Rev 2871 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 2620 Rev 2629
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>saholic-datalog</application>
4
    <application>saholic-datalog</application>
-
 
5
    <!-- application>saholic-datastore</application-->
5
    <version>2</version>
6
    <version>2</version>
6
 
7
 
7
    <system-properties>
8
    <system-properties>
8
        <property name="java.util.logging.config.file" value="WEB-INF/classes/logging.properties"/>
9
        <property name="java.util.logging.config.file" value="WEB-INF/classes/logging.properties"/>
9
    </system-properties>
10
    </system-properties>