You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jmeter-dev@jakarta.apache.org by se...@apache.org on 2010/01/24 16:29:22 UTC

svn commit: r902586 - /jakarta/jmeter/trunk/build.xml

Author: sebb
Date: Sun Jan 24 15:29:22 2010
New Revision: 902586

URL: http://svn.apache.org/viewvc?rev=902586&view=rev
Log:
No need to treat bsf-api specially any more

Modified:
    jakarta/jmeter/trunk/build.xml

Modified: jakarta/jmeter/trunk/build.xml
URL: http://svn.apache.org/viewvc/jakarta/jmeter/trunk/build.xml?rev=902586&r1=902585&r2=902586&view=diff
==============================================================================
--- jakarta/jmeter/trunk/build.xml (original)
+++ jakarta/jmeter/trunk/build.xml Sun Jan 24 15:29:22 2010
@@ -1822,8 +1822,6 @@
         <fileset dir="${dest.jar}" includes="*.jar"/>
         <pathelement location="${build.test}"/>
         <path refid="classpath"/>
-      	<!-- Needed for testing under Java 1.5 -->
-      	<fileset dir="${lib.dir}" includes="bsf-api*.jar"/>
       </classpath>
       <jvmarg value="-server"/>
       <sysproperty key="java.awt.headless" value="${test.headless}"/>



---------------------------------------------------------------------
To unsubscribe, e-mail: jmeter-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jmeter-dev-help@jakarta.apache.org