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/12/19 09:24:10 UTC

cvs commit: jakarta-velocity/src/java/org/apache/velocity/runtime/defaults directive.properties

jvanzyl     00/12/19 00:24:10

  Modified:    src/java/org/apache/velocity/runtime/defaults
                        directive.properties
  Log:
  - Adding the #literal() directive to the core list of directives
    to activate on startup.
  
  Revision  Changes    Path
  1.6       +1 -0      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.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- directive.properties	2000/11/27 23:50:44	1.5
  +++ directive.properties	2000/12/19 08:24:10	1.6
  @@ -2,3 +2,4 @@
   directive.2=org.apache.velocity.runtime.directive.Include
   directive.3=org.apache.velocity.runtime.directive.Parse
   directive.4=org.apache.velocity.runtime.directive.Macro
  +directive.5=org.apache.velocity.runtime.directive.Literal