Author: pmouawad
Date: Sat May 7 20:12:44 2016
New Revision: 1742747
URL: http://svn.apache.org/viewvc?rev=1742747&view=rev
Log:
Followup sebb addition of reportgenerator.properties
Modified:
jmeter/trunk/build.xml
Modified: jmeter/trunk/build.xml
URL: http://svn.apache.org/viewvc/jmeter/trunk/build.xml?rev=1742747&r1=1742746&r2=1742747&view=diff
==============================================================================
--- jmeter/trunk/build.xml (original)
+++ jmeter/trunk/build.xml Sat May 7 20:12:44 2016
@@ -1219,6 +1219,7 @@ run JMeter unless all the JMeter jars ar
<include name="${dest.jar.jmeter}/jmeter.properties"/>
<include name="${dest.jar.jmeter}/log4j.conf"/>
<include name="${dest.jar.jmeter}/logkit.xml"/>
+ <include name="${dest.jar.jmeter}/reportgenerator.properties"/>
<include name="${dest.jar.jmeter}/upgrade.properties"/>
<include name="${dest.jar.jmeter}/saveservice.properties"/>
<include name="${dest.jar.jmeter}/users.dtd"/>
@@ -1269,6 +1270,7 @@ run JMeter unless all the JMeter jars ar
<include name="${dest.jar.jmeter}/heapdump.*"/>
<include name="${dest.jar.jmeter}/jmeter*"/>
<exclude name="${dest.jar.jmeter}/jmeter.properties"/>
+ <exclude name="${dest.jar.jmeter}/reportgenerator.properties"/>
<include name="${dest.jar.jmeter}/mirror-server*"/>
<include name="${dest.jar.jmeter}/shutdown.*"/>
<include name="${dest.jar.jmeter}/stoptest.*"/>
|