Author: pmouawad
Date: Thu Mar 17 12:32:15 2016
New Revision: 1735409
URL: http://svn.apache.org/viewvc?rev=1735409&view=rev
Log:
Bug 59187 - JSON Post Processor : java.lang.NoClassDefFoundError:
net/minidev/asm/FieldFilter at
net.minidev.json.reader.JsonWriter.(JsonWriter.java:157) (affects nightly build
before 3.0 release)
Fix tabs
Bugzilla Id: 59187
Modified:
jmeter/trunk/eclipse.classpath
Modified: jmeter/trunk/eclipse.classpath
URL:
http://svn.apache.org/viewvc/jmeter/trunk/eclipse.classpath?rev=1735409&r1=1735408&r2=1735409&view=diff
==============================================================================
--- jmeter/trunk/eclipse.classpath (original)
+++ jmeter/trunk/eclipse.classpath Thu Mar 17 12:32:15 2016
@@ -44,7 +44,7 @@
<classpathentry kind="src" output="build/protocol/tcp"
path="src/protocol/tcp"/>
<classpathentry kind="src" output="build/test" path="test/src"/>
<classpathentry kind="lib" path="lib/accessors-smart-1.1.jar"/>
- <classpathentry kind="lib" path="lib/asm-5.1.jar"/>
+ <classpathentry kind="lib" path="lib/asm-5.1.jar"/>
<classpathentry kind="lib" path="lib/avalon-framework-4.1.4.jar"/>
<classpathentry kind="lib" path="lib/bsf-2.4.0.jar"/>
<classpathentry kind="lib" path="lib/bsh-2.0b5.jar"/>