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 2017/02/20 12:32:09 UTC

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

Author: sebb
Date: Mon Feb 20 12:32:09 2017
New Revision: 1783749

URL: http://svn.apache.org/viewvc?rev=1783749&view=rev
Log:
Ensure ant clean compile-tests works: update classpath

Modified:
    jmeter/trunk/build.xml

Modified: jmeter/trunk/build.xml
URL: http://svn.apache.org/viewvc/jmeter/trunk/build.xml?rev=1783749&r1=1783748&r2=1783749&view=diff
==============================================================================
--- jmeter/trunk/build.xml (original)
+++ jmeter/trunk/build.xml Mon Feb 20 12:32:09 2017
@@ -694,8 +694,11 @@
         <pathelement location="${build.functions}"/>
         <pathelement location="${build.java}"/>
         <pathelement location="${build.jdbc}"/>
+        <pathelement location="${build.jms}"/>
         <pathelement location="${build.ldap}"/>
         <pathelement location="${build.mail}"/>
+        <pathelement location="${build.mongodb}"/>
+        <pathelement location="${build.native}"/>
         <pathelement location="${build.tcp}"/>
         <!-- Also include compiled jars to allow running tests without rebuilding source -->
         <fileset dir="${dest.jar}" includes="*.jar"/>