jvanzyl     00/11/27 15:50:47

  Modified:    src/java/org/apache/velocity/runtime/defaults
                        directive.properties
  Log:
  - Directives are now initialized within the Runtime using
    dynamic class loading. This properties file is now being
    used as the list of directives to load.
  
  Revision  Changes    Path
  1.5       +4 -5      
jakarta-velocity/src/java/org/apache/velocity/runtime/defaults/directive.properties
  
  Index: directive.properties
  ===================================================================
  RCS file: 
/home/cvs/jakarta-velocity/src/java/org/apache/velocity/runtime/defaults/directive.properties,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- directive.properties      2000/11/16 20:42:25     1.4
  +++ directive.properties      2000/11/27 23:50:44     1.5
  @@ -1,5 +1,4 @@
  -directive.1=Foreach
  -directive.2=Dummy
  -directive.3=Include
  -directive.4=Parse
  -directive.5=Macro
  \ No newline at end of file
  +directive.1=org.apache.velocity.runtime.directive.Foreach
  +directive.2=org.apache.velocity.runtime.directive.Include
  +directive.3=org.apache.velocity.runtime.directive.Parse
  +directive.4=org.apache.velocity.runtime.directive.Macro
  
  
  

Reply via email to