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 2012/01/03 01:20:47 UTC

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

Author: sebb
Date: Tue Jan  3 00:20:47 2012
New Revision: 1226586

URL: http://svn.apache.org/viewvc?rev=1226586&view=rev
Log:
Findbugs should also scan initial JMeter jar

Modified:
    jmeter/trunk/build.xml

Modified: jmeter/trunk/build.xml
URL: http://svn.apache.org/viewvc/jmeter/trunk/build.xml?rev=1226586&r1=1226585&r2=1226586&view=diff
==============================================================================
--- jmeter/trunk/build.xml (original)
+++ jmeter/trunk/build.xml Tue Jan  3 00:20:47 2012
@@ -139,6 +139,7 @@
       <class location="${dest.jar}/ApacheJMeter_monitors.jar"/>
       <class location="${dest.jar}/ApacheJMeter_report.jar"/>
       <class location="${dest.jar}/ApacheJMeter_tcp.jar"/>
+      <class location="${dest.jar.jmeter}/ApacheJMeter.jar" />
       <sourcePath path="${src.jorphan}" />
       <sourcePath path="${src.tcp}" />
       <sourcePath path="${src.jms}" />