You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nutch.apache.org by le...@apache.org on 2013/02/26 20:54:19 UTC

svn commit: r1450377 - in /nutch/trunk: CHANGES.txt build.xml

Author: lewismc
Date: Tue Feb 26 19:54:18 2013
New Revision: 1450377

URL: http://svn.apache.org/r1450377
Log:
* NUTCH-1536 Ant build file has hardcoded conf dir location (zm via lewismc)

Modified:
    nutch/trunk/CHANGES.txt
    nutch/trunk/build.xml

Modified: nutch/trunk/CHANGES.txt
URL: http://svn.apache.org/viewvc/nutch/trunk/CHANGES.txt?rev=1450377&r1=1450376&r2=1450377&view=diff
==============================================================================
--- nutch/trunk/CHANGES.txt (original)
+++ nutch/trunk/CHANGES.txt Tue Feb 26 19:54:18 2013
@@ -2,6 +2,8 @@ Nutch Change Log
 
 (trunk): Current Development
 
+* NUTCH-1536 Ant build file has hardcoded conf dir location (zm via lewismc)
+
 * NUTCH-1420 Get rid of the dreaded � (markus via lewismc)
 
 * NUTCH-1521 CrawlDbFilter pass null url to urlNormalizers (Lufeng via lewismc)

Modified: nutch/trunk/build.xml
URL: http://svn.apache.org/viewvc/nutch/trunk/build.xml?rev=1450377&r1=1450376&r2=1450377&view=diff
==============================================================================
--- nutch/trunk/build.xml (original)
+++ nutch/trunk/build.xml Tue Feb 26 19:54:18 2013
@@ -306,7 +306,7 @@
       <fileset dir="lib/native"/>
     </copy>
     <copy todir="${runtime.local}/conf">
-      <fileset dir="conf" excludes="*.template"/>
+      <fileset dir="${conf.dir}" excludes="*.template"/>
     </copy>
     <copy todir="${runtime.local}/bin">
       <fileset dir="src/bin"/>