diff options
Diffstat (limited to 'id.templates/web.xml')
-rw-r--r-- | id.templates/web.xml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/id.templates/web.xml b/id.templates/web.xml new file mode 100644 index 000000000..6954e9c87 --- /dev/null +++ b/id.templates/web.xml @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> + +<!DOCTYPE web-app PUBLIC '-//Sun Microsystems, Inc.//DTD Web Application 2.3//EN' 'http://java.sun.com/dtd/web-app_2_3.dtd'> + +<web-app> + <display-name>Sample MOA-ID Templates</display-name> + <description>>Sample MOA-ID Templates</description> +</web-app> + |