Author: rgielen Date: Wed Jul 6 09:29:13 2011 New Revision: 1143313 URL: http://svn.apache.org/viewvc?rev=1143313&view=rev Log: - added 2.3 DTD to site build - added "TM" to logo as required by Apache trademark policy
Modified: struts/site/pom.xml struts/site/src/site/resources/images/struts.gif Modified: struts/site/pom.xml URL: http://svn.apache.org/viewvc/struts/site/pom.xml?rev=1143313&r1=1143312&r2=1143313&view=diff ============================================================================== --- struts/site/pom.xml (original) +++ struts/site/pom.xml Wed Jul 6 09:29:13 2011 @@ -121,6 +121,9 @@ <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"/> + <get src="http://svn.apache.org/repos/asf/struts/struts2/trunk/core/src/main/resources/struts-2.3.dtd" + dest="${project.build.directory}/site/dtds/struts-2.3.dtd" + ignoreerrors="true"/> </tasks> </configuration> <goals> Modified: struts/site/src/site/resources/images/struts.gif URL: http://svn.apache.org/viewvc/struts/site/src/site/resources/images/struts.gif?rev=1143313&r1=1143312&r2=1143313&view=diff ============================================================================== Binary files - no diff available.