Provide documentation for deployer.
authorkkolinko <kkolinko@13f79535-47bb-0310-9956-ffa450edef68>
Thu, 11 Jun 2009 17:51:08 +0000 (17:51 +0000)
committerkkolinko <kkolinko@13f79535-47bb-0310-9956-ffa450edef68>
Thu, 11 Jun 2009 17:51:08 +0000 (17:51 +0000)
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.

git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@783863 13f79535-47bb-0310-9956-ffa450edef68

dist.xml

index 8bc4c47..d32113d 100644 (file)
--- a/dist.xml
+++ b/dist.xml
     <!-- 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>