Author: lukaszlenart Date: Tue Dec 21 07:23:42 2010 New Revision: 1051398 URL: http://svn.apache.org/viewvc?rev=1051398&view=rev Log: Adds missing 2.1.7.dtd file
Modified: struts/site/pom.xml Modified: struts/site/pom.xml URL: http://svn.apache.org/viewvc/struts/site/pom.xml?rev=1051398&r1=1051397&r2=1051398&view=diff ============================================================================== --- struts/site/pom.xml (original) +++ struts/site/pom.xml Tue Dec 21 07:23:42 2010 @@ -105,6 +105,9 @@ <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"/> + <get src="http://svn.apache.org/repos/asf/struts/struts2/trunk/core/src/main/resources/struts-2.1.7.dtd" + dest="${project.build.directory}/site/dtds/struts-2.1.7.dtd" + ignoreerrors="true"/> </tasks> </configuration> <goals>