You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@river.apache.org by si...@apache.org on 2010/12/09 13:07:53 UTC

svn commit: r1043925 - /incubator/river/jtsk/trunk/hudson.xml

Author: sijskes
Date: Thu Dec  9 12:07:53 2010
New Revision: 1043925

URL: http://svn.apache.org/viewvc?rev=1043925&view=rev
Log:
fixed references to other asm jars

Modified:
    incubator/river/jtsk/trunk/hudson.xml

Modified: incubator/river/jtsk/trunk/hudson.xml
URL: http://svn.apache.org/viewvc/incubator/river/jtsk/trunk/hudson.xml?rev=1043925&r1=1043924&r2=1043925&view=diff
==============================================================================
--- incubator/river/jtsk/trunk/hudson.xml (original)
+++ incubator/river/jtsk/trunk/hudson.xml Thu Dec  9 12:07:53 2010
@@ -39,6 +39,7 @@
 
     <target name="verify" depends="river-runtime" >
         <as:check-signature signature="animal-sniffer/java14-1.0.signature" >
+            <path path="asm/asm-tree-3.2.jar" />
             <path path="lib" />
             <path path="lib-dl" />
         </as:check-signature>