Author: lewismc
Date: Wed Nov  2 10:58:20 2011
New Revision: 1196537

URL: http://svn.apache.org/viewvc?rev=1196537&view=rev
Log:
commit to add (hopefully) final configuration parameters to ant sonar target

Modified:
    nutch/trunk/build.xml

Modified: nutch/trunk/build.xml
URL: 
http://svn.apache.org/viewvc/nutch/trunk/build.xml?rev=1196537&r1=1196536&r2=1196537&view=diff
==============================================================================
--- nutch/trunk/build.xml (original)
+++ nutch/trunk/build.xml Wed Nov  2 10:58:20 2011
@@ -706,7 +706,7 @@
   
   <!-- Define the Sonar task if this hasn't been done in a common script -->
   <taskdef uri="antlib:org.sonar.ant" resource="org/sonar/ant/antlib.xml">
-    <classpath path=""/>
+    <classpath path="${ant.library.dir}"/>
   </taskdef>
   
   <!-- Add the target -->


Reply via email to