Author: lewismc
Date: Wed Oct 1 17:52:47 2014
New Revision: 1628783
URL: http://svn.apache.org/r1628783
Log:
NUTCH-1866 ant eclipse target should not delete runtime
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=1628783&r1=1628782&r2=1628783&view=diff
==============================================================================
--- nutch/trunk/CHANGES.txt (original)
+++ nutch/trunk/CHANGES.txt Wed Oct 1 17:52:47 2014
@@ -2,6 +2,8 @@ Nutch Change Log
Nutch Current Development 1.10-SNAPSHOT
+* NUTCH-1866 ant eclipse target should not delete runtime (nimafl vai lewismc)
+
* NUTCH-1857 readb -dump -format csv should use comma (lewismc)
* NUTCH-1853 Add commented out WebGraph executions to ./bin/crawl (lewismc)
Modified: nutch/trunk/build.xml
URL:
http://svn.apache.org/viewvc/nutch/trunk/build.xml?rev=1628783&r1=1628782&r2=1628783&view=diff
==============================================================================
--- nutch/trunk/build.xml (original)
+++ nutch/trunk/build.xml Wed Oct 1 17:52:47 2014
@@ -810,6 +810,9 @@
<!-- target: clean =================================================== -->
<target name="clean" depends="clean-build, clean-lib, clean-dist,
clean-runtime" description="--> clean the project" />
+ <!-- target: clean-eclipse ============================================ -->
+ <target name="clean-eclipse" depends="clean-build, clean-lib, clean-dist"
description="--> cleans the eclipse project"/>
+
<!-- target: clean-local ============================================= -->
<target name="clean-local" depends=""
description="--> cleans the local repository for the current
module">
@@ -925,7 +928,7 @@
<!-- target: eclipse ================================================ -->
<target name="eclipse"
- depends="clean,init,resolve-test,job,ant-eclipse-download"
+ depends="clean-eclipse,init,resolve-test,job,ant-eclipse-download"
description="Create eclipse project files">
<pathconvert property="eclipse.project">
@@ -989,7 +992,7 @@
<source path="${plugins.dir}/protocol-httpclient/src/java/" />
<source path="${plugins.dir}/protocol-httpclient/src/test/" />
<source path="${plugins.dir}/protocol-http/src/java/" />
- <source path="${plugins.dir}/protocol-http/src/test/" />
+ <!-- <source path="${plugins.dir}/protocol-http/src/test/" /> -->
<source path="${plugins.dir}/scoring-depth/src/java/" />
<source path="${plugins.dir}/scoring-link/src/java/" />
<source path="${plugins.dir}/scoring-opic/src/java/" />