Author: sebb Date: Tue Aug 11 12:08:12 2009 New Revision: 803082 URL: http://svn.apache.org/viewvc?rev=803082&view=rev Log: Examples have moved
Modified: commons/proper/jexl/branches/2.0/xdocs/reference/examples.xml Modified: commons/proper/jexl/branches/2.0/xdocs/reference/examples.xml URL: http://svn.apache.org/viewvc/commons/proper/jexl/branches/2.0/xdocs/reference/examples.xml?rev=803082&r1=803081&r2=803082&view=diff ============================================================================== --- commons/proper/jexl/branches/2.0/xdocs/reference/examples.xml (original) +++ commons/proper/jexl/branches/2.0/xdocs/reference/examples.xml Tue Aug 11 12:08:12 2009 @@ -35,8 +35,8 @@ <p> You can find two sample programs in JEXL's CVS repository: <ul> - <li><a href="http://svn.apache.org/viewvc/commons/proper/jexl/trunk/examples/ArrayExample.java?view=markup">Using arrays</a></li> - <li><a href="http://svn.apache.org/viewvc/commons/proper/jexl/trunk/examples/MethodPropertyExample.java?view=markup">Accessing Properties and invoking methods</a></li> + <li><a href="http://svn.apache.org/viewvc/commons/proper/jexl/trunk/src/test/org/apache/commons/jexl/examples/ArrayTest.java?view=markup">Using arrays</a></li> + <li><a href="http://svn.apache.org/viewvc/commons/proper/jexl/trunk/src/test/org/apache/commons/jexl/examples/MethodPropertyTest.java?view=markup">Accessing Properties and invoking methods</a></li> </ul> </p> <p>