Title: [waffle-scm] [670] trunk/examples/freemarker-example/src/main/webapp/WEB-INF/web.xml: Removed unnecessary custom component declaration.
Revision
670
Author
mauro
Date
2008-05-07 07:24:43 -0500 (Wed, 07 May 2008)

Log Message

Removed unnecessary custom component declaration.

Modified Paths


Diff

Modified: trunk/examples/freemarker-example/src/main/webapp/WEB-INF/web.xml (669 => 670)

--- trunk/examples/freemarker-example/src/main/webapp/WEB-INF/web.xml	2008-05-07 11:22:21 UTC (rev 669)
+++ trunk/examples/freemarker-example/src/main/webapp/WEB-INF/web.xml	2008-05-07 12:24:43 UTC (rev 670)
@@ -12,10 +12,6 @@
     <param-value>org.codehaus.waffle.example.freemarker.FreemarkerRegistrar</param-value>
   </context-param>
   <context-param>
-    <param-name>org.codehaus.waffle.action.MethodDefinitionFinder</param-name>
-    <param-value>org.codehaus.waffle.action.ParanamerMethodDefinitionFinder</param-value>
-  </context-param>
-  <context-param>
     <param-name>register:DateValueConverter</param-name>
     <param-value>org.codehaus.waffle.bind.converters.DateValueConverter</param-value>
   </context-param>


To unsubscribe from this list please visit:

http://xircles.codehaus.org/manage_email

Reply via email to