Author: jholmes
Date: Tue Sep  4 10:52:09 2007
New Revision: 572756

URL: http://svn.apache.org/viewvc?rev=572756&view=rev
Log:
WW-2132 Add support for JSP tag library dynamic attributes

Update JSP version to 2.0 to support the <dynamic-attributes> element.

Modified:
    struts/struts2/trunk/core/pom.xml

Modified: struts/struts2/trunk/core/pom.xml
URL: 
http://svn.apache.org/viewvc/struts/struts2/trunk/core/pom.xml?rev=572756&r1=572755&r2=572756&view=diff
==============================================================================
--- struts/struts2/trunk/core/pom.xml (original)
+++ struts/struts2/trunk/core/pom.xml Tue Sep  4 10:52:09 2007
@@ -70,7 +70,7 @@
                 <groupId>org.apache.myfaces.tobago</groupId>
                 <artifactId>maven-apt-plugin</artifactId>
                 <configuration>
-                    
<A>uri=/struts-tags,tlibVersion=2.2.3,jspVersion=1.2,shortName=s,displayName="Struts
 Tags",
+                    
<A>uri=/struts-tags,tlibVersion=2.2.3,jspVersion=2.0,shortName=s,displayName="Struts
 Tags",
                     outFile=${basedir}/target/classes/META-INF/struts-tags.tld,
                     description="To make it easier to access dynamic data;
                     the Apache Struts framework includes a library of custom 
tags.


Reply via email to