You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jmeter.apache.org by pm...@apache.org on 2012/11/28 23:15:30 UTC

svn commit: r1414965 - /jmeter/trunk/build.xml

Author: pmouawad
Date: Wed Nov 28 22:15:29 2012
New Revision: 1414965

URL: http://svn.apache.org/viewvc?rev=1414965&view=rev
Log:
Bug 54199 - Move to Java 6
No more need for bsf-api (apache-jsr223-api) as it's in JDK
Bugzilla Id: 54199

Modified:
    jmeter/trunk/build.xml

Modified: jmeter/trunk/build.xml
URL: http://svn.apache.org/viewvc/jmeter/trunk/build.xml?rev=1414965&r1=1414964&r2=1414965&view=diff
==============================================================================
--- jmeter/trunk/build.xml (original)
+++ jmeter/trunk/build.xml Wed Nov 28 22:15:29 2012
@@ -2616,7 +2616,6 @@ run JMeter unless all the JMeter jars ar
     <target name="_process_all_jars">
         <process_jarfile jarname="apache-bsf"/>
         <process_jarfile jarname="activation"/>
-        <process_jarfile jarname="apache-jsr223-api"/>
         <process_jarfile jarname="avalon-framework"/>
         <process_jarfile jarname="bcmail" dest.dir="${lib.api}"/>
         <process_jarfile jarname="bcprov" dest.dir="${lib.api}"/>