You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@velocity.apache.org by nb...@apache.org on 2009/03/12 22:15:48 UTC

svn commit: r753021 - /velocity/engine/branches/2.0_Exp/src/java/org/apache/velocity/runtime/defaults/velocity.properties

Author: nbubna
Date: Thu Mar 12 21:15:46 2009
New Revision: 753021

URL: http://svn.apache.org/viewvc?rev=753021&view=rev
Log:
remove obsolete directive.evaluate.context.class property

Modified:
    velocity/engine/branches/2.0_Exp/src/java/org/apache/velocity/runtime/defaults/velocity.properties

Modified: velocity/engine/branches/2.0_Exp/src/java/org/apache/velocity/runtime/defaults/velocity.properties
URL: http://svn.apache.org/viewvc/velocity/engine/branches/2.0_Exp/src/java/org/apache/velocity/runtime/defaults/velocity.properties?rev=753021&r1=753020&r2=753021&view=diff
==============================================================================
--- velocity/engine/branches/2.0_Exp/src/java/org/apache/velocity/runtime/defaults/velocity.properties (original)
+++ velocity/engine/branches/2.0_Exp/src/java/org/apache/velocity/runtime/defaults/velocity.properties Thu Mar 12 21:15:46 2009
@@ -182,15 +182,6 @@
 
 
 # ----------------------------------------------------------------------------
-# EVALUATE
-# ----------------------------------------------------------------------------
-# Evaluate VTL dynamically in template.  Select a class for the Context
-# ----------------------------------------------------------------------------
-
-directive.evaluate.context.class = org.apache.velocity.VelocityContext
-
-
-# ----------------------------------------------------------------------------
 # PLUGGABLE INTROSPECTOR
 # ----------------------------------------------------------------------------
 # Allows alternative introspection and all that can of worms brings.