diff options
author | pdanner <pdanner@d688527b-c9ab-4aba-bd8d-4036d912da1d> | 2007-09-04 10:29:42 +0000 |
---|---|---|
committer | pdanner <pdanner@d688527b-c9ab-4aba-bd8d-4036d912da1d> | 2007-09-04 10:29:42 +0000 |
commit | 9e71760a80a7b2cc25ac4700a5d6b6c4d5582eb8 (patch) | |
tree | 1970625f2c58a3a88be236fac129cef3cfd17659 /spss/handbook/clients/referencedData/WEB-INF/web.xml | |
parent | 29866bdc9e8b2cab619cd151f32b036c35debbfe (diff) | |
download | moa-id-spss-9e71760a80a7b2cc25ac4700a5d6b6c4d5582eb8.tar.gz moa-id-spss-9e71760a80a7b2cc25ac4700a5d6b6c4d5582eb8.tar.bz2 moa-id-spss-9e71760a80a7b2cc25ac4700a5d6b6c4d5582eb8.zip |
re-arranged handbook project step1
git-svn-id: https://joinup.ec.europa.eu/svn/moa-idspss/trunk@980 d688527b-c9ab-4aba-bd8d-4036d912da1d
Diffstat (limited to 'spss/handbook/clients/referencedData/WEB-INF/web.xml')
-rw-r--r-- | spss/handbook/clients/referencedData/WEB-INF/web.xml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/spss/handbook/clients/referencedData/WEB-INF/web.xml b/spss/handbook/clients/referencedData/WEB-INF/web.xml new file mode 100644 index 000000000..002520ba5 --- /dev/null +++ b/spss/handbook/clients/referencedData/WEB-INF/web.xml @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="ISO-8859-1"?> + +<!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>MOA Webservice Client: Referenzierte Web-Daten</display-name> + <description>MOA Webservice Client: Referenzierte Web-Daten</description> +</web-app> |