Author: ekoneil Date: Fri Jan 21 05:41:30 2005 New Revision: 125925 URL: http://svn.apache.org/viewcvs?view=rev&rev=125925 Log: Remove explicit Struts TLD registrations from web.xml.
They're implicitly picked up from struts.jar. BB: self BVT: NetUI pass Modified: incubator/beehive/trunk/netui/test/webapps/drt/coreWeb/WEB-INF/web.xml Modified: incubator/beehive/trunk/netui/test/webapps/drt/coreWeb/WEB-INF/web.xml Url: http://svn.apache.org/viewcvs/incubator/beehive/trunk/netui/test/webapps/drt/coreWeb/WEB-INF/web.xml?view=diff&rev=125925&p1=incubator/beehive/trunk/netui/test/webapps/drt/coreWeb/WEB-INF/web.xml&r1=125924&p2=incubator/beehive/trunk/netui/test/webapps/drt/coreWeb/WEB-INF/web.xml&r2=125925 ============================================================================== --- incubator/beehive/trunk/netui/test/webapps/drt/coreWeb/WEB-INF/web.xml (original) +++ incubator/beehive/trunk/netui/test/webapps/drt/coreWeb/WEB-INF/web.xml Fri Jan 21 05:41:30 2005 @@ -231,19 +231,6 @@ <taglib-uri>mockportal.tld</taglib-uri> <taglib-location>/WEB-INF/mockportal.tld</taglib-location> </taglib> - <!-- Struts Tag Library Descriptors --> - <taglib> - <taglib-uri>struts-bean.tld</taglib-uri> - <taglib-location>/WEB-INF/struts-bean.tld</taglib-location> - </taglib> - <taglib> - <taglib-uri>struts-html.tld</taglib-uri> - <taglib-location>/WEB-INF/struts-html.tld</taglib-location> - </taglib> - <taglib> - <taglib-uri>struts-logic.tld</taglib-uri> - <taglib-location>/WEB-INF/struts-logic.tld</taglib-location> - </taglib> </jsp-config> <security-constraint>
