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/01/05 22:24:35 UTC

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

Author: sebb
Date: Tue Jan  5 21:24:35 2016
New Revision: 1723168

URL: http://svn.apache.org/viewvc?rev=1723168&view=rev
Log:
Ensure unused Excalibur jars are removed

Modified:
    jmeter/trunk/build.xml

Modified: jmeter/trunk/build.xml
URL: http://svn.apache.org/viewvc/jmeter/trunk/build.xml?rev=1723168&r1=1723167&r2=1723168&view=diff
==============================================================================
--- jmeter/trunk/build.xml (original)
+++ jmeter/trunk/build.xml Tue Jan  5 21:24:35 2016
@@ -2912,7 +2912,8 @@ run JMeter unless all the JMeter jars ar
         <!-- bcprov jars no longer have the same prefix so the wildcard delete does not work; drop any old ones -->
         <delete verbose="true">
           <fileset dir="${lib.api}" includes="bcmail-jdk15-*.jar bcprov-jdk15-*.jar"/>
-          <!-- tidy up old pool jar -->
+          <!-- tidy up unused Excalibur jars -->
+          <fileset dir="${lib.dir}" includes="excalibur-datasource-2.1.jar excalibur-instrument-1.0.jar excalibur-pool-api-2.1.jar excalibur-pool-impl-2.1.jar excalibur-pool-instrumented-2.1.jar"/>
         </delete>
         <antcall target="_process_all_jars">
             <param name="_get_file" value="true"/>