You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@velocity.apache.org by nb...@apache.org on 2008/01/04 02:02:53 UTC

svn commit: r608701 - /velocity/tools/trunk/examples/showcase/WEB-INF/web.xml

Author: nbubna
Date: Thu Jan  3 17:02:52 2008
New Revision: 608701

URL: http://svn.apache.org/viewvc?rev=608701&view=rev
Log:
have showcase clean configuration (just to show the feature, it's not necessary)

Modified:
    velocity/tools/trunk/examples/showcase/WEB-INF/web.xml

Modified: velocity/tools/trunk/examples/showcase/WEB-INF/web.xml
URL: http://svn.apache.org/viewvc/velocity/tools/trunk/examples/showcase/WEB-INF/web.xml?rev=608701&r1=608700&r2=608701&view=diff
==============================================================================
--- velocity/tools/trunk/examples/showcase/WEB-INF/web.xml (original)
+++ velocity/tools/trunk/examples/showcase/WEB-INF/web.xml Thu Jan  3 17:02:52 2008
@@ -28,6 +28,10 @@
       <param-name>org.apache.velocity.tools.deprecationSupportMode</param-name>
       <param-value>false</param-value>
     </init-param>
+    <init-param>
+      <param-name>org.apache.velocity.tools.cleanConfiguration</param-name>
+      <param-value>true</param-value>
+    </init-param>
   </servlet>
   <servlet-mapping>
     <servlet-name>velocity</servlet-name>