Author: niallp
Date: Sat May 17 17:44:01 2008
New Revision: 657483

URL: http://svn.apache.org/viewvc?rev=657483&view=rev
Log:
Port STR-3144 to 1.3 Branch - Fix Taglib Documentation - thanks to Daniel A. 
Torrey and Matthieu Chase Heimer 

Modified:
    struts/struts1/branches/STRUTS_1_3_BRANCH/el/pom.xml
    struts/struts1/branches/STRUTS_1_3_BRANCH/faces/pom.xml
    struts/struts1/branches/STRUTS_1_3_BRANCH/taglib/pom.xml
    struts/struts1/branches/STRUTS_1_3_BRANCH/tiles/pom.xml

Modified: struts/struts1/branches/STRUTS_1_3_BRANCH/el/pom.xml
URL: 
http://svn.apache.org/viewvc/struts/struts1/branches/STRUTS_1_3_BRANCH/el/pom.xml?rev=657483&r1=657482&r2=657483&view=diff
==============================================================================
--- struts/struts1/branches/STRUTS_1_3_BRANCH/el/pom.xml (original)
+++ struts/struts1/branches/STRUTS_1_3_BRANCH/el/pom.xml Sat May 17 17:44:01 
2008
@@ -103,8 +103,10 @@
          <plugin>
             <groupId>net.sourceforge.maven-taglib</groupId>
             <artifactId>maven-taglib-plugin</artifactId>
+            <version>2.3.1</version>
             <configuration>
                
<taglib.src.dir>${basedir}/src/main/resources/META-INF/tld</taglib.src.dir>
+               <parseHtml>true</parseHtml>
             </configuration>
          </plugin>
       </plugins>

Modified: struts/struts1/branches/STRUTS_1_3_BRANCH/faces/pom.xml
URL: 
http://svn.apache.org/viewvc/struts/struts1/branches/STRUTS_1_3_BRANCH/faces/pom.xml?rev=657483&r1=657482&r2=657483&view=diff
==============================================================================
--- struts/struts1/branches/STRUTS_1_3_BRANCH/faces/pom.xml (original)
+++ struts/struts1/branches/STRUTS_1_3_BRANCH/faces/pom.xml Sat May 17 17:44:01 
2008
@@ -129,8 +129,10 @@
          <plugin>
             <groupId>net.sourceforge.maven-taglib</groupId>
             <artifactId>maven-taglib-plugin</artifactId>
+            <version>2.3.1</version>
             <configuration>
                
<taglib.src.dir>${basedir}/src/main/resources/META-INF/tld</taglib.src.dir>
+               <parseHtml>true</parseHtml>
             </configuration>
          </plugin>
       </plugins>

Modified: struts/struts1/branches/STRUTS_1_3_BRANCH/taglib/pom.xml
URL: 
http://svn.apache.org/viewvc/struts/struts1/branches/STRUTS_1_3_BRANCH/taglib/pom.xml?rev=657483&r1=657482&r2=657483&view=diff
==============================================================================
--- struts/struts1/branches/STRUTS_1_3_BRANCH/taglib/pom.xml (original)
+++ struts/struts1/branches/STRUTS_1_3_BRANCH/taglib/pom.xml Sat May 17 
17:44:01 2008
@@ -101,8 +101,10 @@
          <plugin>
             <groupId>net.sourceforge.maven-taglib</groupId>
             <artifactId>maven-taglib-plugin</artifactId>
+            <version>2.3.1</version>
             <configuration>
                
<taglib.src.dir>${basedir}/src/main/resources/META-INF/tld</taglib.src.dir>
+               <parseHtml>true</parseHtml>
             </configuration>
          </plugin>
       </plugins>

Modified: struts/struts1/branches/STRUTS_1_3_BRANCH/tiles/pom.xml
URL: 
http://svn.apache.org/viewvc/struts/struts1/branches/STRUTS_1_3_BRANCH/tiles/pom.xml?rev=657483&r1=657482&r2=657483&view=diff
==============================================================================
--- struts/struts1/branches/STRUTS_1_3_BRANCH/tiles/pom.xml (original)
+++ struts/struts1/branches/STRUTS_1_3_BRANCH/tiles/pom.xml Sat May 17 17:44:01 
2008
@@ -94,8 +94,10 @@
          <plugin>
             <groupId>net.sourceforge.maven-taglib</groupId>
             <artifactId>maven-taglib-plugin</artifactId>
+            <version>2.3.1</version>
             <configuration>
                
<taglib.src.dir>${basedir}/src/main/resources/META-INF/tld</taglib.src.dir>
+               <parseHtml>true</parseHtml>
             </configuration>
          </plugin>
       </plugins>


Reply via email to