You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by sv...@apache.org on 2005/05/20 01:57:10 UTC

svn commit: r171022 - /myfaces/trunk/webapps/simple/WEB-INF/web.xml

Author: svieujot
Date: Thu May 19 16:57:10 2005
New Revision: 171022

URL: http://svn.apache.org/viewcvs?rev=171022&view=rev
Log:
Remove the taglib in the simple webapp web.xml, as the path were wrong and this crashed the webapp.

Modified:
    myfaces/trunk/webapps/simple/WEB-INF/web.xml

Modified: myfaces/trunk/webapps/simple/WEB-INF/web.xml
URL: http://svn.apache.org/viewcvs/myfaces/trunk/webapps/simple/WEB-INF/web.xml?rev=171022&r1=171021&r2=171022&view=diff
==============================================================================
--- myfaces/trunk/webapps/simple/WEB-INF/web.xml (original)
+++ myfaces/trunk/webapps/simple/WEB-INF/web.xml Thu May 19 16:57:10 2005
@@ -207,20 +207,4 @@
         <welcome-file>index.html</welcome-file>
     </welcome-file-list>
 
-
-    <taglib>
-        <taglib-uri>http://java.sun.com/jsf/core</taglib-uri>
-        <taglib-location>lib/myfaces_core.tld</taglib-location>
-    </taglib>
-
-    <taglib>
-        <taglib-uri>http://java.sun.com/jsf/html</taglib-uri>
-        <taglib-location>lib/myfaces_html.tld</taglib-location>
-    </taglib>
-
-    <taglib>
-        <taglib-uri>http://myfaces.apache.org/extensions</taglib-uri>
-        <taglib-location>lib/myfaces_ext.tld</taglib-location>
-    </taglib>
-
 </web-app>