You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by eb...@apache.org on 2017/04/07 12:26:45 UTC

svn commit: r1790540 - /commons/proper/jexl/trunk/src/site/xdoc/reference/examples.xml

Author: ebourg
Date: Fri Apr  7 12:26:45 2017
New Revision: 1790540

URL: http://svn.apache.org/viewvc?rev=1790540&view=rev
Log:
Fortunately CVS is no longer used


Modified:
    commons/proper/jexl/trunk/src/site/xdoc/reference/examples.xml

Modified: commons/proper/jexl/trunk/src/site/xdoc/reference/examples.xml
URL: http://svn.apache.org/viewvc/commons/proper/jexl/trunk/src/site/xdoc/reference/examples.xml?rev=1790540&r1=1790539&r2=1790540&view=diff
==============================================================================
--- commons/proper/jexl/trunk/src/site/xdoc/reference/examples.xml (original)
+++ commons/proper/jexl/trunk/src/site/xdoc/reference/examples.xml Fri Apr  7 12:26:45 2017
@@ -32,7 +32,7 @@
         </ul>
       </p>
       <p>
-        You can find two sample programs in JEXL's CVS repository:
+        You can find two sample programs in JEXL's source repository:
         <ul>
           <li><a href="http://svn.apache.org/viewvc/commons/proper/jexl/trunk/src/test/java/org/apache/commons/jexl3/examples/ArrayTest.java?view=markup">Using arrays</a></li>
           <li><a href="http://svn.apache.org/viewvc/commons/proper/jexl/trunk/src/test/java/org/apache/commons/jexl3/examples/MethodPropertyTest.java?view=markup">Accessing Properties and invoking methods</a></li>