You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@shale.apache.org by ra...@apache.org on 2007/08/04 00:21:51 UTC

svn commit: r562606 - in /shale/framework/branches/SHALE_1_0_X: ./ shale-application/src/site/xdoc/ shale-clay/src/site/xdoc/ shale-dialog-scxml/src/main/java/org/apache/shale/dialog/scxml/ shale-dialog-scxml/src/site/xdoc/ shale-dialog/src/site/xdoc/ ...

Author: rahul
Date: Fri Aug  3 15:21:50 2007
New Revision: 562606

URL: http://svn.apache.org/viewvc?view=rev&rev=562606
Log:
Update references for Commons move from Jakarta to TLP.
SHALE-460

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

Modified: shale/framework/branches/SHALE_1_0_X/pom.xml
URL: http://svn.apache.org/viewvc/shale/framework/branches/SHALE_1_0_X/pom.xml?view=diff&rev=562606&r1=562605&r2=562606
==============================================================================
--- shale/framework/branches/SHALE_1_0_X/pom.xml (original)
+++ shale/framework/branches/SHALE_1_0_X/pom.xml Fri Aug  3 15:21:50 2007
@@ -286,10 +286,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/branches/SHALE_1_0_X/shale-application/src/site/xdoc/index.xml
URL: http://svn.apache.org/viewvc/shale/framework/branches/SHALE_1_0_X/shale-application/src/site/xdoc/index.xml?view=diff&rev=562606&r1=562605&r2=562606
==============================================================================
--- shale/framework/branches/SHALE_1_0_X/shale-application/src/site/xdoc/index.xml (original)
+++ shale/framework/branches/SHALE_1_0_X/shale-application/src/site/xdoc/index.xml Fri Aug  3 15:21:50 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/branches/SHALE_1_0_X/shale-clay/src/site/xdoc/index.xml
URL: http://svn.apache.org/viewvc/shale/framework/branches/SHALE_1_0_X/shale-clay/src/site/xdoc/index.xml?view=diff&rev=562606&r1=562605&r2=562606
==============================================================================
--- shale/framework/branches/SHALE_1_0_X/shale-clay/src/site/xdoc/index.xml (original)
+++ shale/framework/branches/SHALE_1_0_X/shale-clay/src/site/xdoc/index.xml Fri Aug  3 15:21:50 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/branches/SHALE_1_0_X/shale-dialog-scxml/src/main/java/org/apache/shale/dialog/scxml/Globals.java
URL: http://svn.apache.org/viewvc/shale/framework/branches/SHALE_1_0_X/shale-dialog-scxml/src/main/java/org/apache/shale/dialog/scxml/Globals.java?view=diff&rev=562606&r1=562605&r2=562606
==============================================================================
--- shale/framework/branches/SHALE_1_0_X/shale-dialog-scxml/src/main/java/org/apache/shale/dialog/scxml/Globals.java (original)
+++ shale/framework/branches/SHALE_1_0_X/shale-dialog-scxml/src/main/java/org/apache/shale/dialog/scxml/Globals.java Fri Aug  3 15:21:50 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/branches/SHALE_1_0_X/shale-dialog-scxml/src/main/java/org/apache/shale/dialog/scxml/ShaleDialogELEvaluator.java
URL: http://svn.apache.org/viewvc/shale/framework/branches/SHALE_1_0_X/shale-dialog-scxml/src/main/java/org/apache/shale/dialog/scxml/ShaleDialogELEvaluator.java?view=diff&rev=562606&r1=562605&r2=562606
==============================================================================
--- shale/framework/branches/SHALE_1_0_X/shale-dialog-scxml/src/main/java/org/apache/shale/dialog/scxml/ShaleDialogELEvaluator.java (original)
+++ shale/framework/branches/SHALE_1_0_X/shale-dialog-scxml/src/main/java/org/apache/shale/dialog/scxml/ShaleDialogELEvaluator.java Fri Aug  3 15:21:50 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/branches/SHALE_1_0_X/shale-dialog-scxml/src/site/xdoc/index.xml
URL: http://svn.apache.org/viewvc/shale/framework/branches/SHALE_1_0_X/shale-dialog-scxml/src/site/xdoc/index.xml?view=diff&rev=562606&r1=562605&r2=562606
==============================================================================
--- shale/framework/branches/SHALE_1_0_X/shale-dialog-scxml/src/site/xdoc/index.xml (original)
+++ shale/framework/branches/SHALE_1_0_X/shale-dialog-scxml/src/site/xdoc/index.xml Fri Aug  3 15:21:50 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/branches/SHALE_1_0_X/shale-dialog/src/site/xdoc/index.xml
URL: http://svn.apache.org/viewvc/shale/framework/branches/SHALE_1_0_X/shale-dialog/src/site/xdoc/index.xml?view=diff&rev=562606&r1=562605&r2=562606
==============================================================================
--- shale/framework/branches/SHALE_1_0_X/shale-dialog/src/site/xdoc/index.xml (original)
+++ shale/framework/branches/SHALE_1_0_X/shale-dialog/src/site/xdoc/index.xml Fri Aug  3 15:21:50 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/branches/SHALE_1_0_X/shale-remoting/src/main/java/org/apache/shale/remoting/impl/ChainProcessor.java
URL: http://svn.apache.org/viewvc/shale/framework/branches/SHALE_1_0_X/shale-remoting/src/main/java/org/apache/shale/remoting/impl/ChainProcessor.java?view=diff&rev=562606&r1=562605&r2=562606
==============================================================================
--- shale/framework/branches/SHALE_1_0_X/shale-remoting/src/main/java/org/apache/shale/remoting/impl/ChainProcessor.java (original)
+++ shale/framework/branches/SHALE_1_0_X/shale-remoting/src/main/java/org/apache/shale/remoting/impl/ChainProcessor.java Fri Aug  3 15:21:50 2007
@@ -32,7 +32,7 @@
 
 /**
  * <p>Implementation of {@link 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/branches/SHALE_1_0_X/shale-remoting/src/main/java/org/apache/shale/remoting/logger/CommonsLogger.java
URL: http://svn.apache.org/viewvc/shale/framework/branches/SHALE_1_0_X/shale-remoting/src/main/java/org/apache/shale/remoting/logger/CommonsLogger.java?view=diff&rev=562606&r1=562605&r2=562606
==============================================================================
--- shale/framework/branches/SHALE_1_0_X/shale-remoting/src/main/java/org/apache/shale/remoting/logger/CommonsLogger.java (original)
+++ shale/framework/branches/SHALE_1_0_X/shale-remoting/src/main/java/org/apache/shale/remoting/logger/CommonsLogger.java Fri Aug  3 15:21:50 2007
@@ -23,7 +23,7 @@
 import org.apache.commons.logging.LogFactory;
 
 /**
- * <p>Implementation of {@link Logger} that interacts with the Apache Jakarta
+ * <p>Implementation of {@link Logger} that interacts with the Apache
  * Commons Logging APIs.</p>
  */
 public final class CommonsLogger extends AbstractLogger {

Modified: shale/framework/branches/SHALE_1_0_X/shale-remoting/src/site/xdoc/index.xml
URL: http://svn.apache.org/viewvc/shale/framework/branches/SHALE_1_0_X/shale-remoting/src/site/xdoc/index.xml?view=diff&rev=562606&r1=562605&r2=562606
==============================================================================
--- shale/framework/branches/SHALE_1_0_X/shale-remoting/src/site/xdoc/index.xml (original)
+++ shale/framework/branches/SHALE_1_0_X/shale-remoting/src/site/xdoc/index.xml Fri Aug  3 15:21:50 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/branches/SHALE_1_0_X/shale-validator/src/main/java/org/apache/shale/validator/CommonsValidator.java
URL: http://svn.apache.org/viewvc/shale/framework/branches/SHALE_1_0_X/shale-validator/src/main/java/org/apache/shale/validator/CommonsValidator.java?view=diff&rev=562606&r1=562605&r2=562606
==============================================================================
--- shale/framework/branches/SHALE_1_0_X/shale-validator/src/main/java/org/apache/shale/validator/CommonsValidator.java (original)
+++ shale/framework/branches/SHALE_1_0_X/shale-validator/src/main/java/org/apache/shale/validator/CommonsValidator.java Fri Aug  3 15:21:50 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/branches/SHALE_1_0_X/shale-validator/src/site/xdoc/index.xml
URL: http://svn.apache.org/viewvc/shale/framework/branches/SHALE_1_0_X/shale-validator/src/site/xdoc/index.xml?view=diff&rev=562606&r1=562605&r2=562606
==============================================================================
--- shale/framework/branches/SHALE_1_0_X/shale-validator/src/site/xdoc/index.xml (original)
+++ shale/framework/branches/SHALE_1_0_X/shale-validator/src/site/xdoc/index.xml Fri Aug  3 15:21:50 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/branches/SHALE_1_0_X/src/site/xdoc/index.xml
URL: http://svn.apache.org/viewvc/shale/framework/branches/SHALE_1_0_X/src/site/xdoc/index.xml?view=diff&rev=562606&r1=562605&r2=562606
==============================================================================
--- shale/framework/branches/SHALE_1_0_X/src/site/xdoc/index.xml (original)
+++ shale/framework/branches/SHALE_1_0_X/src/site/xdoc/index.xml Fri Aug  3 15:21:50 2007
@@ -55,8 +55,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
@@ -67,7 +67,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/branches/SHALE_1_0_X/src/site/xdoc/using.xml
URL: http://svn.apache.org/viewvc/shale/framework/branches/SHALE_1_0_X/src/site/xdoc/using.xml?view=diff&rev=562606&r1=562605&r2=562606
==============================================================================
--- shale/framework/branches/SHALE_1_0_X/src/site/xdoc/using.xml (original)
+++ shale/framework/branches/SHALE_1_0_X/src/site/xdoc/using.xml Fri Aug  3 15:21:50 2007
@@ -61,31 +61,31 @@
             </tr>
             <tr>
               <td><code>shale-core.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</td>
               <td align="center">---</td>
             </tr>
             <tr>
               <td><code>shale-core.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.0</td>
               <td align="center">---</td>
             </tr>
             <tr>
               <td><code>shale-core.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.7</td>
               <td align="center">---</td>
             </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.0.4</td>
               <td align="center">---</td>
             </tr>
             <tr>
               <td><code>shale-core.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.2.0</td>
               <td align="center">---</td>
             </tr>