Author: husted
Date: Sat Aug 19 19:33:00 2006
New Revision: 432926

URL: http://svn.apache.org/viewvc?rev=432926&view=rev
Log:
WW-1340 Add target for taglib plugin

Removed:
    
struts/struts2/trunk/core/src/main/java/org/apache/struts2/views/jsp/iterator/SubsetIteratorTag.html
Modified:
    
struts/struts2/trunk/core/src/main/java/org/apache/struts2/components/If.java
    struts/struts2/trunk/pom.xml

Modified: 
struts/struts2/trunk/core/src/main/java/org/apache/struts2/components/If.java
URL: 
http://svn.apache.org/viewvc/struts/struts2/trunk/core/src/main/java/org/apache/struts2/components/If.java?rev=432926&r1=432925&r2=432926&view=diff
==============================================================================
--- 
struts/struts2/trunk/core/src/main/java/org/apache/struts2/components/If.java 
(original)
+++ 
struts/struts2/trunk/core/src/main/java/org/apache/struts2/components/If.java 
Sat Aug 19 19:33:00 2006
@@ -48,8 +48,8 @@
  *  </s:if>
  *     <s:elseif test="%{true}">
  *         <div>Will Be Executed</div>
- *  </s:elseif>
  *  <s:else>
+ *  </s:elseif>
  *         <div>Will Not Be Executed</div>
  *  </s:else>
  * <!-- END SNIPPET: example -->

Modified: struts/struts2/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/struts/struts2/trunk/pom.xml?rev=432926&r1=432925&r2=432926&view=diff
==============================================================================
--- struts/struts2/trunk/pom.xml (original)
+++ struts/struts2/trunk/pom.xml Sat Aug 19 19:33:00 2006
@@ -216,6 +216,11 @@
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-project-info-reports-plugin</artifactId>
              </plugin>
+              <plugin>
+                <groupId>net.sourceforge.maven-taglib</groupId>
+                <artifactId>maven-taglib-plugin</artifactId>
+                 <version>2.2.1</version>
+              </plugin>
             <plugin>
                 <artifactId>maven-javadoc-plugin</artifactId>
                 <version>2.0</version>
@@ -307,28 +312,28 @@
             </releases>
             <url>http://maven.opensymphony.com</url>
         </repository>
-                 <repository>
-                   <id>Maven Snapshots</id>
-                   <url>http://snapshots.maven.codehaus.org/maven2/</url>
-                   <snapshots>
-                     <enabled>true</enabled>
-                   </snapshots>
-                   <releases>
-                     <enabled>false</enabled>
-                   </releases>
-                 </repository>
+          <repository>
+            <id>Maven Snapshots</id>
+            <url>http://snapshots.maven.codehaus.org/maven2/</url>
+            <snapshots>
+              <enabled>true</enabled>
+            </snapshots>
+            <releases>
+              <enabled>false</enabled>
+            </releases>
+          </repository>
     </repositories>
-       <pluginRepositories>
-         <pluginRepository>
-           <id>Maven Snapshots</id>
-           <url>http://snapshots.maven.codehaus.org/maven2/</url>
-           <snapshots>
-             <enabled>true</enabled>
-           </snapshots>
-           <releases>
-             <enabled>false</enabled>
-           </releases>
-         </pluginRepository>
-       </pluginRepositories>
+    <pluginRepositories>
+      <pluginRepository>
+        <id>Maven Snapshots</id>
+        <url>http://snapshots.maven.codehaus.org/maven2/</url>
+        <snapshots>
+          <enabled>true</enabled>
+        </snapshots>
+        <releases>
+          <enabled>false</enabled>
+        </releases>
+      </pluginRepository>
+    </pluginRepositories>
 
 </project>


Reply via email to