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/12/03 02:22:18 UTC

svn commit: r481684 - /struts/struts1/trunk/src/site/xdoc/userGuide/installation.xml

Author: wsmoak
Date: Sat Dec  2 17:22:17 2006
New Revision: 481684

URL: http://svn.apache.org/viewvc?view=rev&rev=481684
Log:
Fixed taglib URIs and Maven version number.
STR-2951

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

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?view=diff&rev=481684&r1=481683&r2=481684
==============================================================================
--- struts/struts1/trunk/src/site/xdoc/userGuide/installation.xml (original)
+++ struts/struts1/trunk/src/site/xdoc/userGuide/installation.xml Sat Dec  2 17:22:17 2006
@@ -89,7 +89,7 @@
                         source distribution, you must download and install the
                         <a href="http://maven.apache.org/">Apache
                             Maven 2</a>
-                        build system (2.0-beta-5, or later).
+                        build system (2.0.4 or later).
                     </li>
 
                 </ul>
@@ -194,9 +194,10 @@
                         this particular page, like this:</li>
                 </ul>
 
-                <pre>&lt;%@ taglib uri="/tags/struts-bean" prefix="bean" %&gt;
-                    &lt;%@ taglib uri="/tags/struts-html" prefix="html" %&gt;
-                    &lt;%@ taglib uri="/tags/struts-logic" prefix="logic" %&gt;
+                <pre>
+                    &lt;%@ taglib uri="http://struts.apache.org/tags-bean" prefix="bean" %&gt;
+                    &lt;%@ taglib uri="http://struts.apache.org/tags-html" prefix="html" %&gt;
+                    &lt;%@ taglib uri="http://struts.apache.org/tags-logic" prefix="logic" %&gt;
                 </pre>
 
                 <ul>