Author: cbrisson
Date: Sun Mar 10 20:10:56 2019
New Revision: 1855160
URL: http://svn.apache.org/viewvc?rev=1855160&view=rev
Log:
[engine][VELOCITY-909] Fix comment.
Modified:
velocity/engine/branches/VELOCITY-909/velocity-engine-core/src/main/resources/org/apache/velocity/runtime/defaults/velocity.properties
Modified:
velocity/engine/branches/VELOCITY-909/velocity-engine-core/src/main/resources/org/apache/velocity/runtime/defaults/velocity.properties
URL:
http://svn.apache.org/viewvc/velocity/engine/branches/VELOCITY-909/velocity-engine-core/src/main/resources/org/apache/velocity/runtime/defaults/velocity.properties?rev=1855160&r1=1855159&r2=1855160&view=diff
==============================================================================
---
velocity/engine/branches/VELOCITY-909/velocity-engine-core/src/main/resources/org/apache/velocity/runtime/defaults/velocity.properties
(original)
+++
velocity/engine/branches/VELOCITY-909/velocity-engine-core/src/main/resources/org/apache/velocity/runtime/defaults/velocity.properties
Sun Mar 10 20:10:56 2019
@@ -47,17 +47,6 @@ directive.foreach.max_loops = -1
directive.if.empty_check = true
# ----------------------------------------------------------------------------
-# I N C L U D E P R O P E R T I E S
-# ----------------------------------------------------------------------------
-# These are the properties that governed the way #include'd content
-# is governed.
-# ----------------------------------------------------------------------------
-
-# deprecated: if/how errors are displayed is not the concern of the engine,
which should throw in all cases
-#directive.include.output_errormsg_start = <!-- include error :
-#directive.include.output_errormsg_end = see error log -->
-
-# ----------------------------------------------------------------------------
# P A R S E P R O P E R T I E S
# ----------------------------------------------------------------------------
@@ -126,7 +115,7 @@ velocimacro.arguments.strict = false
# Defines name of the reference that can be used to render the AST block
passed to
# block macro call as an argument inside a macro.
# ----------------------------------------------------------------------------
-velocimacro.body_reference=bodyContent
+velocimacro.body_reference = bodyContent
# ----------------------------------------------------------------------------
# VELOCIMACRO PRESERVE ARGUMENTS LITERALS