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 2015/02/11 21:44:46 UTC

svn commit: r1659064 - in /jmeter/trunk: build.xml src/reports/

Author: sebb
Date: Wed Feb 11 20:44:46 2015
New Revision: 1659064

URL: http://svn.apache.org/r1659064
Log:
Remove reports package
Bugzilla Id: 57269

Removed:
    jmeter/trunk/src/reports/
Modified:
    jmeter/trunk/build.xml

Modified: jmeter/trunk/build.xml
URL: http://svn.apache.org/viewvc/jmeter/trunk/build.xml?rev=1659064&r1=1659063&r2=1659064&view=diff
==============================================================================
--- jmeter/trunk/build.xml (original)
+++ jmeter/trunk/build.xml Wed Feb 11 20:44:46 2015
@@ -261,7 +261,6 @@
   <property name="build.jms" value="build/protocol/jms"/>
   <property name="build.native" value="build/protocol/native"/>
   <property name="build.mongodb" value="build/protocol/mongodb"/>
-  <property name="build.report" value="build/reports"/>
   <property name="build.test" value="build/test"/>
   <property name="build.res" value="build/res"/>
 
@@ -636,7 +635,6 @@
         <pathelement location="${build.mail}"/>
         <pathelement location="${build.monitor.components}"/>
         <pathelement location="${build.monitor.model}"/>
-        <pathelement location="${build.report}"/>
         <pathelement location="${build.tcp}"/>
         <!-- Also include compiled jars to allow running tests without rebuilding source -->
         <fileset dir="${dest.jar}" includes="*.jar"/>