Author: mrdon
Date: Thu Jun 12 21:42:46 2008
New Revision: 667334

URL: http://svn.apache.org/viewvc?rev=667334&view=rev
Log:
Updating struts-annotations to fix tld generation errors
WW-2674

Modified:
    struts/struts2/trunk/core/pom.xml
    struts/struts2/trunk/core/src/site/resources/tags/a.html
    struts/struts2/trunk/core/src/site/resources/tags/actionerror.html
    struts/struts2/trunk/core/src/site/resources/tags/actionmessage.html
    struts/struts2/trunk/core/src/site/resources/tags/checkbox.html
    struts/struts2/trunk/core/src/site/resources/tags/checkboxlist.html
    struts/struts2/trunk/core/src/site/resources/tags/combobox.html
    struts/struts2/trunk/core/src/site/resources/tags/component.html
    struts/struts2/trunk/core/src/site/resources/tags/debug.html
    struts/struts2/trunk/core/src/site/resources/tags/div.html
    struts/struts2/trunk/core/src/site/resources/tags/doubleselect.html
    struts/struts2/trunk/core/src/site/resources/tags/fielderror.html
    struts/struts2/trunk/core/src/site/resources/tags/file.html
    struts/struts2/trunk/core/src/site/resources/tags/form.html
    struts/struts2/trunk/core/src/site/resources/tags/head.html
    struts/struts2/trunk/core/src/site/resources/tags/inputtransferselect.html
    struts/struts2/trunk/core/src/site/resources/tags/label.html
    struts/struts2/trunk/core/src/site/resources/tags/optiontransferselect.html
    struts/struts2/trunk/core/src/site/resources/tags/password.html
    struts/struts2/trunk/core/src/site/resources/tags/radio.html
    struts/struts2/trunk/core/src/site/resources/tags/reset.html
    struts/struts2/trunk/core/src/site/resources/tags/select.html
    struts/struts2/trunk/core/src/site/resources/tags/submit.html
    struts/struts2/trunk/core/src/site/resources/tags/textarea.html
    struts/struts2/trunk/core/src/site/resources/tags/textfield.html
    struts/struts2/trunk/core/src/site/resources/tags/token.html
    struts/struts2/trunk/core/src/site/resources/tags/updownselect.html
    struts/struts2/trunk/plugins/dojo/pom.xml
    struts/struts2/trunk/pom.xml

Modified: struts/struts2/trunk/core/pom.xml
URL: 
http://svn.apache.org/viewvc/struts/struts2/trunk/core/pom.xml?rev=667334&r1=667333&r2=667334&view=diff
==============================================================================
--- struts/struts2/trunk/core/pom.xml (original)
+++ struts/struts2/trunk/core/pom.xml Thu Jun 12 21:42:46 2008
@@ -392,7 +392,6 @@
         <dependency>
             <groupId>org.apache.struts</groupId>
             <artifactId>struts-annotations</artifactId>
-            <version>1.0.3</version>
             <scope>compile</scope>
             <optional>true</optional>
         </dependency>

Modified: struts/struts2/trunk/core/src/site/resources/tags/a.html
URL: 
http://svn.apache.org/viewvc/struts/struts2/trunk/core/src/site/resources/tags/a.html?rev=667334&r1=667333&r2=667334&view=diff
==============================================================================
--- struts/struts2/trunk/core/src/site/resources/tags/a.html (original)
+++ struts/struts2/trunk/core/src/site/resources/tags/a.html Thu Jun 12 
21:42:46 2008
@@ -121,7 +121,7 @@
                                        <td align="left" valign="top">:</td>
                                        <td align="left" valign="top">false</td>
                                        <td align="left" 
valign="top">String</td>
-                                       <td align="left" valign="top">String 
that will be appended to the labe</td>
+                                       <td align="left" valign="top">String 
that will be appended to the label</td>
                                </tr>
                                <tr>
                                        <td align="left" 
valign="top">labelposition</td>

Modified: struts/struts2/trunk/core/src/site/resources/tags/actionerror.html
URL: 
http://svn.apache.org/viewvc/struts/struts2/trunk/core/src/site/resources/tags/actionerror.html?rev=667334&r1=667333&r2=667334&view=diff
==============================================================================
--- struts/struts2/trunk/core/src/site/resources/tags/actionerror.html 
(original)
+++ struts/struts2/trunk/core/src/site/resources/tags/actionerror.html Thu Jun 
12 21:42:46 2008
@@ -113,7 +113,7 @@
                                        <td align="left" valign="top">:</td>
                                        <td align="left" valign="top">false</td>
                                        <td align="left" 
valign="top">String</td>
-                                       <td align="left" valign="top">String 
that will be appended to the labe</td>
+                                       <td align="left" valign="top">String 
that will be appended to the label</td>
                                </tr>
                                <tr>
                                        <td align="left" 
valign="top">labelposition</td>

Modified: struts/struts2/trunk/core/src/site/resources/tags/actionmessage.html
URL: 
http://svn.apache.org/viewvc/struts/struts2/trunk/core/src/site/resources/tags/actionmessage.html?rev=667334&r1=667333&r2=667334&view=diff
==============================================================================
--- struts/struts2/trunk/core/src/site/resources/tags/actionmessage.html 
(original)
+++ struts/struts2/trunk/core/src/site/resources/tags/actionmessage.html Thu 
Jun 12 21:42:46 2008
@@ -113,7 +113,7 @@
                                        <td align="left" valign="top">:</td>
                                        <td align="left" valign="top">false</td>
                                        <td align="left" 
valign="top">String</td>
-                                       <td align="left" valign="top">String 
that will be appended to the labe</td>
+                                       <td align="left" valign="top">String 
that will be appended to the label</td>
                                </tr>
                                <tr>
                                        <td align="left" 
valign="top">labelposition</td>

Modified: struts/struts2/trunk/core/src/site/resources/tags/checkbox.html
URL: 
http://svn.apache.org/viewvc/struts/struts2/trunk/core/src/site/resources/tags/checkbox.html?rev=667334&r1=667333&r2=667334&view=diff
==============================================================================
--- struts/struts2/trunk/core/src/site/resources/tags/checkbox.html (original)
+++ struts/struts2/trunk/core/src/site/resources/tags/checkbox.html Thu Jun 12 
21:42:46 2008
@@ -121,7 +121,7 @@
                                        <td align="left" valign="top">:</td>
                                        <td align="left" valign="top">false</td>
                                        <td align="left" 
valign="top">String</td>
-                                       <td align="left" valign="top">String 
that will be appended to the labe</td>
+                                       <td align="left" valign="top">String 
that will be appended to the label</td>
                                </tr>
                                <tr>
                                        <td align="left" 
valign="top">labelposition</td>

Modified: struts/struts2/trunk/core/src/site/resources/tags/checkboxlist.html
URL: 
http://svn.apache.org/viewvc/struts/struts2/trunk/core/src/site/resources/tags/checkboxlist.html?rev=667334&r1=667333&r2=667334&view=diff
==============================================================================
--- struts/struts2/trunk/core/src/site/resources/tags/checkboxlist.html 
(original)
+++ struts/struts2/trunk/core/src/site/resources/tags/checkboxlist.html Thu Jun 
12 21:42:46 2008
@@ -113,7 +113,7 @@
                                        <td align="left" valign="top">:</td>
                                        <td align="left" valign="top">false</td>
                                        <td align="left" 
valign="top">String</td>
-                                       <td align="left" valign="top">String 
that will be appended to the labe</td>
+                                       <td align="left" valign="top">String 
that will be appended to the label</td>
                                </tr>
                                <tr>
                                        <td align="left" 
valign="top">labelposition</td>

Modified: struts/struts2/trunk/core/src/site/resources/tags/combobox.html
URL: 
http://svn.apache.org/viewvc/struts/struts2/trunk/core/src/site/resources/tags/combobox.html?rev=667334&r1=667333&r2=667334&view=diff
==============================================================================
--- struts/struts2/trunk/core/src/site/resources/tags/combobox.html (original)
+++ struts/struts2/trunk/core/src/site/resources/tags/combobox.html Thu Jun 12 
21:42:46 2008
@@ -137,7 +137,7 @@
                                        <td align="left" valign="top">:</td>
                                        <td align="left" valign="top">false</td>
                                        <td align="left" 
valign="top">String</td>
-                                       <td align="left" valign="top">String 
that will be appended to the labe</td>
+                                       <td align="left" valign="top">String 
that will be appended to the label</td>
                                </tr>
                                <tr>
                                        <td align="left" 
valign="top">labelposition</td>

Modified: struts/struts2/trunk/core/src/site/resources/tags/component.html
URL: 
http://svn.apache.org/viewvc/struts/struts2/trunk/core/src/site/resources/tags/component.html?rev=667334&r1=667333&r2=667334&view=diff
==============================================================================
--- struts/struts2/trunk/core/src/site/resources/tags/component.html (original)
+++ struts/struts2/trunk/core/src/site/resources/tags/component.html Thu Jun 12 
21:42:46 2008
@@ -113,7 +113,7 @@
                                        <td align="left" valign="top">:</td>
                                        <td align="left" valign="top">false</td>
                                        <td align="left" 
valign="top">String</td>
-                                       <td align="left" valign="top">String 
that will be appended to the labe</td>
+                                       <td align="left" valign="top">String 
that will be appended to the label</td>
                                </tr>
                                <tr>
                                        <td align="left" 
valign="top">labelposition</td>

Modified: struts/struts2/trunk/core/src/site/resources/tags/debug.html
URL: 
http://svn.apache.org/viewvc/struts/struts2/trunk/core/src/site/resources/tags/debug.html?rev=667334&r1=667333&r2=667334&view=diff
==============================================================================
--- struts/struts2/trunk/core/src/site/resources/tags/debug.html (original)
+++ struts/struts2/trunk/core/src/site/resources/tags/debug.html Thu Jun 12 
21:42:46 2008
@@ -113,7 +113,7 @@
                                        <td align="left" valign="top">:</td>
                                        <td align="left" valign="top">false</td>
                                        <td align="left" 
valign="top">String</td>
-                                       <td align="left" valign="top">String 
that will be appended to the labe</td>
+                                       <td align="left" valign="top">String 
that will be appended to the label</td>
                                </tr>
                                <tr>
                                        <td align="left" 
valign="top">labelposition</td>

Modified: struts/struts2/trunk/core/src/site/resources/tags/div.html
URL: 
http://svn.apache.org/viewvc/struts/struts2/trunk/core/src/site/resources/tags/div.html?rev=667334&r1=667333&r2=667334&view=diff
==============================================================================
--- struts/struts2/trunk/core/src/site/resources/tags/div.html (original)
+++ struts/struts2/trunk/core/src/site/resources/tags/div.html Thu Jun 12 
21:42:46 2008
@@ -113,7 +113,7 @@
                                        <td align="left" valign="top">:</td>
                                        <td align="left" valign="top">false</td>
                                        <td align="left" 
valign="top">String</td>
-                                       <td align="left" valign="top">String 
that will be appended to the labe</td>
+                                       <td align="left" valign="top">String 
that will be appended to the label</td>
                                </tr>
                                <tr>
                                        <td align="left" 
valign="top">labelposition</td>

Modified: struts/struts2/trunk/core/src/site/resources/tags/doubleselect.html
URL: 
http://svn.apache.org/viewvc/struts/struts2/trunk/core/src/site/resources/tags/doubleselect.html?rev=667334&r1=667333&r2=667334&view=diff
==============================================================================
--- struts/struts2/trunk/core/src/site/resources/tags/doubleselect.html 
(original)
+++ struts/struts2/trunk/core/src/site/resources/tags/doubleselect.html Thu Jun 
12 21:42:46 2008
@@ -377,7 +377,7 @@
                                        <td align="left" valign="top">:</td>
                                        <td align="left" valign="top">false</td>
                                        <td align="left" 
valign="top">String</td>
-                                       <td align="left" valign="top">String 
that will be appended to the labe</td>
+                                       <td align="left" valign="top">String 
that will be appended to the label</td>
                                </tr>
                                <tr>
                                        <td align="left" 
valign="top">labelposition</td>

Modified: struts/struts2/trunk/core/src/site/resources/tags/fielderror.html
URL: 
http://svn.apache.org/viewvc/struts/struts2/trunk/core/src/site/resources/tags/fielderror.html?rev=667334&r1=667333&r2=667334&view=diff
==============================================================================
--- struts/struts2/trunk/core/src/site/resources/tags/fielderror.html (original)
+++ struts/struts2/trunk/core/src/site/resources/tags/fielderror.html Thu Jun 
12 21:42:46 2008
@@ -113,7 +113,7 @@
                                        <td align="left" valign="top">:</td>
                                        <td align="left" valign="top">false</td>
                                        <td align="left" 
valign="top">String</td>
-                                       <td align="left" valign="top">String 
that will be appended to the labe</td>
+                                       <td align="left" valign="top">String 
that will be appended to the label</td>
                                </tr>
                                <tr>
                                        <td align="left" 
valign="top">labelposition</td>

Modified: struts/struts2/trunk/core/src/site/resources/tags/file.html
URL: 
http://svn.apache.org/viewvc/struts/struts2/trunk/core/src/site/resources/tags/file.html?rev=667334&r1=667333&r2=667334&view=diff
==============================================================================
--- struts/struts2/trunk/core/src/site/resources/tags/file.html (original)
+++ struts/struts2/trunk/core/src/site/resources/tags/file.html Thu Jun 12 
21:42:46 2008
@@ -121,7 +121,7 @@
                                        <td align="left" valign="top">:</td>
                                        <td align="left" valign="top">false</td>
                                        <td align="left" 
valign="top">String</td>
-                                       <td align="left" valign="top">String 
that will be appended to the labe</td>
+                                       <td align="left" valign="top">String 
that will be appended to the label</td>
                                </tr>
                                <tr>
                                        <td align="left" 
valign="top">labelposition</td>

Modified: struts/struts2/trunk/core/src/site/resources/tags/form.html
URL: 
http://svn.apache.org/viewvc/struts/struts2/trunk/core/src/site/resources/tags/form.html?rev=667334&r1=667333&r2=667334&view=diff
==============================================================================
--- struts/struts2/trunk/core/src/site/resources/tags/form.html (original)
+++ struts/struts2/trunk/core/src/site/resources/tags/form.html Thu Jun 12 
21:42:46 2008
@@ -145,7 +145,7 @@
                                        <td align="left" valign="top">:</td>
                                        <td align="left" valign="top">false</td>
                                        <td align="left" 
valign="top">String</td>
-                                       <td align="left" valign="top">String 
that will be appended to the labe</td>
+                                       <td align="left" valign="top">String 
that will be appended to the label</td>
                                </tr>
                                <tr>
                                        <td align="left" 
valign="top">labelposition</td>

Modified: struts/struts2/trunk/core/src/site/resources/tags/head.html
URL: 
http://svn.apache.org/viewvc/struts/struts2/trunk/core/src/site/resources/tags/head.html?rev=667334&r1=667333&r2=667334&view=diff
==============================================================================
--- struts/struts2/trunk/core/src/site/resources/tags/head.html (original)
+++ struts/struts2/trunk/core/src/site/resources/tags/head.html Thu Jun 12 
21:42:46 2008
@@ -113,7 +113,7 @@
                                        <td align="left" valign="top">:</td>
                                        <td align="left" valign="top">false</td>
                                        <td align="left" 
valign="top">String</td>
-                                       <td align="left" valign="top">String 
that will be appended to the labe</td>
+                                       <td align="left" valign="top">String 
that will be appended to the label</td>
                                </tr>
                                <tr>
                                        <td align="left" 
valign="top">labelposition</td>

Modified: 
struts/struts2/trunk/core/src/site/resources/tags/inputtransferselect.html
URL: 
http://svn.apache.org/viewvc/struts/struts2/trunk/core/src/site/resources/tags/inputtransferselect.html?rev=667334&r1=667333&r2=667334&view=diff
==============================================================================
--- struts/struts2/trunk/core/src/site/resources/tags/inputtransferselect.html 
(original)
+++ struts/struts2/trunk/core/src/site/resources/tags/inputtransferselect.html 
Thu Jun 12 21:42:46 2008
@@ -177,7 +177,7 @@
                                        <td align="left" valign="top">:</td>
                                        <td align="left" valign="top">false</td>
                                        <td align="left" 
valign="top">String</td>
-                                       <td align="left" valign="top">String 
that will be appended to the labe</td>
+                                       <td align="left" valign="top">String 
that will be appended to the label</td>
                                </tr>
                                <tr>
                                        <td align="left" 
valign="top">labelposition</td>

Modified: struts/struts2/trunk/core/src/site/resources/tags/label.html
URL: 
http://svn.apache.org/viewvc/struts/struts2/trunk/core/src/site/resources/tags/label.html?rev=667334&r1=667333&r2=667334&view=diff
==============================================================================
--- struts/struts2/trunk/core/src/site/resources/tags/label.html (original)
+++ struts/struts2/trunk/core/src/site/resources/tags/label.html Thu Jun 12 
21:42:46 2008
@@ -121,7 +121,7 @@
                                        <td align="left" valign="top">:</td>
                                        <td align="left" valign="top">false</td>
                                        <td align="left" 
valign="top">String</td>
-                                       <td align="left" valign="top">String 
that will be appended to the labe</td>
+                                       <td align="left" valign="top">String 
that will be appended to the label</td>
                                </tr>
                                <tr>
                                        <td align="left" 
valign="top">labelposition</td>

Modified: 
struts/struts2/trunk/core/src/site/resources/tags/optiontransferselect.html
URL: 
http://svn.apache.org/viewvc/struts/struts2/trunk/core/src/site/resources/tags/optiontransferselect.html?rev=667334&r1=667333&r2=667334&view=diff
==============================================================================
--- struts/struts2/trunk/core/src/site/resources/tags/optiontransferselect.html 
(original)
+++ struts/struts2/trunk/core/src/site/resources/tags/optiontransferselect.html 
Thu Jun 12 21:42:46 2008
@@ -513,7 +513,7 @@
                                        <td align="left" valign="top">:</td>
                                        <td align="left" valign="top">false</td>
                                        <td align="left" 
valign="top">String</td>
-                                       <td align="left" valign="top">String 
that will be appended to the labe</td>
+                                       <td align="left" valign="top">String 
that will be appended to the label</td>
                                </tr>
                                <tr>
                                        <td align="left" 
valign="top">labelposition</td>

Modified: struts/struts2/trunk/core/src/site/resources/tags/password.html
URL: 
http://svn.apache.org/viewvc/struts/struts2/trunk/core/src/site/resources/tags/password.html?rev=667334&r1=667333&r2=667334&view=diff
==============================================================================
--- struts/struts2/trunk/core/src/site/resources/tags/password.html (original)
+++ struts/struts2/trunk/core/src/site/resources/tags/password.html Thu Jun 12 
21:42:46 2008
@@ -113,7 +113,7 @@
                                        <td align="left" valign="top">:</td>
                                        <td align="left" valign="top">false</td>
                                        <td align="left" 
valign="top">String</td>
-                                       <td align="left" valign="top">String 
that will be appended to the labe</td>
+                                       <td align="left" valign="top">String 
that will be appended to the label</td>
                                </tr>
                                <tr>
                                        <td align="left" 
valign="top">labelposition</td>

Modified: struts/struts2/trunk/core/src/site/resources/tags/radio.html
URL: 
http://svn.apache.org/viewvc/struts/struts2/trunk/core/src/site/resources/tags/radio.html?rev=667334&r1=667333&r2=667334&view=diff
==============================================================================
--- struts/struts2/trunk/core/src/site/resources/tags/radio.html (original)
+++ struts/struts2/trunk/core/src/site/resources/tags/radio.html Thu Jun 12 
21:42:46 2008
@@ -113,7 +113,7 @@
                                        <td align="left" valign="top">:</td>
                                        <td align="left" valign="top">false</td>
                                        <td align="left" 
valign="top">String</td>
-                                       <td align="left" valign="top">String 
that will be appended to the labe</td>
+                                       <td align="left" valign="top">String 
that will be appended to the label</td>
                                </tr>
                                <tr>
                                        <td align="left" 
valign="top">labelposition</td>

Modified: struts/struts2/trunk/core/src/site/resources/tags/reset.html
URL: 
http://svn.apache.org/viewvc/struts/struts2/trunk/core/src/site/resources/tags/reset.html?rev=667334&r1=667333&r2=667334&view=diff
==============================================================================
--- struts/struts2/trunk/core/src/site/resources/tags/reset.html (original)
+++ struts/struts2/trunk/core/src/site/resources/tags/reset.html Thu Jun 12 
21:42:46 2008
@@ -129,7 +129,7 @@
                                        <td align="left" valign="top">:</td>
                                        <td align="left" valign="top">false</td>
                                        <td align="left" 
valign="top">String</td>
-                                       <td align="left" valign="top">String 
that will be appended to the labe</td>
+                                       <td align="left" valign="top">String 
that will be appended to the label</td>
                                </tr>
                                <tr>
                                        <td align="left" 
valign="top">labelposition</td>

Modified: struts/struts2/trunk/core/src/site/resources/tags/select.html
URL: 
http://svn.apache.org/viewvc/struts/struts2/trunk/core/src/site/resources/tags/select.html?rev=667334&r1=667333&r2=667334&view=diff
==============================================================================
--- struts/struts2/trunk/core/src/site/resources/tags/select.html (original)
+++ struts/struts2/trunk/core/src/site/resources/tags/select.html Thu Jun 12 
21:42:46 2008
@@ -137,7 +137,7 @@
                                        <td align="left" valign="top">:</td>
                                        <td align="left" valign="top">false</td>
                                        <td align="left" 
valign="top">String</td>
-                                       <td align="left" valign="top">String 
that will be appended to the labe</td>
+                                       <td align="left" valign="top">String 
that will be appended to the label</td>
                                </tr>
                                <tr>
                                        <td align="left" 
valign="top">labelposition</td>

Modified: struts/struts2/trunk/core/src/site/resources/tags/submit.html
URL: 
http://svn.apache.org/viewvc/struts/struts2/trunk/core/src/site/resources/tags/submit.html?rev=667334&r1=667333&r2=667334&view=diff
==============================================================================
--- struts/struts2/trunk/core/src/site/resources/tags/submit.html (original)
+++ struts/struts2/trunk/core/src/site/resources/tags/submit.html Thu Jun 12 
21:42:46 2008
@@ -129,7 +129,7 @@
                                        <td align="left" valign="top">:</td>
                                        <td align="left" valign="top">false</td>
                                        <td align="left" 
valign="top">String</td>
-                                       <td align="left" valign="top">String 
that will be appended to the labe</td>
+                                       <td align="left" valign="top">String 
that will be appended to the label</td>
                                </tr>
                                <tr>
                                        <td align="left" 
valign="top">labelposition</td>

Modified: struts/struts2/trunk/core/src/site/resources/tags/textarea.html
URL: 
http://svn.apache.org/viewvc/struts/struts2/trunk/core/src/site/resources/tags/textarea.html?rev=667334&r1=667333&r2=667334&view=diff
==============================================================================
--- struts/struts2/trunk/core/src/site/resources/tags/textarea.html (original)
+++ struts/struts2/trunk/core/src/site/resources/tags/textarea.html Thu Jun 12 
21:42:46 2008
@@ -121,7 +121,7 @@
                                        <td align="left" valign="top">:</td>
                                        <td align="left" valign="top">false</td>
                                        <td align="left" 
valign="top">String</td>
-                                       <td align="left" valign="top">String 
that will be appended to the labe</td>
+                                       <td align="left" valign="top">String 
that will be appended to the label</td>
                                </tr>
                                <tr>
                                        <td align="left" 
valign="top">labelposition</td>

Modified: struts/struts2/trunk/core/src/site/resources/tags/textfield.html
URL: 
http://svn.apache.org/viewvc/struts/struts2/trunk/core/src/site/resources/tags/textfield.html?rev=667334&r1=667333&r2=667334&view=diff
==============================================================================
--- struts/struts2/trunk/core/src/site/resources/tags/textfield.html (original)
+++ struts/struts2/trunk/core/src/site/resources/tags/textfield.html Thu Jun 12 
21:42:46 2008
@@ -113,7 +113,7 @@
                                        <td align="left" valign="top">:</td>
                                        <td align="left" valign="top">false</td>
                                        <td align="left" 
valign="top">String</td>
-                                       <td align="left" valign="top">String 
that will be appended to the labe</td>
+                                       <td align="left" valign="top">String 
that will be appended to the label</td>
                                </tr>
                                <tr>
                                        <td align="left" 
valign="top">labelposition</td>

Modified: struts/struts2/trunk/core/src/site/resources/tags/token.html
URL: 
http://svn.apache.org/viewvc/struts/struts2/trunk/core/src/site/resources/tags/token.html?rev=667334&r1=667333&r2=667334&view=diff
==============================================================================
--- struts/struts2/trunk/core/src/site/resources/tags/token.html (original)
+++ struts/struts2/trunk/core/src/site/resources/tags/token.html Thu Jun 12 
21:42:46 2008
@@ -113,7 +113,7 @@
                                        <td align="left" valign="top">:</td>
                                        <td align="left" valign="top">false</td>
                                        <td align="left" 
valign="top">String</td>
-                                       <td align="left" valign="top">String 
that will be appended to the labe</td>
+                                       <td align="left" valign="top">String 
that will be appended to the label</td>
                                </tr>
                                <tr>
                                        <td align="left" 
valign="top">labelposition</td>

Modified: struts/struts2/trunk/core/src/site/resources/tags/updownselect.html
URL: 
http://svn.apache.org/viewvc/struts/struts2/trunk/core/src/site/resources/tags/updownselect.html?rev=667334&r1=667333&r2=667334&view=diff
==============================================================================
--- struts/struts2/trunk/core/src/site/resources/tags/updownselect.html 
(original)
+++ struts/struts2/trunk/core/src/site/resources/tags/updownselect.html Thu Jun 
12 21:42:46 2008
@@ -161,7 +161,7 @@
                                        <td align="left" valign="top">:</td>
                                        <td align="left" valign="top">false</td>
                                        <td align="left" 
valign="top">String</td>
-                                       <td align="left" valign="top">String 
that will be appended to the labe</td>
+                                       <td align="left" valign="top">String 
that will be appended to the label</td>
                                </tr>
                                <tr>
                                        <td align="left" 
valign="top">labelposition</td>

Modified: struts/struts2/trunk/plugins/dojo/pom.xml
URL: 
http://svn.apache.org/viewvc/struts/struts2/trunk/plugins/dojo/pom.xml?rev=667334&r1=667333&r2=667334&view=diff
==============================================================================
--- struts/struts2/trunk/plugins/dojo/pom.xml (original)
+++ struts/struts2/trunk/plugins/dojo/pom.xml Thu Jun 12 21:42:46 2008
@@ -249,7 +249,6 @@
         <dependency>
             <groupId>org.apache.struts</groupId>
             <artifactId>struts-annotations</artifactId>
-            <version>1.0.3</version>
             <optional>true</optional>
         </dependency>
     </dependencies>

Modified: struts/struts2/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/struts/struts2/trunk/pom.xml?rev=667334&r1=667333&r2=667334&view=diff
==============================================================================
--- struts/struts2/trunk/pom.xml (original)
+++ struts/struts2/trunk/pom.xml Thu Jun 12 21:42:46 2008
@@ -397,4 +397,15 @@
         </plugins>
     </reporting>
 
-</project>
\ No newline at end of file
+    <dependencyManagement>
+      <dependencies>
+        <dependency>
+            <groupId>org.apache.struts</groupId>
+            <artifactId>struts-annotations</artifactId>
+            <version>1.0.4-20080613.043201-1</version>
+            <scope>compile</scope>
+            <optional>true</optional>
+        </dependency>
+      </dependencies>
+    </dependencyManagement>
+</project>


Reply via email to