You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jmeter.apache.org by fs...@apache.org on 2018/07/01 09:20:38 UTC

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

Author: fschumacher
Date: Sun Jul  1 09:20:37 2018
New Revision: 1834784

URL: http://svn.apache.org/viewvc?rev=1834784&view=rev
Log:
Remove old jacoco ant jars when download_jar target is run.

Modified:
    jmeter/trunk/build.xml

Modified: jmeter/trunk/build.xml
URL: http://svn.apache.org/viewvc/jmeter/trunk/build.xml?rev=1834784&r1=1834783&r2=1834784&view=diff
==============================================================================
--- jmeter/trunk/build.xml (original)
+++ jmeter/trunk/build.xml Sun Jul  1 09:20:37 2018
@@ -3468,7 +3468,7 @@ run JMeter unless all the JMeter jars ar
       <fileset dir="${lib.dir}" includes="htmllexer-2.1.jar htmlparser-2.1.jar"/>
       <!-- tidy up unused logkit jars -->
       <fileset dir="${lib.dir}" includes="logkit-2.0.jar"/>
-      <fileset dir="${lib.opt}" includes="org.jacoco.ant-0.7.8-nodeps.jar"/>
+      <fileset dir="${lib.opt}" includes="org.jacoco.ant-*-nodeps.jar" excludes="${jacocoant.jar}"/>
     </delete>
     <antcall target="_process_all_jars">
         <param name="_get_file" value="true"/>