]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/uwobo/web.xml
This commit was manufactured by cvs2svn to create branch 'init'.
[helm.git] / helm / uwobo / web.xml
diff --git a/helm/uwobo/web.xml b/helm/uwobo/web.xml
deleted file mode 100644 (file)
index badb809..0000000
+++ /dev/null
@@ -1,22 +0,0 @@
-<!DOCTYPE web-app 
-    PUBLIC "-//Sun Microsystems, Inc.//DTD Web Application 2.2//EN" 
-    "http://java.sun.com/j2ee/dtds/web-app_2_2.dtd">
-
-<web-app>
-
-    <display-name>Uwobo Application</display-name>
-    <description>
-       This is an xslt web application
-    </description>
-
-    <servlet>
-        <servlet-name>uwobo</servlet-name>
-        <servlet-class>it.unibo.cs.helm.uwobo.Servlet</servlet-class>
-    </servlet>
-
-    <servlet-mapping>
-        <servlet-name>uwobo</servlet-name>
-        <url-pattern>/helm/*</url-pattern>
-    </servlet-mapping>
-
-</web-app>