2006/unicorn/WebContent/WEB-INF web.xml,1.2,1.3

Update of /sources/public/2006/unicorn/WebContent/WEB-INF
In directory hutz:/tmp/cvs-serv5683/WebContent/WEB-INF

Modified Files:
	web.xml 
Log Message:
cleanup

Index: web.xml
===================================================================
RCS file: /sources/public/2006/unicorn/WebContent/WEB-INF/web.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- web.xml	28 Aug 2009 12:40:17 -0000	1.2
+++ web.xml	15 Sep 2009 15:12:44 -0000	1.3
@@ -3,11 +3,6 @@
   <display-name>unicorn</display-name>
   <welcome-file-list>
     <welcome-file>index.html</welcome-file>
-    <welcome-file>index.htm</welcome-file>
-    <welcome-file>index.jsp</welcome-file>
-    <welcome-file>default.html</welcome-file>
-    <welcome-file>default.htm</welcome-file>
-    <welcome-file>default.jsp</welcome-file>
   </welcome-file-list>
   <servlet>
     <servlet-name>Init</servlet-name>
@@ -36,7 +31,6 @@
   </servlet-mapping>
   <servlet>
     <description></description>
-    <display-name>TestAction</display-name>
     <servlet-name>TestAction</servlet-name>
     <servlet-class>org.w3c.unicorn.action.TestAction</servlet-class>
   </servlet>

Received on Tuesday, 15 September 2009 15:12:56 UTC