You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jmeter.apache.org by rj...@apache.org on 2017/04/02 10:03:38 UTC

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

Author: rjung
Date: Sun Apr  2 10:03:38 2017
New Revision: 1789871

URL: http://svn.apache.org/viewvc?rev=1789871&view=rev
Log:
Add file "bin/utility.groovy" to the src archives,
otherwise you can not run "ant distribution"
from the src archives.

Modified:
    jmeter/trunk/build.xml

Modified: jmeter/trunk/build.xml
URL: http://svn.apache.org/viewvc/jmeter/trunk/build.xml?rev=1789871&r1=1789870&r2=1789871&view=diff
==============================================================================
--- jmeter/trunk/build.xml (original)
+++ jmeter/trunk/build.xml Sun Apr  2 10:03:38 2017
@@ -1359,6 +1359,7 @@ run JMeter unless all the JMeter jars ar
     <include name="${src.test}/**"/>
     <include name="build.xml"/>
     <include name="build.properties"/>
+    <include name="${dest.jar.jmeter}/*.groovy"/>
     <include name="${dest.jar.jmeter}/testfiles/**"/>
     <exclude name="${dest.jar.jmeter}/testfiles/*.jmx"/>
     <exclude name="${dest.jar.jmeter}/testfiles/*.jtl"/>