Author: hermanns
Date: Thu Apr 19 03:06:32 2007
New Revision: 530357

URL: http://svn.apache.org/viewvc?view=rev&rev=530357
Log:
Updated xwork dependency to release 2.0.2

Modified:
    struts/struts2/branches/STRUTS_2_0_X/assembly/pom.xml
    struts/struts2/branches/STRUTS_2_0_X/core/pom.xml
    
struts/struts2/branches/STRUTS_2_0_X/core/src/site/resources/tags/autocompleter.html
    struts/struts2/branches/STRUTS_2_0_X/pom.xml

Modified: struts/struts2/branches/STRUTS_2_0_X/assembly/pom.xml
URL: 
http://svn.apache.org/viewvc/struts/struts2/branches/STRUTS_2_0_X/assembly/pom.xml?view=diff&rev=530357&r1=530356&r2=530357
==============================================================================
--- struts/struts2/branches/STRUTS_2_0_X/assembly/pom.xml (original)
+++ struts/struts2/branches/STRUTS_2_0_X/assembly/pom.xml Thu Apr 19 03:06:32 
2007
@@ -103,7 +103,7 @@
                                     <groupId>opensymphony</groupId>
                                     <artifactId>xwork</artifactId>
                                     <classifier>javadoc</classifier>
-                                    <version>2.0.2-SNAPSHOT</version>
+                                    <version>2.0.2</version>
                                 </artifactItem>
                             </artifactItems>
                             
<outputDirectory>${project.build.directory}/xwork-apidocs</outputDirectory>

Modified: struts/struts2/branches/STRUTS_2_0_X/core/pom.xml
URL: 
http://svn.apache.org/viewvc/struts/struts2/branches/STRUTS_2_0_X/core/pom.xml?view=diff&rev=530357&r1=530356&r2=530357
==============================================================================
--- struts/struts2/branches/STRUTS_2_0_X/core/pom.xml (original)
+++ struts/struts2/branches/STRUTS_2_0_X/core/pom.xml Thu Apr 19 03:06:32 2007
@@ -35,7 +35,7 @@
                                 <artifactItem>
                                     <groupId>opensymphony</groupId>
                                     <artifactId>xwork</artifactId>
-                                    <version>2.0.2-SNAPSHOT</version>
+                                    <version>2.0.2</version>
                                     <classifier>sources</classifier>
                                 </artifactItem>
                             </artifactItems>
@@ -252,7 +252,7 @@
         <dependency>
             <groupId>opensymphony</groupId>
             <artifactId>xwork</artifactId>
-            <version>2.0.2-SNAPSHOT</version>
+            <version>2.0.2</version>
         </dependency>
 
         <dependency>

Modified: 
struts/struts2/branches/STRUTS_2_0_X/core/src/site/resources/tags/autocompleter.html
URL: 
http://svn.apache.org/viewvc/struts/struts2/branches/STRUTS_2_0_X/core/src/site/resources/tags/autocompleter.html?view=diff&rev=530357&r1=530356&r2=530357
==============================================================================
--- 
struts/struts2/branches/STRUTS_2_0_X/core/src/site/resources/tags/autocompleter.html
 (original)
+++ 
struts/struts2/branches/STRUTS_2_0_X/core/src/site/resources/tags/autocompleter.html
 Thu Apr 19 03:06:32 2007
@@ -428,12 +428,12 @@
                                        <td align="left" valign="top">Define 
required position of required form element (left|right)</td>
                                </tr>
                                <tr>
-                                       <td align="left" 
valign="top">searchLimit</td>
+                                       <td align="left" 
valign="top">resultsLimit</td>
                                        <td align="left" valign="top">false</td>
                                        <td align="left" valign="top">30</td>
                                        <td align="left" valign="top">true</td>
                                        <td align="left" 
valign="top">String</td>
-                                       <td align="left" valign="top">Limit the 
size of text to be matched agains the avilable options for autocompletion</td>
+                                       <td align="left" valign="top">Limit how 
many results are shown as autocompletion options</td>
                                </tr>
                                <tr>
                                        <td align="left" 
valign="top">searchType</td>

Modified: struts/struts2/branches/STRUTS_2_0_X/pom.xml
URL: 
http://svn.apache.org/viewvc/struts/struts2/branches/STRUTS_2_0_X/pom.xml?view=diff&rev=530357&r1=530356&r2=530357
==============================================================================
--- struts/struts2/branches/STRUTS_2_0_X/pom.xml (original)
+++ struts/struts2/branches/STRUTS_2_0_X/pom.xml Thu Apr 19 03:06:32 2007
@@ -222,10 +222,6 @@
                                 <name>xwork</name>
                                 <sources>file://$xwork$/src/java</sources>
                             </library>
-                            <library>
-                                <name>xwork-tiger</name>
-                                
<sources>file://$xwork$/tiger/src/java</sources>
-                            </library>
                         </libraries>
                         -->
                     </configuration>


Reply via email to