You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@struts.apache.org by ws...@apache.org on 2006/08/04 05:06:41 UTC

svn commit: r428602 - in /struts/struts1/trunk/src/site/xdoc: faqs/validator.xml userGuide/dev_util.xml userGuide/installation.xml

Author: wsmoak
Date: Thu Aug  3 20:06:41 2006
New Revision: 428602

URL: http://svn.apache.org/viewvc?rev=428602&view=rev
Log:
Fixed a few more struts-action -> struts-core renaming issues.
STR-2898

Modified:
    struts/struts1/trunk/src/site/xdoc/faqs/validator.xml
    struts/struts1/trunk/src/site/xdoc/userGuide/dev_util.xml
    struts/struts1/trunk/src/site/xdoc/userGuide/installation.xml

Modified: struts/struts1/trunk/src/site/xdoc/faqs/validator.xml
URL: http://svn.apache.org/viewvc/struts/struts1/trunk/src/site/xdoc/faqs/validator.xml?rev=428602&r1=428601&r2=428602&view=diff
==============================================================================
--- struts/struts1/trunk/src/site/xdoc/faqs/validator.xml (original)
+++ struts/struts1/trunk/src/site/xdoc/faqs/validator.xml Thu Aug  3 20:06:41 2006
@@ -1405,7 +1405,7 @@
                 <p>
                     A concise
                     <!-- FIXME: Does this need to link to Commons Validator instead? -->
-                    <a href="../struts-action/apidocs/org/apache/struts/validator/package-summary.html#package_description">
+                    <a href="../struts-core/apidocs/org/apache/struts/validator/package-summary.html#package_description">
                         Struts Validator API Guide</a>
                     is available to help you get started.
                 </p>

Modified: struts/struts1/trunk/src/site/xdoc/userGuide/dev_util.xml
URL: http://svn.apache.org/viewvc/struts/struts1/trunk/src/site/xdoc/userGuide/dev_util.xml?rev=428602&r1=428601&r2=428602&view=diff
==============================================================================
--- struts/struts1/trunk/src/site/xdoc/userGuide/dev_util.xml (original)
+++ struts/struts1/trunk/src/site/xdoc/userGuide/dev_util.xml Thu Aug  3 20:06:41 2006
@@ -38,7 +38,7 @@
 
                 <ul>
                     <li>
-                        <a href="../struts-action/apidocs/org/apache/struts/util/package-summary.html#package_description">
+                        <a href="../struts-core/apidocs/org/apache/struts/util/package-summary.html#package_description">
                             Utilities Package Description</a>
                     </li>
                 </ul>

Modified: struts/struts1/trunk/src/site/xdoc/userGuide/installation.xml
URL: http://svn.apache.org/viewvc/struts/struts1/trunk/src/site/xdoc/userGuide/installation.xml?rev=428602&r1=428601&r2=428602&view=diff
==============================================================================
--- struts/struts1/trunk/src/site/xdoc/userGuide/installation.xml (original)
+++ struts/struts1/trunk/src/site/xdoc/userGuide/installation.xml Thu Aug  3 20:06:41 2006
@@ -140,7 +140,7 @@
                         applications on the same servlet container, you will
                         be tempted
                         to place the
-                        <code>struts-action.jar</code>
+                        <code>struts-core.jar</code>
                         file into the shared repository
                         supported by your container. Be advised that this may
                         cause