mirror of https://github.com/mchr3k/org.intrace
22 lines
621 B
XML
22 lines
621 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<appengine-web-app xmlns="http://appengine.google.com/ns/1.0">
|
|
<application>intracesite</application>
|
|
<version>1</version>
|
|
|
|
<!-- 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" />
|
|
<exclude path="/plugins/**" />
|
|
<exclude path="/files/**" />
|
|
</static-files>
|
|
|
|
<admin-console>
|
|
<page name="Downloads" url="/downloads.jsp" />
|
|
</admin-console>
|
|
|
|
</appengine-web-app> |