Author: milamber
Date: Sat Apr 1 14:36:50 2017
New Revision: 1789807
URL: http://svn.apache.org/viewvc?rev=1789807&view=rev
Log:
No need with Java 8 and with the logging framework changes to avoid:
java.lang.ClassNotFoundException: org.slf4j.LoggerFactory
(on trunk)
Modified:
jmeter/trunk/build.xml
Modified: jmeter/trunk/build.xml
URL:
http://svn.apache.org/viewvc/jmeter/trunk/build.xml?rev=1789807&r1=1789806&r2=1789807&view=diff
==============================================================================
--- jmeter/trunk/build.xml (original)
+++ jmeter/trunk/build.xml Sat Apr 1 14:36:50 2017
@@ -1657,9 +1657,6 @@ run JMeter unless all the JMeter jars ar
<scriptdef name="svnmuccScript" language="beanshell">
<classpath>
<pathelement location="${lib.dir}/${beanshell.jar}"/>
- <!-- Needed to work with Java 1.5 -->
- <pathelement location="${lib.dir}/${apache-bsf.jar}"/>
- <pathelement location="${lib.dir}/${jcl-over-slf4j.jar}"/>
</classpath>
<!-- type of script to create: upload, publish or delete -->
<attribute name="type"/>