You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by bo...@apache.org on 2006/04/19 22:08:28 UTC

svn commit: r395383 - in /myfaces/tobago/trunk/example/facelets/src/main/webapp/WEB-INF: facelets/ web.xml

Author: bommel
Date: Wed Apr 19 13:08:28 2006
New Revision: 395383

URL: http://svn.apache.org/viewcvs?rev=395383&view=rev
Log:
removed tobago extensions for facelets example

Removed:
    myfaces/tobago/trunk/example/facelets/src/main/webapp/WEB-INF/facelets/
Modified:
    myfaces/tobago/trunk/example/facelets/src/main/webapp/WEB-INF/web.xml

Modified: myfaces/tobago/trunk/example/facelets/src/main/webapp/WEB-INF/web.xml
URL: http://svn.apache.org/viewcvs/myfaces/tobago/trunk/example/facelets/src/main/webapp/WEB-INF/web.xml?rev=395383&r1=395382&r2=395383&view=diff
==============================================================================
--- myfaces/tobago/trunk/example/facelets/src/main/webapp/WEB-INF/web.xml (original)
+++ myfaces/tobago/trunk/example/facelets/src/main/webapp/WEB-INF/web.xml Wed Apr 19 13:08:28 2006
@@ -23,11 +23,7 @@
 
   <display-name>Blank Tobago Application</display-name>
 
-  <context-param>
-    <param-name>facelets.LIBRARIES</param-name>
-    <param-value>/WEB-INF/facelets/tags/tobago-extension.taglib.xml</param-value>
-  </context-param>
-
+  
   <context-param>
     <param-name>facelets.DEVELOPMENT</param-name>
     <param-value>true</param-value>