mirror of
https://github.com/ArenMg/aren.git
synced 2024-11-16 21:50:50 +00:00
15 lines
541 B
XML
15 lines
541 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<web-app xmlns="http://xmlns.jcp.org/xml/ns/javaee"
|
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
xsi:schemaLocation="http://xmlns.jcp.org/xml/ns/javaee
|
|
http://xmlns.jcp.org/xml/ns/javaee/web-app_3_1.xsd"
|
|
version="3.0">
|
|
<display-name>AREN</display-name>
|
|
<description>
|
|
AREN is an application that handle online debate.
|
|
</description>
|
|
<session-config>
|
|
<session-timeout>60</session-timeout>
|
|
</session-config>
|
|
</web-app>
|