Author: kkolinko Date: Thu Jun 11 17:51:08 2009 New Revision: 783863 URL: http://svn.apache.org/viewvc?rev=783863&view=rev Log: Provide documentation for deployer.
We do not have "printer" versions of our documentation pages anymore, so I am using the common version. Also, I removed "failonerror=false" flag, and removed renaming of the document. I see no point in renaming it. It was moved to the root folder, to remain relative to the images. Modified: tomcat/trunk/dist.xml Modified: tomcat/trunk/dist.xml URL: http://svn.apache.org/viewvc/tomcat/trunk/dist.xml?rev=783863&r1=783862&r2=783863&view=diff ============================================================================== --- tomcat/trunk/dist.xml (original) +++ tomcat/trunk/dist.xml Thu Jun 11 17:51:08 2009 @@ -317,13 +317,12 @@ <!-- Copy deployer documentation --> <copy todir="${tomcat.deployer}"> <fileset dir="${tomcat.build}/webapps/docs"> - <include name="images/jakarta-logo.gif" /> + <include name="images/asf-logo.gif" /> <include name="images/tomcat.gif" /> </fileset> </copy> - <copy tofile="${tomcat.deployer}/docs/manual.html" - file="${tomcat.build}/webapps/docs/printer/deployer-howto.html" - failonerror="false"/> + <copy tofile="${tomcat.deployer}/deployer-howto.html" + file="${tomcat.build}/webapps/docs/deployer-howto.html"/> </target> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org