You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@struts.apache.org by pb...@apache.org on 2007/11/13 09:11:58 UTC

svn commit: r594450 - in /struts/struts1/trunk: pom.xml taglib/src/main/resources/META-INF/tld/struts-html.tld

Author: pbenedict
Date: Tue Nov 13 00:11:57 2007
New Revision: 594450

URL: http://svn.apache.org/viewvc?rev=594450&view=rev
Log:
STR-2630: Upgrade maven-taglib-plugin

Modified:
    struts/struts1/trunk/pom.xml
    struts/struts1/trunk/taglib/src/main/resources/META-INF/tld/struts-html.tld

Modified: struts/struts1/trunk/pom.xml
URL: http://svn.apache.org/viewvc/struts/struts1/trunk/pom.xml?rev=594450&r1=594449&r2=594450&view=diff
==============================================================================
--- struts/struts1/trunk/pom.xml (original)
+++ struts/struts1/trunk/pom.xml Tue Nov 13 00:11:57 2007
@@ -176,14 +176,17 @@
                     </configuration>
                 </plugin>
                 <plugin>
-	                  <groupId>net.sf.dtddoc</groupId>
-	                  <artifactId>dtddoc-maven-plugin</artifactId>
+                    <groupId>net.sf.dtddoc</groupId>
+                    <artifactId>dtddoc-maven-plugin</artifactId>
                     <version>1.0.0</version>
-	              </plugin>
+                </plugin>
                 <plugin>
                     <groupId>net.sourceforge.maven-taglib</groupId>
                     <artifactId>maven-taglib-plugin</artifactId>
-                    <version>2.3</version>
+                    <version>2.3.1</version>
+                    <configuration>
+                      <parseHtml>true</parseHtml>
+                    </configuration>
                 </plugin>
             </plugins>
         </pluginManagement>

Modified: struts/struts1/trunk/taglib/src/main/resources/META-INF/tld/struts-html.tld
URL: http://svn.apache.org/viewvc/struts/struts1/trunk/taglib/src/main/resources/META-INF/tld/struts-html.tld?rev=594450&r1=594449&r2=594450&view=diff
==============================================================================
--- struts/struts1/trunk/taglib/src/main/resources/META-INF/tld/struts-html.tld (original)
+++ struts/struts1/trunk/taglib/src/main/resources/META-INF/tld/struts-html.tld Tue Nov 13 00:11:57 2007
@@ -4673,7 +4673,7 @@
                 <code>name</code> (and optional <code>property</code>)
                 attributes to select a <code>java.util.Map</code> bean that
                 contains one or more parameter ids and corresponding values,
-                or nest one or more lt&;html:param&gt; tags in the tag body.
+                or nest one or more &lt;html:param&gt; tags in the tag body.
                 </p>
 
                 <p>To specify a single parameter, use the <code>paramId</code>
@@ -4718,7 +4718,7 @@
                 same query parameter name will be created.</p>
                 
                 <p>Supplmenting these two methods, you can nest one or more 
-                lt&;html:param&gt; tags to dynamically add parameters in a
+                &lt;html:param&gt; tags to dynamically add parameters in a
                 logic-friendly way (such as executing a for loop that 
                 assigns the name/value pairs at runtime). This method does
                 not compete with the aforementioned; it will adds its 
@@ -5264,20 +5264,20 @@
     <tag>
         <name>param</name>
         <tag-class>org.apache.struts.taglib.html.ParamTag</tag-class>
-				<description>
+        <description>
             <![CDATA[
                 <p>Adds a parameter to the following tags:
-                	<ol>
-                		<li><a href="#frame">&lt;html:frame&gt;</li>
-                		<li><a href="#link">&lt;html:link&gt;</li>
-                		<li><a href="#rewrite">&lt;html:rewrite&gt;</li>
-                	</ol>
+                  <ol>
+                    <li><a href="#frame">&lt;html:frame&gt;</a></li>
+                    <li><a href="#link">&lt;html:link&gt;</a></li>
+                    <li><a href="#rewrite">&lt;html:rewrite&gt;</a></li>
+                  </ol>
                 </p>
             
-		            <dl><dt><b>Since:</b></dt>
-		            <dd>Struts 1.3.6</dd></dl>
-		        ]]>
-				</description>
+                <dl><dt><b>Since:</b></dt>
+                <dd>Struts 1.3.6</dd></dl>
+            ]]>
+        </description>
         <attribute>
             <name>name</name>
             <required>true</required>