You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@river.apache.org by jc...@apache.org on 2010/09/20 21:20:15 UTC

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

Author: jcosters
Date: Mon Sep 20 19:20:15 2010
New Revision: 999069

URL: http://svn.apache.org/viewvc?rev=999069&view=rev
Log:
RIVER-351: fix error messages on asm packages not being found while generating javadoc

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

Modified: incubator/river/jtsk/trunk/build.xml
URL: http://svn.apache.org/viewvc/incubator/river/jtsk/trunk/build.xml?rev=999069&r1=999068&r2=999069&view=diff
==============================================================================
--- incubator/river/jtsk/trunk/build.xml (original)
+++ incubator/river/jtsk/trunk/build.xml Mon Sep 20 19:20:15 2010
@@ -49,7 +49,7 @@
 
     <path id="javadoc.classpath">
         <path refid="river.classes"/>
-        <path refid="asm.jars"/>
+        <path refid="asm.classpath"/>
     </path>
 
     <target name="copy-resources"