You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jmeter.apache.org by se...@apache.org on 2016/03/09 10:53:04 UTC

svn commit: r1734208 - /jmeter/trunk/build.xml

Author: sebb
Date: Wed Mar  9 09:53:04 2016
New Revision: 1734208

URL: http://svn.apache.org/viewvc?rev=1734208&view=rev
Log:
Put all clean calls together

Modified:
    jmeter/trunk/build.xml

Modified: jmeter/trunk/build.xml
URL: http://svn.apache.org/viewvc/jmeter/trunk/build.xml?rev=1734208&r1=1734207&r2=1734208&view=diff
==============================================================================
--- jmeter/trunk/build.xml (original)
+++ jmeter/trunk/build.xml Wed Mar  9 09:53:04 2016
@@ -1429,13 +1429,13 @@ run JMeter unless all the JMeter jars ar
    <target
         name="nightly-setup"
         description="Disables some checks"
-        depends="clean-docs,clean-apidocs,clean-dist">
+        depends="clean,clean-docs,clean-apidocs,clean-dist">
         <property name="disable-check-versions" value="true" />
         <property name="docs.force" value="true" />
     </target>
     <target
         name="nightly"
-        depends="nightly-setup,svnCheck,clean,install,docs-printable,docs-api,test,_distribution"
+        depends="nightly-setup,svnCheck,install,docs-printable,docs-api,test,_distribution"
         description="Build JMeter for nightly distribution (include docs)"/>
 
     <target name="_eolcheck">