Author: cbrisson
Date: Sun Mar 31 19:16:55 2019
New Revision: 1856687

URL: http://svn.apache.org/viewvc?rev=1856687&view=rev
Log:
[site/engine] Minor change in upgrading pages, plus push in prod

Modified:
    velocity/site/cms/trunk/content/engine/2.1/upgrading.mdtext
    velocity/site/cms/trunk/content/engine/devel/upgrading.mdtext
    velocity/site/production/engine/2.1/upgrading.html
    velocity/site/production/engine/devel/upgrading.html

Modified: velocity/site/cms/trunk/content/engine/2.1/upgrading.mdtext
URL: 
http://svn.apache.org/viewvc/velocity/site/cms/trunk/content/engine/2.1/upgrading.mdtext?rev=1856687&r1=1856686&r2=1856687&view=diff
==============================================================================
--- velocity/site/cms/trunk/content/engine/2.1/upgrading.mdtext (original)
+++ velocity/site/cms/trunk/content/engine/2.1/upgrading.mdtext Sun Mar 31 
19:16:55 2019
@@ -22,10 +22,10 @@ For busy people: To maximize backward co
     # Have #if($foo) only returns false if $foo is false or null
     directive.if.empty_check = false
     
-    # Allow '-' in identifiers
+    # Allow '-' in identifiers (since 2.1)
     parser.allow_hyphen_in_identifiers = true
     
-    # When displaying null arguments literals, use provided arguments literals
+    # When displaying null arguments literals, use provided arguments literals 
(since 2.1)
     velocimacro.arguments.preserve_literals = true
 
 Also, please note that Velocity 2.1 now requires Java JDK 1.8 for bulding and 
Java JRE 1.8 at runtime.

Modified: velocity/site/cms/trunk/content/engine/devel/upgrading.mdtext
URL: 
http://svn.apache.org/viewvc/velocity/site/cms/trunk/content/engine/devel/upgrading.mdtext?rev=1856687&r1=1856686&r2=1856687&view=diff
==============================================================================
--- velocity/site/cms/trunk/content/engine/devel/upgrading.mdtext (original)
+++ velocity/site/cms/trunk/content/engine/devel/upgrading.mdtext Sun Mar 31 
19:16:55 2019
@@ -22,10 +22,10 @@ For busy people: To maximize backward co
     # Have #if($foo) only returns false if $foo is false or null
     directive.if.empty_check = false
     
-    # Allow '-' in identifiers
+    # Allow '-' in identifiers (since 2.1)
     parser.allow_hyphen_in_identifiers = true
     
-    # When displaying null arguments literals, use provided arguments literals
+    # When displaying null arguments literals, use provided arguments literals 
(since 2.1)
     velocimacro.arguments.preserve_literals = true
 
 Also, please note that Velocity 2.1 now requires Java JDK 1.8 for bulding and 
Java JRE 1.8 at runtime.

Modified: velocity/site/production/engine/2.1/upgrading.html
URL: 
http://svn.apache.org/viewvc/velocity/site/production/engine/2.1/upgrading.html?rev=1856687&r1=1856686&r2=1856687&view=diff
==============================================================================
--- velocity/site/production/engine/2.1/upgrading.html (original)
+++ velocity/site/production/engine/2.1/upgrading.html Sun Mar 31 19:16:55 2019
@@ -258,10 +258,10 @@ h2:hover > .headerlink, h3:hover > .head
 <span class="c"># Have #if($foo) only returns false if $foo is false or 
null</span>
 <span class="na">directive.if.empty_check</span> <span class="o">=</span> 
<span class="s">false</span>
 
-<span class="c"># Allow &#39;-&#39; in identifiers</span>
+<span class="c"># Allow &#39;-&#39; in identifiers (since 2.1)</span>
 <span class="na">parser.allow_hyphen_in_identifiers</span> <span 
class="o">=</span> <span class="s">true</span>
 
-<span class="c"># When displaying null arguments literals, use provided 
arguments literals</span>
+<span class="c"># When displaying null arguments literals, use provided 
arguments literals (since 2.1)</span>
 <span class="na">velocimacro.arguments.preserve_literals</span> <span 
class="o">=</span> <span class="s">true</span>
 </pre></div>
 

Modified: velocity/site/production/engine/devel/upgrading.html
URL: 
http://svn.apache.org/viewvc/velocity/site/production/engine/devel/upgrading.html?rev=1856687&r1=1856686&r2=1856687&view=diff
==============================================================================
--- velocity/site/production/engine/devel/upgrading.html (original)
+++ velocity/site/production/engine/devel/upgrading.html Sun Mar 31 19:16:55 
2019
@@ -258,10 +258,10 @@ h2:hover > .headerlink, h3:hover > .head
 <span class="c"># Have #if($foo) only returns false if $foo is false or 
null</span>
 <span class="na">directive.if.empty_check</span> <span class="o">=</span> 
<span class="s">false</span>
 
-<span class="c"># Allow &#39;-&#39; in identifiers</span>
+<span class="c"># Allow &#39;-&#39; in identifiers (since 2.1)</span>
 <span class="na">parser.allow_hyphen_in_identifiers</span> <span 
class="o">=</span> <span class="s">true</span>
 
-<span class="c"># When displaying null arguments literals, use provided 
arguments literals</span>
+<span class="c"># When displaying null arguments literals, use provided 
arguments literals (since 2.1)</span>
 <span class="na">velocimacro.arguments.preserve_literals</span> <span 
class="o">=</span> <span class="s">true</span>
 </pre></div>
 


Reply via email to