You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by di...@apache.org on 2006/02/28 04:58:58 UTC

svn commit: r381554 - in /jakarta/commons/proper/jexl/trunk/xdocs/reference: examples.xml syntax.xml

Author: dion
Date: Mon Feb 27 19:58:56 2006
New Revision: 381554

URL: http://svn.apache.org/viewcvs?rev=381554&view=rev
Log:
Fix viewcvs entries to point to svn

Modified:
    jakarta/commons/proper/jexl/trunk/xdocs/reference/examples.xml
    jakarta/commons/proper/jexl/trunk/xdocs/reference/syntax.xml

Modified: jakarta/commons/proper/jexl/trunk/xdocs/reference/examples.xml
URL: http://svn.apache.org/viewcvs/jakarta/commons/proper/jexl/trunk/xdocs/reference/examples.xml?rev=381554&r1=381553&r2=381554&view=diff
==============================================================================
--- jakarta/commons/proper/jexl/trunk/xdocs/reference/examples.xml (original)
+++ jakarta/commons/proper/jexl/trunk/xdocs/reference/examples.xml Mon Feb 27 19:58:56 2006
@@ -34,14 +34,14 @@
       <p>
         You can find two sample programs in JEXL's CVS repository:
         <ul>
-          <li><a href="http://cvs.apache.org/viewcvs.cgi/jakarta-commons/jexl/examples/ArrayExample.java?view=markup">Using arrays</a></li>
-          <li><a href="http://cvs.apache.org/viewcvs.cgi/jakarta-commons/jexl/examples/MethodPropertyExample.java?view=markup">Accessing Properties and invoking methods</a></li>
+          <li><a href="http://svn.apache.org/viewcvs.cgi/jakarta/commons/proper/jexl/trunk/examples/ArrayExample.java?view=markup">Using arrays</a></li>
+          <li><a href="http://svn.apache.org/viewcvs.cgi/jakarta/commons/proper/jexl/trunk/examples/MethodPropertyExample.java?view=markup">Accessing Properties and invoking methods</a></li>
         </ul>
       </p>
       <p>
-        As well, <a href="http://cvs.apache.org/viewcvs.cgi/jakarta-commons/jexl/src/test/org/apache/commons/jexl/JexlTest.java?view=markup">JEXL's Unit Tests</a>
+        As well, <a href="http://svn.apache.org/viewcvs.cgi/jakarta/commons/proper/jexl/trunk/src/test/org/apache/commons/jexl/JexlTest.java?view=markup">JEXL's Unit Tests</a>
         provide handy examples of expressions. The test code also contains a
-        <a href="http://cvs.apache.org/viewcvs.cgi/jakarta-commons/jexl/src/test/org/apache/commons/jexl/Jexl.java?view=markup">simple class</a>
+        <a href="http://svn.apache.org/viewcvs.cgi/jakarta/commons/proper/jexl/trunk/src/test/org/apache/commons/jexl/Jexl.java?view=markup">simple class</a>
         that evaluates its command line arguments as JEXL expressions when run.
       </p>
     </section>

Modified: jakarta/commons/proper/jexl/trunk/xdocs/reference/syntax.xml
URL: http://svn.apache.org/viewcvs/jakarta/commons/proper/jexl/trunk/xdocs/reference/syntax.xml?rev=381554&r1=381553&r2=381554&view=diff
==============================================================================
--- jakarta/commons/proper/jexl/trunk/xdocs/reference/syntax.xml (original)
+++ jakarta/commons/proper/jexl/trunk/xdocs/reference/syntax.xml Mon Feb 27 19:58:56 2006
@@ -34,7 +34,7 @@
       <p>
         For more technical information about the JEXL Grammar, you can find the
         <a href="https://javacc.dev.java.net/">JavaCC</a> grammar for JEXL
-        here: <a href="http://cvs.apache.org/viewcvs.cgi/jakarta-commons/jexl/src/java/org/apache/commons/jexl/parser/Parser.jj?view=markup">Parser.jj</a>
+        here: <a href="http://svn.apache.org/viewcvs.cgi/jakarta/commons/proper/jexl/trunk/src/java/org/apache/commons/jexl/parser/Parser.jj?view=markup">Parser.jj</a>
       </p>
     </section>
     <section name="Language Elements">



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