Author: rahul
Date: Fri Aug  3 15:09:36 2007
New Revision: 562603

URL: http://svn.apache.org/viewvc?view=rev&rev=562603
Log:
Update references for Commons move from Jakarta to TLP.
Thanks to Niall Pemberton (niallp at apache dot org)
SHALE-460

Modified:
    shale/framework/trunk/pom.xml
    shale/framework/trunk/shale-application/src/site/xdoc/index.xml
    shale/framework/trunk/shale-clay/src/site/xdoc/index.xml
    
shale/framework/trunk/shale-dialog-scxml/src/main/java/org/apache/shale/dialog/scxml/Globals.java
    
shale/framework/trunk/shale-dialog-scxml/src/main/java/org/apache/shale/dialog/scxml/ShaleDialogELEvaluator.java
    shale/framework/trunk/shale-dialog-scxml/src/site/xdoc/index.xml
    shale/framework/trunk/shale-dialog/src/site/xdoc/index.xml
    
shale/framework/trunk/shale-remoting/src/main/java/org/apache/shale/remoting/impl/ChainProcessor.java
    
shale/framework/trunk/shale-remoting/src/main/java/org/apache/shale/remoting/logger/CommonsLogger.java
    shale/framework/trunk/shale-remoting/src/site/xdoc/index.xml
    
shale/framework/trunk/shale-validator/src/main/java/org/apache/shale/validator/CommonsValidator.java
    shale/framework/trunk/shale-validator/src/site/xdoc/index.xml
    shale/framework/trunk/src/site/xdoc/index.xml
    shale/framework/trunk/src/site/xdoc/using.xml

Modified: shale/framework/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/shale/framework/trunk/pom.xml?view=diff&rev=562603&r1=562602&r2=562603
==============================================================================
--- shale/framework/trunk/pom.xml (original)
+++ shale/framework/trunk/pom.xml Fri Aug  3 15:09:36 2007
@@ -295,10 +295,10 @@
                     <links>
                         <link>http://java.sun.com/j2se/1.4.2/docs/api</link>
                         
<link>http://java.sun.com/j2ee/sdk_1.2.1/techdocs/api</link>
-                        
<link>http://jakarta.apache.org/commons/chain/apidocs</link>
-                        
<link>http://jakarta.apache.org/commons/digester/commons-digester-1.8/docs/api</link>
-                        
<link>http://jakarta.apache.org/commons/logging/commons-logging-1.1/apidocs</link>
-                        
<link>http://jakarta.apache.org/commons/validator/api-release/</link>
+                        <link>http://commons.apache.org/chain/apidocs</link>
+                        
<link>http://commons.apache.org/digester/commons-digester-1.8/docs/api</link>
+                        
<link>http://commons.apache.org/logging/commons-logging-1.1/apidocs</link>
+                        
<link>http://commons.apache.org/validator/api-release/</link>
                     </links>
                 </configuration>
             </plugin>

Modified: shale/framework/trunk/shale-application/src/site/xdoc/index.xml
URL: 
http://svn.apache.org/viewvc/shale/framework/trunk/shale-application/src/site/xdoc/index.xml?view=diff&rev=562603&r1=562602&r2=562603
==============================================================================
--- shale/framework/trunk/shale-application/src/site/xdoc/index.xml (original)
+++ shale/framework/trunk/shale-application/src/site/xdoc/index.xml Fri Aug  3 
15:09:36 2007
@@ -86,7 +86,7 @@
 
         <p><code>ShaleApplicationFilter</code> imposes a standard request
         processing lifecycle using
-        <a href="http://jakarta.apache.org/commons/chain/";>Commons Chain</a>
+        <a href="http://commons.apache.org/chain/";>Commons Chain</a>
         technology, which provides both preprocessing and postprocessing
         hooks where the application developer can plug in additional
         behavior at these two points in time.  The following processing

Modified: shale/framework/trunk/shale-clay/src/site/xdoc/index.xml
URL: 
http://svn.apache.org/viewvc/shale/framework/trunk/shale-clay/src/site/xdoc/index.xml?view=diff&rev=562603&r1=562602&r2=562603
==============================================================================
--- shale/framework/trunk/shale-clay/src/site/xdoc/index.xml (original)
+++ shale/framework/trunk/shale-clay/src/site/xdoc/index.xml Fri Aug  3 
15:09:36 2007
@@ -39,7 +39,7 @@
                  <ul>
                    <li><i>HTML Views</i></li>
                         <p> 
-                        Similar to <a 
href="http://jakarta.apache.org/tapestry/";>Tapestry</a> and 
+                        Similar to <a 
href="http://tapestry.apache.org/";>Tapestry</a> and 
                         <a href="https://facelets.dev.java.net";>Facelets</a>, 
you define your
                         views in HTML. For dynamic content, you tie HTML 
elements to JSF components
                         with a <code>jsfid</code> attribute--when Clay renders 
your view, it
@@ -96,7 +96,7 @@
                  <p>If you'd like your graphic designers to implement your 
look and feel while your
                  software developers work on components, then JSP is a 
terrible solution. I can see
                  those of you in the back of the room nodding your heads, so I 
won't preach to the choir.
-                 The Apache <a 
href="http://jakarta.apache.org/tapestry/";>Tapestry</a> 
+                 The Apache <a href="http://tapestry.apache.org/";>Tapestry</a> 
         framework was the first Java web framework that not 
                  only acknowledged that fact, but, more importantly, did 
something about it.</p>
 

Modified: 
shale/framework/trunk/shale-dialog-scxml/src/main/java/org/apache/shale/dialog/scxml/Globals.java
URL: 
http://svn.apache.org/viewvc/shale/framework/trunk/shale-dialog-scxml/src/main/java/org/apache/shale/dialog/scxml/Globals.java?view=diff&rev=562603&r1=562602&r2=562603
==============================================================================
--- 
shale/framework/trunk/shale-dialog-scxml/src/main/java/org/apache/shale/dialog/scxml/Globals.java
 (original)
+++ 
shale/framework/trunk/shale-dialog-scxml/src/main/java/org/apache/shale/dialog/scxml/Globals.java
 Fri Aug  3 15:09:36 2007
@@ -21,7 +21,7 @@
 
 /**
  * <p>Manifest constants and well known event names for the
- * Jakarta Commons SCXML driven Shale dialog implementation.</p>
+ * Apache Commons SCXML driven Shale dialog implementation.</p>
  *
  * @since 1.0.4
  */

Modified: 
shale/framework/trunk/shale-dialog-scxml/src/main/java/org/apache/shale/dialog/scxml/ShaleDialogELEvaluator.java
URL: 
http://svn.apache.org/viewvc/shale/framework/trunk/shale-dialog-scxml/src/main/java/org/apache/shale/dialog/scxml/ShaleDialogELEvaluator.java?view=diff&rev=562603&r1=562602&r2=562603
==============================================================================
--- 
shale/framework/trunk/shale-dialog-scxml/src/main/java/org/apache/shale/dialog/scxml/ShaleDialogELEvaluator.java
 (original)
+++ 
shale/framework/trunk/shale-dialog-scxml/src/main/java/org/apache/shale/dialog/scxml/ShaleDialogELEvaluator.java
 Fri Aug  3 15:09:36 2007
@@ -50,7 +50,7 @@
  *   <ol>
  *     <li>JSF method binding expressions get delegated to the JSF
  *         implementation (Ex: Apache MyFaces).</li>
- *     <li>JSP expressions get delegated to the Apache Jakarta Commons
+ *     <li>JSP expressions get delegated to the Apache Commons
  *         EL ExpressionEvaluator implementation. This evaluator adds
  *         ability to evaluate special predicates defined by SCXML.</li>
  *   </ol>

Modified: shale/framework/trunk/shale-dialog-scxml/src/site/xdoc/index.xml
URL: 
http://svn.apache.org/viewvc/shale/framework/trunk/shale-dialog-scxml/src/site/xdoc/index.xml?view=diff&rev=562603&r1=562602&r2=562603
==============================================================================
--- shale/framework/trunk/shale-dialog-scxml/src/site/xdoc/index.xml (original)
+++ shale/framework/trunk/shale-dialog-scxml/src/site/xdoc/index.xml Fri Aug  3 
15:09:36 2007
@@ -36,7 +36,7 @@
 
         <p>This module contains the <em>SCXML (State Chart XML) 
Implementation</em>
         of the Shale Dialog Manager facilities.  It uses the
-        <a href="http://jakarta.apache.org/commons/scxml/";>Commons SCXML</a>
+        <a href="http://commons.apache.org/scxml/";>Commons SCXML</a>
         library for the dialog state machine execution under the
         covers, and the dialogs are described using SCXML documents.</p>
 
@@ -61,7 +61,7 @@
           expression evaluation, parallelism and the possibility
           (<i>currently not available in the shale-dialog-scxml module</i>) to 
add
           domain-specific XML vocabularies via action namespaces. See the
-          <a href="http://jakarta.apache.org/commons/scxml/";>Commons SCXML 
site</a>
+          <a href="http://commons.apache.org/scxml/";>Commons SCXML site</a>
           for details.</li>
 
           <li>Those developing multi-channel applications, or using frameworks
@@ -268,7 +268,7 @@
 
         <p>The Shale dialogs Commons SCXML implementation provides a couple
            of custom Commons SCXML actions out of the box (
-           <a 
href="http://jakarta.apache.org/commons/scxml/guide/custom-actions.html";>
+           <a href="http://commons.apache.org/scxml/guide/custom-actions.html";>
            background reading on custom actions</a>). The first one
            allows the use of redirects while navigating to a view,
            and the second allows overriding the

Modified: shale/framework/trunk/shale-dialog/src/site/xdoc/index.xml
URL: 
http://svn.apache.org/viewvc/shale/framework/trunk/shale-dialog/src/site/xdoc/index.xml?view=diff&rev=562603&r1=562602&r2=562603
==============================================================================
--- shale/framework/trunk/shale-dialog/src/site/xdoc/index.xml (original)
+++ shale/framework/trunk/shale-dialog/src/site/xdoc/index.xml Fri Aug  3 
15:09:36 2007
@@ -107,7 +107,7 @@
                 State Chart XML</a>, which is currently a Working Draft 
published
                 by the W3C.  This technology has grown out of the use of 
similar
                 techniques in the telephony industry, and Shale uses the
-                <a href="http://jakarta.apache.org/commons/scxml";>Jakarta
+                <a href="http://commons.apache.org/scxml";>Apache
                 Commons SCXML</a> library to provide the required execution
                 engine.</li>
         </ul>

Modified: 
shale/framework/trunk/shale-remoting/src/main/java/org/apache/shale/remoting/impl/ChainProcessor.java
URL: 
http://svn.apache.org/viewvc/shale/framework/trunk/shale-remoting/src/main/java/org/apache/shale/remoting/impl/ChainProcessor.java?view=diff&rev=562603&r1=562602&r2=562603
==============================================================================
--- 
shale/framework/trunk/shale-remoting/src/main/java/org/apache/shale/remoting/impl/ChainProcessor.java
 (original)
+++ 
shale/framework/trunk/shale-remoting/src/main/java/org/apache/shale/remoting/impl/ChainProcessor.java
 Fri Aug  3 15:09:36 2007
@@ -32,7 +32,7 @@
 
 /**
  * <p>Implementation of [EMAIL PROTECTED] Processor} which maps a resource 
identifier
- * to the name of a <a href="http://jakarta.apache.org/commons/chain";>Commons
+ * to the name of a <a href="http://commons.apache.org/chain";>Commons
  * Chain</a> command or chain, in an appropriate catalog.  The command or chain
  * that is executed is passed an appropriate <code>Context</code> object, and
  * it will also have access to the current JavaServer Faces state by calling

Modified: 
shale/framework/trunk/shale-remoting/src/main/java/org/apache/shale/remoting/logger/CommonsLogger.java
URL: 
http://svn.apache.org/viewvc/shale/framework/trunk/shale-remoting/src/main/java/org/apache/shale/remoting/logger/CommonsLogger.java?view=diff&rev=562603&r1=562602&r2=562603
==============================================================================
--- 
shale/framework/trunk/shale-remoting/src/main/java/org/apache/shale/remoting/logger/CommonsLogger.java
 (original)
+++ 
shale/framework/trunk/shale-remoting/src/main/java/org/apache/shale/remoting/logger/CommonsLogger.java
 Fri Aug  3 15:09:36 2007
@@ -23,7 +23,7 @@
 import org.apache.commons.logging.LogFactory;
 
 /**
- * <p>Implementation of [EMAIL PROTECTED] Logger} that interacts with the 
Apache Jakarta
+ * <p>Implementation of [EMAIL PROTECTED] Logger} that interacts with the 
Apache
  * Commons Logging APIs.</p>
  */
 public final class CommonsLogger extends AbstractLogger {

Modified: shale/framework/trunk/shale-remoting/src/site/xdoc/index.xml
URL: 
http://svn.apache.org/viewvc/shale/framework/trunk/shale-remoting/src/site/xdoc/index.xml?view=diff&rev=562603&r1=562602&r2=562603
==============================================================================
--- shale/framework/trunk/shale-remoting/src/site/xdoc/index.xml (original)
+++ shale/framework/trunk/shale-remoting/src/site/xdoc/index.xml Fri Aug  3 
15:09:36 2007
@@ -48,7 +48,7 @@
               </li>
               <li>
                   <i>Chain</i>
-                  : maps a URL to a Jakarta Commons Chain (chains are used 
internally by Shale)
+                  : maps a URL to a Apache Commons Chain (chains are used 
internally by Shale)
               </li>
           </ul>
 

Modified: 
shale/framework/trunk/shale-validator/src/main/java/org/apache/shale/validator/CommonsValidator.java
URL: 
http://svn.apache.org/viewvc/shale/framework/trunk/shale-validator/src/main/java/org/apache/shale/validator/CommonsValidator.java?view=diff&rev=562603&r1=562602&r2=562603
==============================================================================
--- 
shale/framework/trunk/shale-validator/src/main/java/org/apache/shale/validator/CommonsValidator.java
 (original)
+++ 
shale/framework/trunk/shale-validator/src/main/java/org/apache/shale/validator/CommonsValidator.java
 Fri Aug  3 15:09:36 2007
@@ -56,7 +56,7 @@
 
 /**
  * <p>This is a JavaServer Faces <code>Validator</code> that uses
- * Jakarta Commons Validator to perform validation, either on the
+ * Apache Commons Validator to perform validation, either on the
  * client side, the server side, or both.</p>
  *
  *  <p>The current implementation is dependent on version 1.3 of Commons 
Validator.

Modified: shale/framework/trunk/shale-validator/src/site/xdoc/index.xml
URL: 
http://svn.apache.org/viewvc/shale/framework/trunk/shale-validator/src/site/xdoc/index.xml?view=diff&rev=562603&r1=562602&r2=562603
==============================================================================
--- shale/framework/trunk/shale-validator/src/site/xdoc/index.xml (original)
+++ shale/framework/trunk/shale-validator/src/site/xdoc/index.xml Fri Aug  3 
15:09:36 2007
@@ -30,7 +30,7 @@
 
         <p>JavaServer Faces 1.x does not explicitly support client-side
                  validation and only provides a minimal set of server-side
-                 validators. On the other hand, <a 
href="http://jakarta.apache.org/commons/validator/";>Apache Commons Validator</a>
+                 validators. On the other hand, <a 
href="http://commons.apache.org/validator/";>Apache Commons Validator</a>
                  supports both client- and server-side validators and comes
                  with the following useful validators:</p>
 

Modified: shale/framework/trunk/src/site/xdoc/index.xml
URL: 
http://svn.apache.org/viewvc/shale/framework/trunk/src/site/xdoc/index.xml?view=diff&rev=562603&r1=562602&r2=562603
==============================================================================
--- shale/framework/trunk/src/site/xdoc/index.xml (original)
+++ shale/framework/trunk/src/site/xdoc/index.xml Fri Aug  3 15:09:36 2007
@@ -61,8 +61,8 @@
             Traditional application wide front controller features that should
             be applied to every request.</li>
         <li><a href="shale-validator/index.html">Validation</a> - Integration 
with
-            the <a href="http://jakarta.apache.org/commons/validator/";>
-            Jakarta Commons Validator Framework</a>, supporting both client 
side
+            the <a href="http://commons.apache.org/validator/";>
+            Apache Commons Validator Framework</a>, supporting both client side
             and server side validations based on a single set of configured
             validation rules.</li>
         <li><a href="shale-remoting/index.html">Remoting</a> - Server side 
support
@@ -73,7 +73,7 @@
             allowing the use of Spring's dependency injection framework to 
create
             JavaServer Faces managed beans.</li>
         <li><a href="shale-clay/index.html">Clay</a> - An alternative to JSP 
where
-                     you define views in pure HTML, in a fashion similar to <a 
href="http://jakarta.apache.org/tapestry/index.html";>Tapestry</a>
+                     you define views in pure HTML, in a fashion similar to <a 
href="http://tapestry.apache.org/index.html";>Tapestry</a>
                                and <a 
href="https://facelets.dev.java.net/";>Facelets</a>.
                  An innovative
             sub-framework for supporting the configuration of reusable subtrees

Modified: shale/framework/trunk/src/site/xdoc/using.xml
URL: 
http://svn.apache.org/viewvc/shale/framework/trunk/src/site/xdoc/using.xml?view=diff&rev=562603&r1=562602&r2=562603
==============================================================================
--- shale/framework/trunk/src/site/xdoc/using.xml (original)
+++ shale/framework/trunk/src/site/xdoc/using.xml Fri Aug  3 15:09:36 2007
@@ -75,25 +75,25 @@
             </tr>
             <tr>
               <td><code>shale-application.jar</code></td>
-              <td><a 
href="http://jakarta.apache.org/commons/beanutils/";>Commons BeanUtils</a></td>
+              <td><a href="http://commons.apache.org/beanutils/";>Commons 
BeanUtils</a></td>
               <td align="center">1.7.0</td>
               <td align="center">---</td>
             </tr>
             <tr>
               <td><code>shale-application.jar</code></td>
-              <td><a href="http://jakarta.apache.org/commons/chain/";>Commons 
Chain</a></td>
+              <td><a href="http://commons.apache.org/chain/";>Commons 
Chain</a></td>
               <td align="center">1.1</td>
               <td align="center">---</td>
             </tr>
             <tr>
               <td><code>shale-application.jar</code></td>
-              <td><a 
href="http://jakarta.apache.org/commons/digester/";>Commons Digester</a></td>
+              <td><a href="http://commons.apache.org/digester/";>Commons 
Digester</a></td>
               <td align="center">1.8</td>
               <td align="center">---</td>
             </tr>
             <tr>
               <td><code>shale-application.jar</code></td>
-              <td><a href="http://jakarta.apache.org/commons/logging/";>Commons 
Logging</a></td>
+              <td><a href="http://commons.apache.org/logging/";>Commons 
Logging</a></td>
               <td align="center">1.1</td>
               <td align="center">---</td>
             </tr>
@@ -105,25 +105,25 @@
             </tr>
             <tr>
               <td><code>shale-clay.jar</code></td>
-              <td><a 
href="http://jakarta.apache.org/commons/beanutils/";>Commons BeanUtils</a></td>
+              <td><a href="http://commons.apache.org/beanutils/";>Commons 
BeanUtils</a></td>
               <td align="center">1.7.0</td>
               <td align="center">---</td>
             </tr>
             <tr>
               <td><code>shale-clay.jar</code></td>
-              <td><a href="http://jakarta.apache.org/commons/chain/";>Commons 
Chain</a></td>
+              <td><a href="http://commons.apache.org/chain/";>Commons 
Chain</a></td>
               <td align="center">1.1</td>
               <td align="center">---</td>
             </tr>
             <tr>
               <td><code>shale-clay.jar</code></td>
-              <td><a 
href="http://jakarta.apache.org/commons/digester/";>Commons Digester</a></td>
+              <td><a href="http://commons.apache.org/digester/";>Commons 
Digester</a></td>
               <td align="center">1.8</td>
               <td align="center">---</td>
             </tr>
             <tr>
               <td><code>shale-clay.jar</code></td>
-              <td><a href="http://jakarta.apache.org/commons/logging/";>Commons 
Logging</a></td>
+              <td><a href="http://commons.apache.org/logging/";>Commons 
Logging</a></td>
               <td align="center">1.1</td>
               <td align="center">---</td>
             </tr>
@@ -135,31 +135,31 @@
             </tr>
             <tr>
               <td><code>shale-core.jar</code></td>
-              <td><a href="http://jakarta.apache.org/commons/logging/";>Commons 
Logging</a></td>
+              <td><a href="http://commons.apache.org/logging/";>Commons 
Logging</a></td>
               <td align="center">1.1</td>
               <td align="center">---</td>
             </tr>
             <tr>
               <td><code>shale-dialog.jar</code></td>
-              <td><a href="http://jakarta.apache.org/commons/logging/";>Commons 
Logging</a></td>
+              <td><a href="http://commons.apache.org/logging/";>Commons 
Logging</a></td>
               <td align="center">1.1</td>
               <td align="center">---</td>
             </tr>
             <tr>
               <td><code>shale-dialog-basic.jar</code></td>
-              <td><a 
href="http://jakarta.apache.org/commons/beanutils/";>Commons BeanUtils</a></td>
+              <td><a href="http://commons.apache.org/beanutils/";>Commons 
BeanUtils</a></td>
               <td align="center">1.7.0</td>
               <td align="center">---</td>
             </tr>
             <tr>
               <td><code>shale-dialog-basic.jar</code></td>
-              <td><a 
href="http://jakarta.apache.org/commons/digester/";>Commons Digester</a></td>
+              <td><a href="http://commons.apache.org/digester/";>Commons 
Digester</a></td>
               <td align="center">1.8</td>
               <td align="center">---</td>
             </tr>
             <tr>
               <td><code>shale-dialog-basic.jar</code></td>
-              <td><a href="http://jakarta.apache.org/commons/logging/";>Commons 
Logging</a></td>
+              <td><a href="http://commons.apache.org/logging/";>Commons 
Logging</a></td>
               <td align="center">1.1</td>
               <td align="center">---</td>
             </tr>
@@ -171,25 +171,25 @@
             </tr>
             <tr>
               <td><code>shale-dialog-scxml.jar</code></td>
-              <td><a 
href="http://jakarta.apache.org/commons/beanutils/";>Commons BeanUtils</a></td>
+              <td><a href="http://commons.apache.org/beanutils/";>Commons 
BeanUtils</a></td>
               <td align="center">1.7.0</td>
               <td align="center">---</td>
             </tr>
             <tr>
               <td><code>shale-dialog-scxml.jar</code></td>
-              <td><a 
href="http://jakarta.apache.org/commons/digester/";>Commons Digester</a></td>
+              <td><a href="http://commons.apache.org/digester/";>Commons 
Digester</a></td>
               <td align="center">1.8</td>
               <td align="center">---</td>
             </tr>
             <tr>
               <td><code>shale-dialog-scxml.jar</code></td>
-              <td><a href="http://jakarta.apache.org/commons/logging/";>Commons 
Logging</a></td>
+              <td><a href="http://commons.apache.org/logging/";>Commons 
Logging</a></td>
               <td align="center">1.1</td>
               <td align="center">---</td>
             </tr>
             <tr>
               <td><code>shale-dialog-scxml.jar</code></td>
-              <td><a href="http://jakarta.apache.org/commons/scxml/";>Commons 
SCXML</a></td>
+              <td><a href="http://commons.apache.org/scxml/";>Commons 
SCXML</a></td>
               <td align="center">0.6</td>
               <td align="center">---</td>
             </tr>
@@ -201,7 +201,7 @@
             </tr>
             <tr>
               <td><code>shale-remoting.jar</code></td>
-              <td><a href="http://jakarta.apache.org/commons/logging/";>Commons 
Logging</a></td>
+              <td><a href="http://commons.apache.org/logging/";>Commons 
Logging</a></td>
               <td align="center">1.1</td>
               <td align="center">---</td>
             </tr>
@@ -226,19 +226,19 @@
             </tr>
             <tr>
               <td><code>shale-tiger.jar</code></td>
-              <td><a 
href="http://jakarta.apache.org/commons/beanutils/";>Commons BeanUtils</a></td>
+              <td><a href="http://commons.apache.org/beanutils/";>Commons 
BeanUtils</a></td>
               <td align="center">1.7.0</td>
               <td align="center">---</td>
             </tr>
             <tr>
               <td><code>shale-tiger.jar</code></td>
-              <td><a 
href="http://jakarta.apache.org/commons/digester/";>Commons Digester</a></td>
+              <td><a href="http://commons.apache.org/digester/";>Commons 
Digester</a></td>
               <td align="center">1.8</td>
               <td align="center">---</td>
             </tr>
             <tr>
               <td><code>shale-tiger.jar</code></td>
-              <td><a href="http://jakarta.apache.org/commons/logging/";>Commons 
Logging</a></td>
+              <td><a href="http://commons.apache.org/logging/";>Commons 
Logging</a></td>
               <td align="center">1.1</td>
               <td align="center">---</td>
             </tr>
@@ -262,13 +262,13 @@
             </tr>
             <tr>
               <td><code>shale-validator.jar</code></td>
-              <td><a 
href="http://jakarta.apache.org/commons/validator/";>Commons Validator</a></td>
+              <td><a href="http://commons.apache.org/validator/";>Commons 
Validator</a></td>
               <td align="center">1.3.1</td>
               <td align="center">---</td>
             </tr>
             <tr>
               <td><code>shale-view.jar</code></td>
-              <td><a href="http://jakarta.apache.org/commons/logging/";>Commons 
Logging</a></td>
+              <td><a href="http://commons.apache.org/logging/";>Commons 
Logging</a></td>
               <td align="center">1.1</td>
               <td align="center">---</td>
             </tr>


Reply via email to