You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jmeter.apache.org by pm...@apache.org on 2017/09/17 16:38:44 UTC

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

Author: pmouawad
Date: Sun Sep 17 16:38:44 2017
New Revision: 1808643

URL: http://svn.apache.org/viewvc?rev=1808643&view=rev
Log:
Remove old jacoco jar

Modified:
    jmeter/trunk/build.xml

Modified: jmeter/trunk/build.xml
URL: http://svn.apache.org/viewvc/jmeter/trunk/build.xml?rev=1808643&r1=1808642&r2=1808643&view=diff
==============================================================================
--- jmeter/trunk/build.xml (original)
+++ jmeter/trunk/build.xml Sun Sep 17 16:38:44 2017
@@ -3229,6 +3229,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"/>
     </delete>
     <antcall target="_process_all_jars">
         <param name="_get_file" value="true"/>