[EMAIL PROTECTED] writes:

> sidler      02/04/04 05:05:57
>
>   Modified:    struts/examples/struts/WEB-INF web.xml
>                view/src/java/org/apache/velocity/tools/view/servlet
>                         VelocityViewServlet.java
>   Log:
>   Modified VelocityViewServlet to load configuration using method
>   loadConfiguration of VelocityServlet. Adjusted examples.
>   
>   Revision  Changes    Path
>   1.4       +1 -1      jakarta-velocity-tools/struts/examples/struts/WEB-INF/web.xml
>   
>   Index: web.xml
>   ===================================================================
>   RCS file: /home/cvs/jakarta-velocity-tools/struts/examples/struts/WEB-INF/web.xml,v
>   retrieving revision 1.3
>   retrieving revision 1.4
>   diff -u -r1.3 -r1.4
>   --- web.xml 2 Apr 2002 16:46:29 -0000       1.3
>   +++ web.xml 4 Apr 2002 13:05:56 -0000       1.4
>   @@ -59,7 +59,7 @@
>       </init-param>
>    
>        <init-param>
>   -      <param-name>velocity.properties</param-name>
>   +      <param-name>properties</param-name>
>          <param-value>/WEB-INF/velocity.properties</param-value>
>       </init-param>

Note in CVS HEAD, this is property is named
org.apache.velocity.properties.  However, no released version supports
that yet, and "properties" is supported in a deprecated fashion, so
this is probably the way to go under 1.4 is released.

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to