Update of /cvsroot/cobricks/cobricks2/web/WEB-INF
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29991/WEB-INF
Modified Files:
web.xml
Log Message:
Index: web.xml
===================================================================
RCS file: /cvsroot/cobricks/cobricks2/web/WEB-INF/web.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** web.xml 27 Feb 2004 08:13:15 -0000 1.3
--- web.xml 9 Mar 2004 16:24:52 -0000 1.4
***************
*** 94,97 ****
--- 94,101 ----
<url-pattern>*.txt</url-pattern>
</servlet-mapping>
+ <servlet-mapping>
+ <servlet-name>PortalServlet</servlet-name>
+ <url-pattern>*.ics</url-pattern>
+ </servlet-mapping>
<servlet-mapping>
|