[Modelj-developer] modelj/layout/web/WEB-INF web.xml,1.2,1.3
Status: Beta
Brought to you by:
tom_tessier
|
From: <tom...@us...> - 2003-05-27 00:29:36
|
Update of /cvsroot/modelj/modelj/layout/web/WEB-INF
In directory sc8-pr-cvs1:/tmp/cvs-serv21632/layout/web/WEB-INF
Modified Files:
web.xml
Log Message:
Removed grandfathered tld entries
Index: web.xml
===================================================================
RCS file: /cvsroot/modelj/modelj/layout/web/WEB-INF/web.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** web.xml 30 Mar 2003 21:35:55 -0000 1.2
--- web.xml 27 May 2003 00:29:33 -0000 1.3
***************
*** 83,94 ****
</taglib>
<taglib>
- <taglib-uri>/WEB-INF/tlds/struts.tld</taglib-uri>
- <taglib-location>/WEB-INF/tlds/struts.tld</taglib-location>
- </taglib>
- <taglib>
- <taglib-uri>/WEB-INF/tlds/struts-form.tld</taglib-uri>
- <taglib-location>/WEB-INF/tlds/struts-form.tld</taglib-location>
- </taglib>
- <taglib>
<taglib-uri>/WEB-INF/tlds/struts-html.tld</taglib-uri>
<taglib-location>/WEB-INF/tlds/struts-html.tld</taglib-location>
--- 83,86 ----
|