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 2010/01/11 20:37:05 UTC

svn commit: r898029 - in /velocity/engine/branches/2.0_Exp: pom.xml xdocs/docs/developer-guide.xml

Author: nbubna
Date: Mon Jan 11 19:37:05 2010
New Revision: 898029

URL: http://svn.apache.org/viewvc?rev=898029&view=rev
Log:
VELOCITY-617 deprecate WebMacro and mark ORO optional

Modified:
    velocity/engine/branches/2.0_Exp/pom.xml
    velocity/engine/branches/2.0_Exp/xdocs/docs/developer-guide.xml

Modified: velocity/engine/branches/2.0_Exp/pom.xml
URL: http://svn.apache.org/viewvc/velocity/engine/branches/2.0_Exp/pom.xml?rev=898029&r1=898028&r2=898029&view=diff
==============================================================================
--- velocity/engine/branches/2.0_Exp/pom.xml (original)
+++ velocity/engine/branches/2.0_Exp/pom.xml Mon Jan 11 19:37:05 2010
@@ -164,6 +164,7 @@
       <groupId>oro</groupId>
       <artifactId>oro</artifactId>
       <version>2.0.8</version>
+      <optional>true</optional>
     </dependency>
     <dependency>
       <groupId>jdom</groupId>

Modified: velocity/engine/branches/2.0_Exp/xdocs/docs/developer-guide.xml
URL: http://svn.apache.org/viewvc/velocity/engine/branches/2.0_Exp/xdocs/docs/developer-guide.xml?rev=898029&r1=898028&r2=898029&view=diff
==============================================================================
--- velocity/engine/branches/2.0_Exp/xdocs/docs/developer-guide.xml (original)
+++ velocity/engine/branches/2.0_Exp/xdocs/docs/developer-guide.xml Mon Jan 11 19:37:05 2010
@@ -213,7 +213,8 @@
   <a href="http://jakarta.apache.org/oro/index.html"><b>Jakarta ORO</b></a>
    - optional.  Needed when using the
    <code>org.apache.velocity.convert.WebMacro</code> template conversion
-   utility.
+   utility or <code>org.apache.velocity.app.event.implement.EscapeReference</code>
+   ReferenceInsertionEventHandler.
  </li>
 </ul>