Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=44759
authormarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Sat, 5 Apr 2008 20:11:16 +0000 (20:11 +0000)
committermarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Sat, 5 Apr 2008 20:11:16 +0000 (20:11 +0000)
Need source to generate javadocs
Patch provided by Stephen Bannasch.

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

dist.xml

index cab2c66..746a20a 100644 (file)
--- a/dist.xml
+++ b/dist.xml
 
   </target>
 
-  <target name="dist-javadoc" description="Create the Tomcat javadoc" >
+  <target name="dist-javadoc" depends="dist-source"
+    description="Create the Tomcat javadoc" >
     <javadoc packagenames="org.apache.*"
       sourcepath="${tomcat.dist}/src/java"
       destdir="${tomcat.dist}/webapps/docs/api"
       author="true" version="true"
       windowtitle="Tomcat API Documentation"
       doctitle="Tomcat API"
-      bottom="Copyright &#169; 2000-2007 Apache Software Foundation.  All Rights Reserved."
+      bottom="Copyright &#169; 2000-2008 Apache Software Foundation.  All Rights Reserved."
       additionalparam="-breakiterator"
       maxmemory="256m" >
     </javadoc>