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:39:47 UTC

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

Author: sebb
Date: Wed Mar  9 09:39:47 2016
New Revision: 1734204

URL: http://svn.apache.org/viewvc?rev=1734204&view=rev
Log:
Unnecessary, as clean-docs does the images as well

Modified:
    jmeter/trunk/build.xml

Modified: jmeter/trunk/build.xml
URL: http://svn.apache.org/viewvc/jmeter/trunk/build.xml?rev=1734204&r1=1734203&r2=1734204&view=diff
==============================================================================
--- jmeter/trunk/build.xml (original)
+++ jmeter/trunk/build.xml Wed Mar  9 09:39:47 2016
@@ -1429,7 +1429,7 @@ run JMeter unless all the JMeter jars ar
    <target
         name="nightly-setup"
         description="Disables some checks"
-        depends="clean-docs,clean-docs-images,clean-apidocs,clean-dist">
+        depends="clean-docs,clean-apidocs,clean-dist">
         <property name="disable-check-versions" value="true" />
         <property name="docs.force" value="true" />
     </target>