On 10/12/2009, hen...@apache.org <hen...@apache.org> wrote:
> Author: henrib
>  Date: Thu Dec 10 16:30:31 2009
>  New Revision: 889313
>
>  URL: http://svn.apache.org/viewvc?rev=889313&view=rev
>  Log:
>  documentation fixes; bsf beta3 as dependency

Why have you reverted to BSF beta3?

>  Modified:
>     commons/proper/jexl/trunk/pom.xml
>     commons/proper/jexl/trunk/xdocs/index.xml
>
>  Modified: commons/proper/jexl/trunk/pom.xml
>  URL: 
> http://svn.apache.org/viewvc/commons/proper/jexl/trunk/pom.xml?rev=889313&r1=889312&r2=889313&view=diff
>  
> ==============================================================================
>  --- commons/proper/jexl/trunk/pom.xml (original)
>  +++ commons/proper/jexl/trunk/pom.xml Thu Dec 10 16:30:31 2009
>  @@ -106,7 +106,7 @@
>          <dependency>
>              <groupId>org.apache.bsf</groupId>
>              <artifactId>bsf-api</artifactId>
>  -            <version>3.0</version>
>  +            <version>3.0-beta3</version>
>              <scope>compile</scope>
>          </dependency>
>      </dependencies>
>
>  Modified: commons/proper/jexl/trunk/xdocs/index.xml
>  URL: 
> http://svn.apache.org/viewvc/commons/proper/jexl/trunk/xdocs/index.xml?rev=889313&r1=889312&r2=889313&view=diff
>  
> ==============================================================================
>  --- commons/proper/jexl/trunk/xdocs/index.xml (original)
>  +++ commons/proper/jexl/trunk/xdocs/index.xml Thu Dec 10 16:30:31 2009
>  @@ -90,8 +90,8 @@
>                  <a 
> href="apidocs/org/apache/commons/jexl2/JexlContext.html">JexlContext</a>.
>              An Expression is created using
>                  <a 
> href="apidocs/org/apache/commons/jexl2/JexlEngine.html#createExpression(java.lang.String)">JexlEngine#createExpression()</a>,
>  -            passing a String containing valid JEXL syntax.  A JexlContext 
> can be created using a
>  -                <a 
> href="apidocs/org/apache/commons/jexl2/MapContext.html">new 
> MapContext.Mapped()</a>;
>  +            passing a String containing valid JEXL syntax.  A simple 
> JexlContext can be created by instantiating a
>  +                <a 
> href="apidocs/org/apache/commons/jexl2/MapContext.html">MapContext</a>;
>              a map of variables that will be internally wrapped can be 
> optionally provided through its constructor.
>              The following example, takes a variable named foo, and invokes 
> the bar() method on the property innerFoo:
>              </p>
>
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
For additional commands, e-mail: dev-h...@commons.apache.org

Reply via email to