You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jmeter.apache.org by mi...@apache.org on 2017/04/01 14:32:43 UTC

svn commit: r1789806 - /jmeter/tags/v3_2_RC1/build.xml

Author: milamber
Date: Sat Apr  1 14:32:43 2017
New Revision: 1789806

URL: http://svn.apache.org/viewvc?rev=1789806&view=rev
Log:
No need with Java 8 and with the logging framework changes to avoid:
java.lang.ClassNotFoundException: org.slf4j.LoggerFactory


Modified:
    jmeter/tags/v3_2_RC1/build.xml

Modified: jmeter/tags/v3_2_RC1/build.xml
URL: http://svn.apache.org/viewvc/jmeter/tags/v3_2_RC1/build.xml?rev=1789806&r1=1789805&r2=1789806&view=diff
==============================================================================
--- jmeter/tags/v3_2_RC1/build.xml (original)
+++ jmeter/tags/v3_2_RC1/build.xml Sat Apr  1 14:32:43 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"/>