Author: ekoneil
Date: Tue Feb 8 14:54:49 2005
New Revision: 152956
URL: http://svn.apache.org/viewcvs?view=rev&rev=152956
Log:
Fix JIRA 258 -- remove the NetUI TLDs from web.xml.
BB: self
DRT: Beehive pass
Modified:
incubator/beehive/trunk/netui/src/webapp-template/default/WEB-INF/web.xml
Modified:
incubator/beehive/trunk/netui/src/webapp-template/default/WEB-INF/web.xml
URL:
http://svn.apache.org/viewcvs/incubator/beehive/trunk/netui/src/webapp-template/default/WEB-INF/web.xml?view=diff&r1=152955&r2=152956
==============================================================================
--- incubator/beehive/trunk/netui/src/webapp-template/default/WEB-INF/web.xml
(original)
+++ incubator/beehive/trunk/netui/src/webapp-template/default/WEB-INF/web.xml
Tue Feb 8 14:54:49 2005
@@ -101,20 +101,4 @@
<error-code>500</error-code>
<location>/error.jsp</location>
</error-page>
-
- <jsp-config>
- <!-- Define the Beehive / NetUI tag libraries -->
- <taglib>
-
<taglib-uri>http://beehive.apache.org/netui/tags-databinding-1.0</taglib-uri>
-
<taglib-location>/WEB-INF/beehive-netui-tags-databinding.tld</taglib-location>
- </taglib>
- <taglib>
-
<taglib-uri>http://beehive.apache.org/netui/tags-html-1.0</taglib-uri>
-
<taglib-location>/WEB-INF/beehive-netui-tags-html.tld</taglib-location>
- </taglib>
- <taglib>
-
<taglib-uri>http://beehive.apache.org/netui/tags-template-1.0</taglib-uri>
-
<taglib-location>/WEB-INF/beehive-netui-tags-template.tld</taglib-location>
- </taglib>
- </jsp-config>
</web-app>