You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by ma...@apache.org on 2005/08/31 18:19:53 UTC

svn commit: r265525 - /myfaces/examples/trunk/conf/web-develop.xml

Author: manolito
Date: Wed Aug 31 09:19:48 2005
New Revision: 265525

URL: http://svn.apache.org/viewcvs?rev=265525&view=rev
Log:
added uri for tomahawk.tld

Modified:
    myfaces/examples/trunk/conf/web-develop.xml

Modified: myfaces/examples/trunk/conf/web-develop.xml
URL: http://svn.apache.org/viewcvs/myfaces/examples/trunk/conf/web-develop.xml?rev=265525&r1=265524&r2=265525&view=diff
==============================================================================
--- myfaces/examples/trunk/conf/web-develop.xml (original)
+++ myfaces/examples/trunk/conf/web-develop.xml Wed Aug 31 09:19:48 2005
@@ -207,28 +207,30 @@
         <welcome-file>index.html</welcome-file>
     </welcome-file-list>
 
-    <taglib>
+    <taglib>
     	<taglib-uri>http://myfaces.apache.org/sandbox</taglib-uri>
         <taglib-location>/WEB-INF/myfaces_sandbox.tld</taglib-location>
     </taglib>
 
-    <taglib>
+    <taglib>
     	<taglib-uri>http://myfaces.apache.org/extensions</taglib-uri>
         <taglib-location>/WEB-INF/myfaces_ext.tld</taglib-location>
     </taglib>
 
-    <taglib>
+    <taglib>
     	<taglib-uri>http://java.sun.com/jsf/core</taglib-uri>
         <taglib-location>/WEB-INF/myfaces_core.tld</taglib-location>
     </taglib>
 
-    <taglib>
+    <taglib>
     	<taglib-uri>http://java.sun.com/jsf/html</taglib-uri>
         <taglib-location>/WEB-INF/myfaces_html.tld</taglib-location>
     </taglib>
 
-
-
+    <taglib>
+    	<taglib-uri>http://myfaces.apache.org/tomahawk</taglib-uri>
+        <taglib-location>/WEB-INF/tomahawk.tld</taglib-location>
+    </taglib>
 
 </web-app>