diff options
author | rudolf <rudolf@d688527b-c9ab-4aba-bd8d-4036d912da1d> | 2003-10-24 08:18:40 +0000 |
---|---|---|
committer | rudolf <rudolf@d688527b-c9ab-4aba-bd8d-4036d912da1d> | 2003-10-24 08:18:40 +0000 |
commit | 59f78a67d7357fd31de68fc2b623f95b3d654ebc (patch) | |
tree | 9cd5d6ca30ca8a8559a99c4de8935b0947cff76b /id.oa/web.xml | |
parent | 850123b3a6832c69e282b495058308fce7691554 (diff) | |
download | moa-id-spss-59f78a67d7357fd31de68fc2b623f95b3d654ebc.tar.gz moa-id-spss-59f78a67d7357fd31de68fc2b623f95b3d654ebc.tar.bz2 moa-id-spss-59f78a67d7357fd31de68fc2b623f95b3d654ebc.zip |
MOA-ID version 1.1 (initial)
git-svn-id: https://joinup.ec.europa.eu/svn/moa-idspss/trunk@18 d688527b-c9ab-4aba-bd8d-4036d912da1d
Diffstat (limited to 'id.oa/web.xml')
-rw-r--r-- | id.oa/web.xml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/id.oa/web.xml b/id.oa/web.xml new file mode 100644 index 000000000..13158fdaa --- /dev/null +++ b/id.oa/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 OA</display-name> + <description>MOA Sample OA</description> +</web-app> + |