Author: sebb
Date: Wed Dec 9 00:10:05 2015
New Revision: 1718747
URL: http://svn.apache.org/viewvc?rev=1718747&view=rev
Log:
Need config_loc
Modified:
jmeter/trunk/build.xml
Modified: jmeter/trunk/build.xml
URL: http://svn.apache.org/viewvc/jmeter/trunk/build.xml?rev=1718747&r1=1718746&r2=1718747&view=diff
==============================================================================
--- jmeter/trunk/build.xml (original)
+++ jmeter/trunk/build.xml Wed Dec 9 00:10:05 2015
@@ -2986,6 +2986,9 @@ run JMeter unless all the JMeter jars ar
<delete file="${build.dir}/${zip}"/>
</target>
-->
+
+ <!-- Need to define config_loc for use by Eclipse -->
+ <property name="config_loc" value="."/>
<target name="checkstyle">
<taskdef resource="com/puppycrawl/tools/checkstyle/ant/checkstyle-ant-task.properties"
classpath="${lib.opt}/checkstyle-6.13-all.jar"/>
|