You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@river.apache.org by pe...@apache.org on 2009/09/27 09:54:45 UTC

svn commit: r819270 - /incubator/river/jtsk/trunk/qa/build.xml

Author: peter_firmstone
Date: Sun Sep 27 07:54:45 2009
New Revision: 819270

URL: http://svn.apache.org/viewvc?rev=819270&view=rev
Log:
Update references to asm libraries from 3.1 to 3.2

Modified:
    incubator/river/jtsk/trunk/qa/build.xml

Modified: incubator/river/jtsk/trunk/qa/build.xml
URL: http://svn.apache.org/viewvc/incubator/river/jtsk/trunk/qa/build.xml?rev=819270&r1=819269&r2=819270&view=diff
==============================================================================
--- incubator/river/jtsk/trunk/qa/build.xml (original)
+++ incubator/river/jtsk/trunk/qa/build.xml Sun Sep 27 07:54:45 2009
@@ -51,8 +51,8 @@
     <!-- classpath for use by ClassDep in this build -->
     <path id="classdep.classpath">
         <pathelement path="${river.lib.dir}/classdep.jar"/>
-        <pathelement location="${river.home}/tools/asm-3.1.jar"/>
-        <pathelement location="${river.home}/tools/asm-commons-3.1.jar"/>
+        <pathelement location="${river.home}/tools/asm-3.2.jar"/>
+        <pathelement location="${river.home}/tools/asm-commons-3.2.jar"/>
     </path>
 
     <path id="javadoc.classpath">