Author: lewismc
Date: Tue Feb 26 19:51:42 2013
New Revision: 1450375
URL: http://svn.apache.org/r1450375
Log:
* NUTCH-1536 Ant build file has hardcoded conf dir location (zm via lewismc)
Modified:
nutch/branches/2.x/CHANGES.txt
nutch/branches/2.x/build.xml
Modified: nutch/branches/2.x/CHANGES.txt
URL:
http://svn.apache.org/viewvc/nutch/branches/2.x/CHANGES.txt?rev=1450375&r1=1450374&r2=1450375&view=diff
==============================================================================
--- nutch/branches/2.x/CHANGES.txt (original)
+++ nutch/branches/2.x/CHANGES.txt Tue Feb 26 19:51:42 2013
@@ -2,6 +2,8 @@ Nutch Change Log
Release 2.2 - Current Development
+* NUTCH-1536 Ant build file has hardcoded conf dir location (zm via lewismc)
+
* NUTCH-XX remove unused db.max.inlinks property in nutch-default.xml (lewismc)
* NUTCH-1284 Add site fetcher.max.crawl.delay as log output by default (Tejas
Patil)
Modified: nutch/branches/2.x/build.xml
URL:
http://svn.apache.org/viewvc/nutch/branches/2.x/build.xml?rev=1450375&r1=1450374&r2=1450375&view=diff
==============================================================================
--- nutch/branches/2.x/build.xml (original)
+++ nutch/branches/2.x/build.xml Tue Feb 26 19:51:42 2013
@@ -298,7 +298,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" />