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/12/09 00:48:48 UTC

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

Author: sebb
Date: Tue Dec  8 23:48:48 2015
New Revision: 1718742

URL: http://svn.apache.org/viewvc?rev=1718742&view=rev
Log:
update

Modified:
    jmeter/trunk/build.xml

Modified: jmeter/trunk/build.xml
URL: http://svn.apache.org/viewvc/jmeter/trunk/build.xml?rev=1718742&r1=1718741&r2=1718742&view=diff
==============================================================================
--- jmeter/trunk/build.xml (original)
+++ jmeter/trunk/build.xml Tue Dec  8 23:48:48 2015
@@ -2987,8 +2987,8 @@ run JMeter unless all the JMeter jars ar
     </target>
     -->
     <target name="checkstyle">
-        <taskdef resource="checkstyletask.properties"
-                 classpath="${lib.opt}/checkstyle-5.3-all.jar"/>
+        <taskdef resource="com/puppycrawl/tools/checkstyle/ant/checkstyle-ant-task.properties"
+                 classpath="${lib.opt}/checkstyle-6.13-all.jar"/>
         <checkstyle config="checkstyle.xml">
           <fileset dir="src" includes="**/*.java"/>
           <formatter type="plain"/>