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/12 16:49:42 UTC

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

Author: sebb
Date: Sat Mar 12 15:49:42 2016
New Revision: 1734714

URL: http://svn.apache.org/viewvc?rev=1734714&view=rev
Log:
Drop the old jdom jar
Bugzilla Id: 59156

Modified:
    jmeter/trunk/build.xml

Modified: jmeter/trunk/build.xml
URL: http://svn.apache.org/viewvc/jmeter/trunk/build.xml?rev=1734714&r1=1734713&r2=1734714&view=diff
==============================================================================
--- jmeter/trunk/build.xml (original)
+++ jmeter/trunk/build.xml Sat Mar 12 15:49:42 2016
@@ -2930,11 +2930,13 @@ run JMeter unless all the JMeter jars ar
         <!-- The directories must exist otherwise the build fails when deleting previous versions -->
         <mkdir dir="${lib.api}" />
         <mkdir dir="${lib.doc}" />
-        <!-- bcprov jars no longer have the same prefix so the wildcard delete does not work; drop any old ones -->
         <delete verbose="true">
+          <!-- bcprov jars no longer have the same prefix so the wildcard delete does not work; drop any old ones -->
           <fileset dir="${lib.api}" includes="bcmail-jdk15-*.jar bcprov-jdk15-*.jar"/>
           <!-- tidy up unused Excalibur jars -->
           <fileset dir="${lib.dir}" includes="htmllexer-2.1.jar htmlparser-2.1.jar 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"/>
+          <!-- jdom jar has moved; drop the old one -->
+          <fileset dir="${lib.dir}" includes="jdom-1.1.3.jar"/>
         </delete>
         <antcall target="_process_all_jars">
             <param name="_get_file" value="true"/>