You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@velocity.apache.org by jv...@locus.apache.org on 2000/09/19 06:56:11 UTC

cvs commit: jakarta-velocity/testbed velocity.properties

jvanzyl     00/09/18 21:56:11

  Modified:    testbed  velocity.properties
  Log:
  - updated processor property to reflect package change in JavaCCProcessor.
  
  Revision  Changes    Path
  1.2       +1 -1      jakarta-velocity/testbed/velocity.properties
  
  Index: velocity.properties
  ===================================================================
  RCS file: /home/cvs/jakarta-velocity/testbed/velocity.properties,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- velocity.properties	2000/09/19 01:59:17	1.1
  +++ velocity.properties	2000/09/19 04:56:10	1.2
  @@ -22,7 +22,7 @@
   
   # These are case sensitive
   
  -template.processor = org.apache.velocity.processor.JavaCCProcessor
  +template.processor = org.apache.velocity.processor.javacc.JavaCCProcessor
   template.syntax = velocity
   #template.syntax = webmacro
   template.mode=NoCache