Author: niallp
Date: Sat May 17 06:29:10 2008
New Revision: 657352

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

Modified:
    struts/struts1/trunk/el/pom.xml
    struts/struts1/trunk/faces/pom.xml
    struts/struts1/trunk/taglib/pom.xml
    struts/struts1/trunk/tiles/pom.xml
    struts/struts1/trunk/tiles2/pom.xml

Modified: struts/struts1/trunk/el/pom.xml
URL: 
http://svn.apache.org/viewvc/struts/struts1/trunk/el/pom.xml?rev=657352&r1=657351&r2=657352&view=diff
==============================================================================
--- struts/struts1/trunk/el/pom.xml (original)
+++ struts/struts1/trunk/el/pom.xml Sat May 17 06:29:10 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/trunk/faces/pom.xml
URL: 
http://svn.apache.org/viewvc/struts/struts1/trunk/faces/pom.xml?rev=657352&r1=657351&r2=657352&view=diff
==============================================================================
--- struts/struts1/trunk/faces/pom.xml (original)
+++ struts/struts1/trunk/faces/pom.xml Sat May 17 06:29:10 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/trunk/taglib/pom.xml
URL: 
http://svn.apache.org/viewvc/struts/struts1/trunk/taglib/pom.xml?rev=657352&r1=657351&r2=657352&view=diff
==============================================================================
--- struts/struts1/trunk/taglib/pom.xml (original)
+++ struts/struts1/trunk/taglib/pom.xml Sat May 17 06:29:10 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/trunk/tiles/pom.xml
URL: 
http://svn.apache.org/viewvc/struts/struts1/trunk/tiles/pom.xml?rev=657352&r1=657351&r2=657352&view=diff
==============================================================================
--- struts/struts1/trunk/tiles/pom.xml (original)
+++ struts/struts1/trunk/tiles/pom.xml Sat May 17 06:29:10 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>

Modified: struts/struts1/trunk/tiles2/pom.xml
URL: 
http://svn.apache.org/viewvc/struts/struts1/trunk/tiles2/pom.xml?rev=657352&r1=657351&r2=657352&view=diff
==============================================================================
--- struts/struts1/trunk/tiles2/pom.xml (original)
+++ struts/struts1/trunk/tiles2/pom.xml Sat May 17 06:29:10 2008
@@ -141,8 +141,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