Author: sebb
Date: Wed May 13 23:37:51 2009
New Revision: 774600
URL: http://svn.apache.org/viewvc?rev=774600&view=rev
Log:
Include Javadoc as part of distribution build
Modified:
jakarta/jmeter/trunk/build.xml
Modified: jakarta/jmeter/trunk/build.xml
URL:
http://svn.apache.org/viewvc/jakarta/jmeter/trunk/build.xml?rev=774600&r1=774599&r2=774600&view=diff
==============================================================================
--- jakarta/jmeter/trunk/build.xml (original)
+++ jakarta/jmeter/trunk/build.xml Wed May 13 23:37:51 2009
@@ -1100,7 +1100,7 @@
Creates runtime and source distributions and site documentation
-->
<target name="distribution"
-
depends="svnCheck,check-versions,clean,install,docs-printable,test,_distribution"
+
depends="svnCheck,check-versions,clean,install,docs-printable,docs-api,test,_distribution"
description="Build JMeter for end-user distribution"/>
<target name="check-versions">
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]