jvanzyl     01/02/27 00:01:46

  Modified:    src/java/org/apache/velocity/texen/defaults texen.properties
  Log:
  - now using the standard string utils class in velocity
    instead of the texen version which had a lot of
    duplicated code.
  
  Revision  Changes    Path
  1.2       +1 -1      
jakarta-velocity/src/java/org/apache/velocity/texen/defaults/texen.properties
  
  Index: texen.properties
  ===================================================================
  RCS file: 
/home/cvs/jakarta-velocity/src/java/org/apache/velocity/texen/defaults/texen.properties,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- texen.properties  2000/11/16 02:17:04     1.1
  +++ texen.properties  2001/02/27 08:01:45     1.2
  @@ -1,4 +1,4 @@
   path.output=output
  -context.objects.strings=org.apache.velocity.texen.util.StringUtil
  +context.objects.strings=org.apache.velocity.util.StringUtils
   context.objects.files=org.apache.velocity.texen.util.FileUtil
   context.objects.properties=org.apache.velocity.texen.util.PropertiesUtil
  
  
  

Reply via email to