geirm       01/06/11 20:18:05

  Modified:    src/java/org/apache/velocity/runtime/parser Parser.jjt
  Log:
  Small change to move the namespace dumping out of the parser into
  runtime where it can be selectively controlled.
  
  Revision  Changes    Path
  1.61      +1 -10     
jakarta-velocity/src/java/org/apache/velocity/runtime/parser/Parser.jjt
  
  Index: Parser.jjt
  ===================================================================
  RCS file: 
/home/cvs/jakarta-velocity/src/java/org/apache/velocity/runtime/parser/Parser.jjt,v
  retrieving revision 1.60
  retrieving revision 1.61
  diff -u -r1.60 -r1.61
  --- Parser.jjt        2001/05/30 05:54:48     1.60
  +++ Parser.jjt        2001/06/12 03:18:05     1.61
  @@ -136,7 +136,7 @@
    *
    * @author <a href="mailto:[EMAIL PROTECTED]";>Jason van Zyl</a>
    * @author <a href="mailto:[EMAIL PROTECTED]";>Geir Magnusson Jr.</a>
  - * @version $Id: Parser.jjt,v 1.60 2001/05/30 05:54:48 geirm Exp $ 
  + * @version $Id: Parser.jjt,v 1.61 2001/06/12 03:18:05 geirm Exp $ 
   */
   public class Parser
   {
  @@ -190,15 +190,6 @@
           SimpleNode sn = null;
           
           currentTemplateName = templateName;
  -
  -        /*
  -         *  clearing the VM namespace for this template
  -         *  the VM factory / manager will determine if this 
  -         *  is appropose, but I think this is the place to indicate
  -         *  that it should be done.
  -         */
  -
  -        Runtime.dumpVMNamespace( currentTemplateName );
   
           try
           {
  
  
  

Reply via email to