Author: lewismc
Date: Wed Nov  2 21:08:44 2011
New Revision: 1196800

URL: http://svn.apache.org/viewvc?rev=1196800&view=rev
Log:
commit to add MySQL driver classpath to sonar analysis target

Modified:
    nutch/trunk/build.xml

Modified: nutch/trunk/build.xml
URL: 
http://svn.apache.org/viewvc/nutch/trunk/build.xml?rev=1196800&r1=1196799&r2=1196800&view=diff
==============================================================================
--- nutch/trunk/build.xml (original)
+++ nutch/trunk/build.xml Wed Nov  2 21:08:44 2011
@@ -707,6 +707,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="${ant.library.dir}"/>
+    <classpath path="${mysql.library.dir}"/>
   </taskdef>
   
   <!-- Add the target -->


Reply via email to