Author: sebb
Date: Wed Mar 31 23:49:36 2010
New Revision: 929751
URL: http://svn.apache.org/viewvc?rev=929751&view=rev
Log:
Fix up some obsolete Jakarta references
Modified:
commons/proper/jexl/trunk/src/site/xdoc/index.xml
commons/proper/jexl/trunk/src/site/xdoc/reference/syntax.xml
Modified: commons/proper/jexl/trunk/src/site/xdoc/index.xml
URL:
http://svn.apache.org/viewvc/commons/proper/jexl/trunk/src/site/xdoc/index.xml?rev=929751&r1=929750&r2=929751&view=diff
==============================================================================
--- commons/proper/jexl/trunk/src/site/xdoc/index.xml (original)
+++ commons/proper/jexl/trunk/src/site/xdoc/index.xml Wed Mar 31 23:49:36 2010
@@ -60,7 +60,7 @@
</ul>
</p>
<p>
- Its name stands for Java EXpression Language, a simple expression
language inspired by Jakarta
+ Its name stands for Java EXpression Language, a simple expression
language inspired by Apache
Velocity and the Expression Language defined in the JavaServer
Pages Standard Tag Library version 1.1 (JSTL)
and JavaServer Pages version 2.0 (JSP). JEXL 2.0 adds features
inspired by
<a
href="http://java.sun.com/products/jsp/reference/techart/unifiedEL.html">Unified
EL</a>.
@@ -161,15 +161,15 @@
Tag Library for JavaServer Pages</a>. See the
<a
href="http://java.sun.com/products/jsp/jstl/1.1/docs/api/index.html">JSTL
API</a>.
</li>
- <li>Apache has a <a
href="http://jakarta.apache.org/taglibs/doc/standard-doc/intro.html">JSTL
Implementation</a>.</li>
+ <li>Apache has a <a
href="http://tomcat.apache.org/taglibs/standard/">JSTL Implementation</a>.</li>
</ul>
<subsection name="Velocity">
<p>
- <a href="http://jakarta.apache.org/velocity">Jakarta
Velocity</a> implements
+ <a href="http://velocity.apache.org/">Apache Velocity</a>
implements
a similar expression language.
</p>
<p>
- In particular the <a
href="http://jakarta.apache.org/velocity/user-guide.html#References">References</a>
+ In particular the <a
href="http://velocity.apache.org/engine/devel/user-guide.html#References">References</a>
section of the User Guide has some good information on properties
and method which correlate
directly to JEXL.
</p>
Modified: commons/proper/jexl/trunk/src/site/xdoc/reference/syntax.xml
URL:
http://svn.apache.org/viewvc/commons/proper/jexl/trunk/src/site/xdoc/reference/syntax.xml?rev=929751&r1=929750&r2=929751&view=diff
==============================================================================
--- commons/proper/jexl/trunk/src/site/xdoc/reference/syntax.xml (original)
+++ commons/proper/jexl/trunk/src/site/xdoc/reference/syntax.xml Wed Mar 31
23:49:36 2010
@@ -36,7 +36,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://svn.apache.org/viewcvs.cgi/jakarta/commons/proper/jexl/trunk/src/java/org/apache/commons/jexl/parser/Parser.jj?view=markup">Parser.jj</a>
+ here: <a
href="http://svn.apache.org/viewvc/commons/proper/jexl/trunk/src/main/java/org/apache/commons/jexl2/parser/Parser.jjt?view=markup">Parser.jjt</a>
</p>
</section>
<section name="Language Elements">