Author: markt
Date: Wed Apr 16 14:40:06 2008
New Revision: 648865
URL: http://svn.apache.org/viewvc?rev=648865&view=rev
Log:
Fix JavaDoc build.
Modified:
tomcat/tc6.0.x/trunk/STATUS.txt
tomcat/tc6.0.x/trunk/dist.xml
tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml
Modified: tomcat/tc6.0.x/trunk/STATUS.txt
URL:
http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/STATUS.txt?rev=648865&r1=648864&r2=648865&view=diff
==============================================================================
--- tomcat/tc6.0.x/trunk/STATUS.txt (original)
+++ tomcat/tc6.0.x/trunk/STATUS.txt Wed Apr 16 14:40:06 2008
@@ -61,12 +61,6 @@
+1: fhanik, markt, pero
-1:
-* Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=44759
- Need source to build java docs
- http://svn.apache.org/viewvc?rev=645169&view=rev
- +1: markt,fhanik,rjung
- -1:
-
* Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=42662
http://svn.apache.org/viewvc?view=rev&revision=645184
+1: fhanik
Modified: tomcat/tc6.0.x/trunk/dist.xml
URL:
http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/dist.xml?rev=648865&r1=648864&r2=648865&view=diff
==============================================================================
--- tomcat/tc6.0.x/trunk/dist.xml (original)
+++ tomcat/tc6.0.x/trunk/dist.xml Wed Apr 16 14:40:06 2008
@@ -356,14 +356,15 @@
</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 © 2000-2007 Apache Software Foundation. All
Rights Reserved."
+ bottom="Copyright © 2000-2008 Apache Software Foundation. All
Rights Reserved."
additionalparam="-breakiterator"
maxmemory="256m" >
</javadoc>
Modified: tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml
URL:
http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml?rev=648865&r1=648864&r2=648865&view=diff
==============================================================================
--- tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml (original)
+++ tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml Wed Apr 16 14:40:06 2008
@@ -174,8 +174,11 @@
<subsection name="Other">
<changelog>
<add>
- Improve the Tests for unit tests for the cookie issues. (jfclere)
+ Improve the Tests for unit tests for the cookie issues. (jfclere)
</add>
+ <fix>
+ Fix build for JavaDoc. Patch provided by Stephen Bannasch. (markt)
+ </fix>
</changelog>
</subsection>
</section>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]