Author: wsmoak Date: Mon Sep 4 19:01:26 2006 New Revision: 440219 URL: http://svn.apache.org/viewvc?view=rev&rev=440219 Log: Update the Struts 2.0 dtd when the top-level Struts site is published. STR-2944
Modified: struts/site/pom.xml Modified: struts/site/pom.xml URL: http://svn.apache.org/viewvc/struts/site/pom.xml?view=diff&rev=440219&r1=440218&r2=440219 ============================================================================== --- struts/site/pom.xml (original) +++ struts/site/pom.xml Mon Sep 4 19:01:26 2006 @@ -99,6 +99,9 @@ <get src="http://svn.apache.org/repos/asf/struts/struts1/trunk/tiles/src/main/resources/org/apache/struts/resources/tiles-config_1_3.dtd" dest="${project.build.directory}/site/dtds/tiles-config_1_3.dtd" ignoreerrors="true"/> + <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"/> </tasks> </configuration> <goals>