jon         00/11/03 15:29:40

  Modified:    examples velocity.properties
  Log:
  removed FastWriter and replaced it with TeaServlet's excellent IO code
  
  Revision  Changes    Path
  1.4       +2 -3      jakarta-velocity/examples/velocity.properties
  
  Index: velocity.properties
  ===================================================================
  RCS file: /home/cvs/jakarta-velocity/examples/velocity.properties,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- velocity.properties       2000/11/02 15:28:37     1.3
  +++ velocity.properties       2000/11/03 23:29:39     1.4
  @@ -19,9 +19,8 @@
   # #
   template.cache=false
   
  -# Options for the FastWriter
  -template.encoding = UTF8
  -template.asciihack = false
  +# Options for the Output
  +template.encoding=8859_1
   
   
   # This is for #foreach loops. You can
  
  
  

Reply via email to