Author: lukaszlenart
Date: Thu Feb 14 07:57:54 2013
New Revision: 1446058

URL: http://svn.apache.org/r1446058
Log:
INFRA-5659 Adds missing Struts 2.0 DTD

Modified:
    struts/site/trunk/pom.xml

Modified: struts/site/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/struts/site/trunk/pom.xml?rev=1446058&r1=1446057&r2=1446058&view=diff
==============================================================================
--- struts/site/trunk/pom.xml (original)
+++ struts/site/trunk/pom.xml Thu Feb 14 07:57:54 2013
@@ -169,6 +169,9 @@
                                 <get 
src="http://svn.apache.org/repos/asf/struts/struts2/trunk/xwork-core/src/main/resources/xwork-validator-definition-1.0.dtd";
                                      
dest="${site.output}/dtds/xwork-validator-definition-1.0.dtd"
                                      ignoreerrors="true"/>
+                                <get 
src="http://svn.apache.org/repos/asf/struts/struts2/trunk/core/src/main/resources/struts-2.0.dtd";
+                                     dest="${site.output}/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="${site.output}/dtds/struts-2.1.dtd"
                                      ignoreerrors="true"/>


Reply via email to