summaryrefslogtreecommitdiffstats
path: root/src/main/webapp/WEB-INF/web.xml
blob: 8ba3dc1f2b7906d53059dfc5d1f020304760b521 (plain)
1
2
3
4
5
6
7
8
9
10
<?xml version="1.0" encoding="ISO-8859-1"?>
<web-app xmlns="http://java.sun.com/xml/ns/javaee"
         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
         xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_3_0.xsd"
         version="3.0">

    <display-name>DCAE_FE</display-name>


</web-app>