Author: sijskes
Date: Thu Dec  9 13:28:45 2010
New Revision: 1043964

URL: http://svn.apache.org/viewvc?rev=1043964&view=rev
Log:
fixed relative path

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

Modified: incubator/river/jtsk/trunk/common.xml
URL: 
http://svn.apache.org/viewvc/incubator/river/jtsk/trunk/common.xml?rev=1043964&r1=1043963&r2=1043964&view=diff
==============================================================================
--- incubator/river/jtsk/trunk/common.xml (original)
+++ incubator/river/jtsk/trunk/common.xml Thu Dec  9 13:28:45 2010
@@ -125,7 +125,7 @@
         <pathelement path="${river.classes.dir}"/>
     </path>
 
-    <fileset id="asm.jars" dir="asm">
+    <fileset id="asm.jars" dir="${root}/asm">
         <include name="asm-3.2.jar" />
         <include name="asm-commons-3.2.jar" />
     </fileset>


Reply via email to