You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@struts.apache.org by mu...@apache.org on 2009/01/08 15:27:06 UTC

svn commit: r732707 - /struts/site/pom.xml

Author: musachy
Date: Thu Jan  8 06:27:06 2009
New Revision: 732707

URL: http://svn.apache.org/viewvc?rev=732707&view=rev
Log:
Add 2.1 DTD

Modified:
    struts/site/pom.xml

Modified: struts/site/pom.xml
URL: http://svn.apache.org/viewvc/struts/site/pom.xml?rev=732707&r1=732706&r2=732707&view=diff
==============================================================================
--- struts/site/pom.xml (original)
+++ struts/site/pom.xml Thu Jan  8 06:27:06 2009
@@ -102,6 +102,9 @@
                                 <get src="http://svn.apache.org/repos/asf/struts/struts2/trunk/core/src/main/resources/struts-2.0.dtd"
                                      dest="${project.build.directory}/site/dtds/struts-2.0.dtd"
                                      ignoreerrors="true"/>                                
+                                <get src="http://svn.apache.org/repos/asf/struts/struts2/trunk/core/src/main/resources/struts-2.1.dtd"
+                                     dest="${project.build.directory}/site/dtds/struts-2.1.dtd"
+                                     ignoreerrors="true"/>                                                                     
                             </tasks>
                         </configuration>
                         <goals>