PS appengine-web.wxl

<?xml version="1.0" encoding="utf-8"?>
<appengine-web-app xmlns="http://appengine.google.com/ns/1.0";>


        <application>chainofasker</application>
        <version>1</version>

        <sessions-enabled>true</sessions-enabled>



        <!-- Configure java.util.logging -->
        <system-properties>
                <property name="java.util.logging.config.file" value="WEB-INF/
logging.properties"/>
        </system-properties>


        <static-files>

                <include path="/**.html" />
                <include path="/**.xml" />
                <include path="/**.ico" />


                <include path="/pg/std/**.xap" />
                <include path="/pg/std/**.html" />


        </static-files>



</appengine-web-app>


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google App Engine for Java" group.
To post to this group, send email to google-appengine-java@googlegroups.com
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to