You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jmeter-dev@jakarta.apache.org by se...@apache.org on 2006/06/10 17:12:46 UTC

svn commit: r413316 - /jakarta/jmeter/branches/rel-2-1/build.xml

Author: sebb
Date: Sat Jun 10 08:12:46 2006
New Revision: 413316

URL: http://svn.apache.org/viewvc?rev=413316&view=rev
Log:
Change distribution to pack the site docs as well

Modified:
    jakarta/jmeter/branches/rel-2-1/build.xml

Modified: jakarta/jmeter/branches/rel-2-1/build.xml
URL: http://svn.apache.org/viewvc/jakarta/jmeter/branches/rel-2-1/build.xml?rev=413316&r1=413315&r2=413316&view=diff
==============================================================================
--- jakarta/jmeter/branches/rel-2-1/build.xml (original)
+++ jakarta/jmeter/branches/rel-2-1/build.xml Sat Jun 10 08:12:46 2006
@@ -1224,13 +1224,13 @@
 		depends="init-version,docs-site,docs-api,pack-site"
 		description="Build site documentation separately (see: distribution)"/>
 
-	<!-- Invoke with -Djmeter.version=m.n 
+	<!-- Invoke with -Djmeter.version=m.n -Duser.name=xyz@apache.org
 	Creates clean build and all documentation
-	Creates runtime and source distributions
+	Creates runtime and source distributions and site documentation
 	-->
 	<target name="distribution" 
-		depends="assume-libs-present,clean,install,docs-all,test,_distribution"
-		description="Build JMeter for end-user distribution (excludes site)"/>
+		depends="assume-libs-present,clean,install,docs-all,test,_distribution,pack-site"
+		description="Build JMeter for end-user distribution (includes site)"/>
 
 	<!-- Internal target -->
 	<target name="_distribution">



---------------------------------------------------------------------
To unsubscribe, e-mail: jmeter-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jmeter-dev-help@jakarta.apache.org